pub struct IdbStorage {
pub storage: MemoryStorage,
}
Fields§
§storage: MemoryStorage
Implementations§
Source§impl IdbStorage
impl IdbStorage
pub fn load(idb: IdbStateDump) -> Self
Sourcepub fn load_to_mem_storage(&mut self, idb_state: IdbStateDump)
pub fn load_to_mem_storage(&mut self, idb_state: IdbStateDump)
takes a IdbStateDump and loads the values into MemoryStorage
Auto Trait Implementations§
impl Freeze for IdbStorage
impl RefUnwindSafe for IdbStorage
impl Send for IdbStorage
impl Sync for IdbStorage
impl Unpin for IdbStorage
impl UnwindSafe for IdbStorage
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