pub struct Database { /* 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 Copy for Database
impl Eq for Database
impl Send for Database
impl StructuralPartialEq for Database
impl Sync for Database
Auto Trait Implementations§
impl Freeze for Database
impl RefUnwindSafe for Database
impl Unpin for Database
impl UnwindSafe for Database
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