pub struct MemLinearStore(/* private fields */);
Expand description
Linear storage in memory, used for temporary DB
Trait Implementations§
Source§impl Default for MemLinearStore
impl Default for MemLinearStore
Source§fn default() -> MemLinearStore
fn default() -> MemLinearStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MemLinearStore
impl RefUnwindSafe for MemLinearStore
impl Send for MemLinearStore
impl Sync for MemLinearStore
impl Unpin for MemLinearStore
impl UnwindSafe for MemLinearStore
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