pub struct MemDb(/* private fields */);Available on crate feature
std only.Expand description
An in-memory database.
Implementations§
Trait Implementations§
impl Eq for MemDb
Auto Trait Implementations§
impl Freeze for MemDb
impl RefUnwindSafe for MemDb
impl Send for MemDb
impl Sync for MemDb
impl Unpin for MemDb
impl UnsafeUnpin for MemDb
impl UnwindSafe for MemDb
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