pub struct MemFile { /* private fields */ }
Expand description
Simple implementation of Storage using Vec<u8>
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MemFile
impl Send for MemFile
impl Sync for MemFile
impl Unpin for MemFile
impl UnwindSafe for MemFile
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