pub struct CompactionStats { /* private fields */ }
Expand description
| Per level compaction stats. stats_[level] | stores the stats for compactions that | produced data for the specified “level”. |
Implementations§
Source§impl CompactionStats
impl CompactionStats
pub fn add(&mut self, c: &CompactionStats)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompactionStats
impl RefUnwindSafe for CompactionStats
impl Send for CompactionStats
impl Sync for CompactionStats
impl Unpin for CompactionStats
impl UnwindSafe for CompactionStats
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