pub struct InMemoryDb { /* private fields */ }
Implementations§
Source§impl InMemoryDb
impl InMemoryDb
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InMemoryDb
impl !RefUnwindSafe for InMemoryDb
impl !Send for InMemoryDb
impl !Sync for InMemoryDb
impl Unpin for InMemoryDb
impl !UnwindSafe for InMemoryDb
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