pub struct Database<'txn> { /* private fields */ }Expand description
A handle to an individual database in an environment.
A database handle denotes the name and parameters of a database in an environment.
Implementations
Trait Implementations
impl<'txn> Send for Database<'txn>
impl<'txn> Sync for Database<'txn>
Auto Trait Implementations
impl<'txn> RefUnwindSafe for Database<'txn>
impl<'txn> Unpin for Database<'txn>
impl<'txn> UnwindSafe for Database<'txn>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more