pub struct MemPageStore { /* private fields */ }
Expand description
Memory storage structure by page (block)
Used by memory vfs and relaxed-idb vfs
Trait Implementations§
Source§impl Default for MemPageStore
impl Default for MemPageStore
Source§fn default() -> MemPageStore
fn default() -> MemPageStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MemPageStore
impl RefUnwindSafe for MemPageStore
impl Send for MemPageStore
impl Sync for MemPageStore
impl Unpin for MemPageStore
impl UnwindSafe for MemPageStore
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