pub struct MemorySnapshotStore;Expand description
No-op store used in StorageMode::Memory. load always returns None
and save is a noop.
Implementations§
Trait Implementations§
Source§impl Default for MemorySnapshotStore
impl Default for MemorySnapshotStore
Auto Trait Implementations§
impl Freeze for MemorySnapshotStore
impl RefUnwindSafe for MemorySnapshotStore
impl Send for MemorySnapshotStore
impl Sync for MemorySnapshotStore
impl Unpin for MemorySnapshotStore
impl UnsafeUnpin for MemorySnapshotStore
impl UnwindSafe for MemorySnapshotStore
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