pub struct IteratorStatsSnapshot {
pub chunks_read: u64,
pub bytes_read: u64,
pub seeks: u64,
}Fields§
§chunks_read: u64§bytes_read: u64§seeks: u64Trait Implementations§
Source§impl Clone for IteratorStatsSnapshot
impl Clone for IteratorStatsSnapshot
Source§fn clone(&self) -> IteratorStatsSnapshot
fn clone(&self) -> IteratorStatsSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IteratorStatsSnapshot
impl RefUnwindSafe for IteratorStatsSnapshot
impl Send for IteratorStatsSnapshot
impl Sync for IteratorStatsSnapshot
impl Unpin for IteratorStatsSnapshot
impl UnsafeUnpin for IteratorStatsSnapshot
impl UnwindSafe for IteratorStatsSnapshot
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