pub struct FixedStats {
pub bytes_processed: u64,
pub elements_yielded: usize,
pub elapsed: Duration,
}Fields§
§bytes_processed: u64§elements_yielded: usize§elapsed: DurationTrait Implementations§
Source§impl Clone for FixedStats
impl Clone for FixedStats
Source§fn clone(&self) -> FixedStats
fn clone(&self) -> FixedStats
Returns a duplicate of the value. Read more
1.0.0 · 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 FixedStats
impl RefUnwindSafe for FixedStats
impl Send for FixedStats
impl Sync for FixedStats
impl Unpin for FixedStats
impl UnwindSafe for FixedStats
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