pub struct FileStore { /* private fields */ }Expand description
A store persisting the macro history to a file under ~/.quarb,
keyed by the source set — so restarting quai over the same
sources restores its &N history. (Native only; the wasm build
persists to localStorage instead.)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileStore
impl RefUnwindSafe for FileStore
impl Send for FileStore
impl Sync for FileStore
impl Unpin for FileStore
impl UnsafeUnpin for FileStore
impl UnwindSafe for FileStore
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