pub struct LmdbDb {
pub db: Database,
pub db_env: Environment,
}Fields§
§db: Database§db_env: EnvironmentTrait Implementations§
Auto Trait Implementations§
impl !Freeze for LmdbDb
impl RefUnwindSafe for LmdbDb
impl Send for LmdbDb
impl Sync for LmdbDb
impl Unpin for LmdbDb
impl UnwindSafe for LmdbDb
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