pub struct CountStats {
pub input_reads: u64,
pub counted_reads: u64,
}Fields§
§input_reads: u64§counted_reads: u64Auto Trait Implementations§
impl Freeze for CountStats
impl RefUnwindSafe for CountStats
impl Send for CountStats
impl Sync for CountStats
impl Unpin for CountStats
impl UnsafeUnpin for CountStats
impl UnwindSafe for CountStats
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