pub struct Stats {
pub resident_bytes: u64,
pub on_disk_bytes: u64,
pub logged_bytes: u64,
pub written_bytes: u64,
pub read_bytes: u64,
pub space_amp: f64,
pub write_amp: f64,
}Fields§
§resident_bytes: u64§on_disk_bytes: u64§logged_bytes: u64§written_bytes: u64§read_bytes: u64§space_amp: f64§write_amp: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stats
impl RefUnwindSafe for Stats
impl Send for Stats
impl Sync for Stats
impl Unpin for Stats
impl UnwindSafe for Stats
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