pub struct BankFromArchiveTimings {
pub rebuild_bank_from_snapshots_us: u64,
pub full_snapshot_untar_us: u64,
pub incremental_snapshot_untar_us: u64,
pub verify_snapshot_bank_us: u64,
}
Fields
rebuild_bank_from_snapshots_us: u64
full_snapshot_untar_us: u64
incremental_snapshot_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
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