Struct solana_runtime::accounts_db::FlushStats
source · struct FlushStats {
num_flushed: usize,
num_purged: usize,
total_size: u64,
}
Fields§
§num_flushed: usize
§num_purged: usize
§total_size: u64
Trait Implementations§
source§impl Debug for FlushStats
impl Debug for FlushStats
source§impl Default for FlushStats
impl Default for FlushStats
source§fn default() -> FlushStats
fn default() -> FlushStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for FlushStats
impl Send for FlushStats
impl Sync for FlushStats
impl Unpin for FlushStats
impl UnwindSafe for FlushStats
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