Struct solana_runtime::snapshot_utils::UnarchivedSnapshot
source · struct UnarchivedSnapshot {
unpack_dir: TempDir,
storage: AccountStorageMap,
unpacked_snapshots_dir_and_version: UnpackedSnapshotsDirAndVersion,
measure_untar: Measure,
}
Expand description
Helper type to bundle up the results from unarchive_snapshot()
Fields§
§unpack_dir: TempDir
§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