pub struct SupplementalSnapshotInfo {
pub bank_snapshot_dir: PathBuf,
pub archive_format: ArchiveFormat,
pub snapshot_version: SnapshotVersion,
pub full_snapshot_archives_dir: PathBuf,
pub incremental_snapshot_archives_dir: PathBuf,
pub epoch_accounts_hash: Option<EpochAccountsHash>,
}
Expand description
Supplemental information needed for snapshots
Fields§
§bank_snapshot_dir: PathBuf
§archive_format: ArchiveFormat
§snapshot_version: SnapshotVersion
§full_snapshot_archives_dir: PathBuf
§incremental_snapshot_archives_dir: PathBuf
§epoch_accounts_hash: Option<EpochAccountsHash>
Auto Trait Implementations§
impl RefUnwindSafe for SupplementalSnapshotInfo
impl Send for SupplementalSnapshotInfo
impl Sync for SupplementalSnapshotInfo
impl Unpin for SupplementalSnapshotInfo
impl UnwindSafe for SupplementalSnapshotInfo
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