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
impl Clone for SnapshotConfig
[src]
impl Clone for SnapshotConfig
[src]fn clone(&self) -> SnapshotConfig
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Eq for SnapshotConfig
[src]
impl Eq for SnapshotConfig
[src]impl PartialEq<SnapshotConfig> for SnapshotConfig
[src]
impl PartialEq<SnapshotConfig> for SnapshotConfig
[src]fn eq(&self, other: &SnapshotConfig) -> bool
[src]
fn ne(&self, other: &SnapshotConfig) -> bool
[src]
impl StructuralEq for SnapshotConfig
[src]
impl StructuralEq for SnapshotConfig
[src]impl StructuralPartialEq for SnapshotConfig
[src]
impl StructuralPartialEq for SnapshotConfig
[src]Auto Trait Implementations
impl RefUnwindSafe for SnapshotConfig
impl RefUnwindSafe for SnapshotConfig
impl Send for SnapshotConfig
impl Send for SnapshotConfig
impl Sync for SnapshotConfig
impl Sync for SnapshotConfig
impl Unpin for SnapshotConfig
impl Unpin for SnapshotConfig
impl UnwindSafe for SnapshotConfig
impl UnwindSafe for SnapshotConfig
Blanket Implementations
impl<T> AbiExample for T
[src]
impl<T> AbiExample for T
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,