pub struct MmDB<T>where
T: Engine,{ /* private fields */ }Implementations§
source§impl<T> MmDB<T>where
T: Engine,
impl<T> MmDB<T>where
T: Engine,
pub fn alloc_br_id(&self) -> u64
pub fn alloc_ver_id(&self) -> u64
Auto Trait Implementations§
impl<T> Freeze for MmDB<T>where
T: Freeze,
impl<T> RefUnwindSafe for MmDB<T>where
T: RefUnwindSafe,
impl<T> Send for MmDB<T>where
T: Send,
impl<T> Sync for MmDB<T>where
T: Sync,
impl<T> Unpin for MmDB<T>where
T: Unpin,
impl<T> UnwindSafe for MmDB<T>where
T: UnwindSafe,
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