Struct solana_runtime::bank_forks::SetRootMetrics
source · struct SetRootMetrics {
timings: SetRootTimings,
total_parent_banks: i64,
tx_count: i64,
dropped_banks_len: i64,
accounts_data_len: i64,
}
Fields§
§timings: SetRootTimings
§total_parent_banks: i64
§tx_count: i64
§dropped_banks_len: i64
§accounts_data_len: i64
Trait Implementations§
source§impl Clone for SetRootMetrics
impl Clone for SetRootMetrics
source§fn clone(&self) -> SetRootMetrics
fn clone(&self) -> SetRootMetrics
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SetRootMetrics
impl Debug for SetRootMetrics
source§impl Default for SetRootMetrics
impl Default for SetRootMetrics
source§fn default() -> SetRootMetrics
fn default() -> SetRootMetrics
Returns the “default value” for a type. Read more
impl Copy for SetRootMetrics
Auto Trait Implementations§
impl RefUnwindSafe for SetRootMetrics
impl Send for SetRootMetrics
impl Sync for SetRootMetrics
impl Unpin for SetRootMetrics
impl UnwindSafe for SetRootMetrics
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