pub struct Memdb { /* private fields */ }
Expand description
Key-value database.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Memdb
impl !RefUnwindSafe for Memdb
impl Send for Memdb
impl Sync for Memdb
impl Unpin 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