Struct libmdbx::NoWriteMap
source · [−]pub struct NoWriteMap;Trait Implementations
sourceimpl Debug for NoWriteMap
impl Debug for NoWriteMap
sourceimpl EnvironmentKind for NoWriteMap
impl EnvironmentKind for NoWriteMap
const EXTRA_FLAGS: MDBX_env_flags_t = 0u32
Auto Trait Implementations
impl RefUnwindSafe for NoWriteMap
impl Send for NoWriteMap
impl Sync for NoWriteMap
impl Unpin for NoWriteMap
impl UnwindSafe for NoWriteMap
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