Struct solana_runtime::accounts_db::ShrinkStatsSub
source · pub(crate) struct ShrinkStatsSub {
pub(crate) store_accounts_timing: StoreAccountsTiming,
pub(crate) rewrite_elapsed_us: u64,
pub(crate) create_and_insert_store_elapsed_us: u64,
}
Fields§
§store_accounts_timing: StoreAccountsTiming
§rewrite_elapsed_us: u64
§create_and_insert_store_elapsed_us: u64
Implementations§
source§impl ShrinkStatsSub
impl ShrinkStatsSub
pub(crate) fn accumulate(&mut self, other: &Self)
Trait Implementations§
source§impl Debug for ShrinkStatsSub
impl Debug for ShrinkStatsSub
source§impl Default for ShrinkStatsSub
impl Default for ShrinkStatsSub
source§fn default() -> ShrinkStatsSub
fn default() -> ShrinkStatsSub
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ShrinkStatsSub
impl Send for ShrinkStatsSub
impl Sync for ShrinkStatsSub
impl Unpin for ShrinkStatsSub
impl UnwindSafe for ShrinkStatsSub
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