pub struct ThroughputPoint {
pub sample_size: usize,
pub bytes_per_second: f64,
pub collection_time_ms: u64,
}Fields§
§sample_size: usize§bytes_per_second: f64§collection_time_ms: u64Trait Implementations§
Source§impl Clone for ThroughputPoint
impl Clone for ThroughputPoint
Source§fn clone(&self) -> ThroughputPoint
fn clone(&self) -> ThroughputPoint
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 moreSource§impl Debug for ThroughputPoint
impl Debug for ThroughputPoint
Auto Trait Implementations§
impl Freeze for ThroughputPoint
impl RefUnwindSafe for ThroughputPoint
impl Send for ThroughputPoint
impl Sync for ThroughputPoint
impl Unpin for ThroughputPoint
impl UnsafeUnpin for ThroughputPoint
impl UnwindSafe for ThroughputPoint
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