pub struct GoalStore { /* private fields */ }Expand description
Goals on disk, one JSON file per id.
A directory of plain files rather than a database: the same reasoning as
FileMemory — greppable, diffable, and a goal you can open in an editor
mid-run is worth more than one you have to query for.
Implementations§
Auto Trait Implementations§
impl Freeze for GoalStore
impl RefUnwindSafe for GoalStore
impl Send for GoalStore
impl Sync for GoalStore
impl Unpin for GoalStore
impl UnsafeUnpin for GoalStore
impl UnwindSafe for GoalStore
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more