pub struct WriteMap;Trait Implementations
sourceimpl EnvironmentKind for WriteMap
impl EnvironmentKind for WriteMap
const EXTRA_FLAGS: MDBX_env_flags_t = 524_288u32
Auto Trait Implementations
impl RefUnwindSafe for WriteMap
impl Send for WriteMap
impl Sync for WriteMap
impl Unpin for WriteMap
impl UnwindSafe for WriteMap
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