pub struct RustMemDbFactory;Expand description
Default factory for creating RustMemDB clients
Trait Implementations§
Source§impl DatabaseFactory for RustMemDbFactory
impl DatabaseFactory for RustMemDbFactory
Auto Trait Implementations§
impl Freeze for RustMemDbFactory
impl RefUnwindSafe for RustMemDbFactory
impl Send for RustMemDbFactory
impl Sync for RustMemDbFactory
impl Unpin for RustMemDbFactory
impl UnwindSafe for RustMemDbFactory
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