Struct solana_runtime::bank::SquashTiming
source · [−]pub struct SquashTiming {
pub squash_accounts_ms: u64,
pub squash_accounts_cache_ms: u64,
pub squash_accounts_index_ms: u64,
pub squash_accounts_store_ms: u64,
pub squash_cache_ms: u64,
}Fields
squash_accounts_ms: u64squash_accounts_cache_ms: u64squash_accounts_index_ms: u64squash_accounts_store_ms: u64squash_cache_ms: u64Auto Trait Implementations
impl RefUnwindSafe for SquashTiming
impl Send for SquashTiming
impl Sync for SquashTiming
impl Unpin for SquashTiming
impl UnwindSafe for SquashTiming
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