pub struct Mempack<'odb> { /* private fields */ }
Expand description
A structure to represent a mempack backend for the object database. The Mempack is bound to the Odb that it was created from, and cannot outlive that Odb.
Implementations§
Auto Trait Implementations§
impl<'odb> Freeze for Mempack<'odb>
impl<'odb> RefUnwindSafe for Mempack<'odb>
impl<'odb> !Send for Mempack<'odb>
impl<'odb> !Sync for Mempack<'odb>
impl<'odb> Unpin for Mempack<'odb>
impl<'odb> UnwindSafe for Mempack<'odb>
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