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: u64
§squash_accounts_cache_ms: u64
§squash_accounts_index_ms: u64
§squash_accounts_store_ms: u64
§squash_cache_ms: u64
Auto Trait Implementations§
impl RefUnwindSafe for SquashTiming
impl Send for SquashTiming
impl Sync for SquashTiming
impl Unpin for SquashTiming
impl UnwindSafe for SquashTiming
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more