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