pub struct Db<O: Object + ?Sized> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<O> Freeze for Db<O>
impl<O> RefUnwindSafe for Db<O>
impl<O> Send for Db<O>
impl<O> Sync for Db<O>
impl<O> Unpin for Db<O>
impl<O> UnwindSafe for Db<O>
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