pub struct TombstoneStats {
pub total_count: usize,
pub oldest_epoch: u64,
pub newest_epoch: u64,
pub last_compaction_epoch: u64,
}Fields§
§total_count: usize§oldest_epoch: u64§newest_epoch: u64§last_compaction_epoch: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for TombstoneStats
impl RefUnwindSafe for TombstoneStats
impl Send for TombstoneStats
impl Sync for TombstoneStats
impl Unpin for TombstoneStats
impl UnwindSafe for TombstoneStats
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