pub struct RecipeStore { /* private fields */ }Expand description
Persistent recipe store backed by JSON files in ~/.ghost/recipes/.
Implementations§
Source§impl RecipeStore
impl RecipeStore
Auto Trait Implementations§
impl Freeze for RecipeStore
impl RefUnwindSafe for RecipeStore
impl Send for RecipeStore
impl Sync for RecipeStore
impl Unpin for RecipeStore
impl UnsafeUnpin for RecipeStore
impl UnwindSafe for RecipeStore
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