Struct solana_runtime::bank_forks::SnapshotConfig [−][src]
pub struct SnapshotConfig { pub snapshot_interval_slots: u64, pub snapshot_package_output_path: PathBuf, pub snapshot_path: PathBuf, pub archive_format: ArchiveFormat, pub snapshot_version: SnapshotVersion, }
Fields
snapshot_interval_slots: u64
snapshot_package_output_path: PathBuf
snapshot_path: PathBuf
archive_format: ArchiveFormat
snapshot_version: SnapshotVersion
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SnapshotConfig
impl Send for SnapshotConfig
impl Sync for SnapshotConfig
impl Unpin for SnapshotConfig
impl UnwindSafe for SnapshotConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V