Struct solana_runtime::snapshot_utils::SnapshotRootPaths
source · pub struct SnapshotRootPaths {
pub full_snapshot_root_file_path: PathBuf,
pub incremental_snapshot_root_file_path: Option<PathBuf>,
}
Expand description
Helper type when rebuilding from snapshots. Designed to handle when rebuilding from just a full snapshot, or from both a full snapshot and an incremental snapshot.
Fields§
§full_snapshot_root_file_path: PathBuf
§incremental_snapshot_root_file_path: Option<PathBuf>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SnapshotRootPaths
impl Send for SnapshotRootPaths
impl Sync for SnapshotRootPaths
impl Unpin for SnapshotRootPaths
impl UnwindSafe for SnapshotRootPaths
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