pub struct ReadStatsLogger {
pub read_count: usize,
pub bytes_total: usize,
/* private fields */
}Expand description
Log reads, counts and totals
Fields§
§read_count: usize§bytes_total: usizeImplementations§
Auto Trait Implementations§
impl Freeze for ReadStatsLogger
impl RefUnwindSafe for ReadStatsLogger
impl Send for ReadStatsLogger
impl Sync for ReadStatsLogger
impl Unpin for ReadStatsLogger
impl UnwindSafe for ReadStatsLogger
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