Struct solana_runtime::snapshot_utils::BankFromArchiveTimings [−][src]
pub struct BankFromArchiveTimings {
pub rebuild_bank_from_snapshots_us: u64,
pub untar_us: u64,
pub verify_snapshot_bank_us: u64,
}
Fields
rebuild_bank_from_snapshots_us: u64
untar_us: u64
verify_snapshot_bank_us: u64
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for BankFromArchiveTimings
impl Send for BankFromArchiveTimings
impl Sync for BankFromArchiveTimings
impl Unpin for BankFromArchiveTimings
impl UnwindSafe for BankFromArchiveTimings
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more