pub struct BlockstoreGCStats {
pub slot_purge_count: usize,
pub slot_blocked_count: usize,
}Expand description
Stats produce during [BlockstoreSM::gc] operation.
Fields§
§slot_purge_count: usize§slot_blocked_count: usizeTrait Implementations§
Source§impl Debug for BlockstoreGCStats
impl Debug for BlockstoreGCStats
Source§impl Default for BlockstoreGCStats
impl Default for BlockstoreGCStats
Source§fn default() -> BlockstoreGCStats
fn default() -> BlockstoreGCStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BlockstoreGCStats
impl RefUnwindSafe for BlockstoreGCStats
impl Send for BlockstoreGCStats
impl Sync for BlockstoreGCStats
impl Unpin for BlockstoreGCStats
impl UnsafeUnpin for BlockstoreGCStats
impl UnwindSafe for BlockstoreGCStats
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