Struct solana_runtime::snapshot_utils::UnarchivedSnapshot
source · pub struct UnarchivedSnapshot {
pub storage: AccountStorageMap,
pub unpacked_snapshots_dir_and_version: UnpackedSnapshotsDirAndVersion,
pub measure_untar: Measure,
/* private fields */
}
Expand description
Helper type to bundle up the results from unarchive_snapshot()
Fields§
§storage: AccountStorageMap
§unpacked_snapshots_dir_and_version: UnpackedSnapshotsDirAndVersion
§measure_untar: Measure
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for UnarchivedSnapshot
impl Send for UnarchivedSnapshot
impl Sync for UnarchivedSnapshot
impl Unpin for UnarchivedSnapshot
impl !UnwindSafe for UnarchivedSnapshot
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