Struct libmdbx::NoWriteMap
source · pub struct NoWriteMap;Trait Implementations§
source§impl DatabaseKind for NoWriteMap
impl DatabaseKind for NoWriteMap
const EXTRA_FLAGS: MDBX_env_flags_t = 0u32
Auto Trait Implementations§
impl Freeze for NoWriteMap
impl RefUnwindSafe for NoWriteMap
impl Send for NoWriteMap
impl Sync for NoWriteMap
impl Unpin for NoWriteMap
impl UnwindSafe for NoWriteMap
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