pub struct DatabaseUnlockedInner { /* private fields */ }Expand description
An sqlite key-value database fulfilling the KeyValueDB trait
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DatabaseUnlockedInner
impl RefUnwindSafe for DatabaseUnlockedInner
impl Send for DatabaseUnlockedInner
impl Sync for DatabaseUnlockedInner
impl Unpin for DatabaseUnlockedInner
impl UnwindSafe for DatabaseUnlockedInner
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