pub struct ReaderStats {
pub segment_count: usize,
pub sealed_records: u64,
pub wal_records: u64,
}Fields§
§segment_count: usize§sealed_records: u64§wal_records: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReaderStats
impl RefUnwindSafe for ReaderStats
impl Send for ReaderStats
impl Sync for ReaderStats
impl Unpin for ReaderStats
impl UnsafeUnpin for ReaderStats
impl UnwindSafe for ReaderStats
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