pub struct FileDurableStore { /* private fields */ }Expand description
Append-only file-backed store. Keys live as <dir>/<sanitized>.bin.
Implementations§
Trait Implementations§
Source§impl DurableStore for FileDurableStore
impl DurableStore for FileDurableStore
Auto Trait Implementations§
impl !Freeze for FileDurableStore
impl RefUnwindSafe for FileDurableStore
impl Send for FileDurableStore
impl Sync for FileDurableStore
impl Unpin for FileDurableStore
impl UnsafeUnpin for FileDurableStore
impl UnwindSafe for FileDurableStore
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