pub(crate) struct RebuiltSnapshotStorage {
pub snapshot_version: SnapshotVersion,
pub storage: AccountStorageMap,
}
Expand description
Convenient wrapper for snapshot version and rebuilt storages
Fields§
§snapshot_version: SnapshotVersion
Snapshot version
storage: AccountStorageMap
Rebuilt storages
Auto Trait Implementations§
impl !RefUnwindSafe for RebuiltSnapshotStorage
impl Send for RebuiltSnapshotStorage
impl Sync for RebuiltSnapshotStorage
impl Unpin for RebuiltSnapshotStorage
impl UnwindSafe for RebuiltSnapshotStorage
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