pub struct MemStorage;Expand description
No-persistence storage backend. All data lives in the in-memory store
inside RedDb; nothing is written to disk.
Trait Implementations§
Source§impl Debug for MemStorage
impl Debug for MemStorage
Source§impl Default for MemStorage
impl Default for MemStorage
Source§fn default() -> MemStorage
fn default() -> MemStorage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MemStorage
impl RefUnwindSafe for MemStorage
impl Send for MemStorage
impl Sync for MemStorage
impl Unpin for MemStorage
impl UnsafeUnpin for MemStorage
impl UnwindSafe for MemStorage
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