pub struct OneWayDelayStats {
pub send_delay: DurationStatsWithMedian,
pub receive_delay: DurationStatsWithMedian,
}Fields§
§send_delay: DurationStatsWithMedian§receive_delay: DurationStatsWithMedianTrait Implementations§
Source§impl Clone for OneWayDelayStats
impl Clone for OneWayDelayStats
Source§fn clone(&self) -> OneWayDelayStats
fn clone(&self) -> OneWayDelayStats
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 moreSource§impl Debug for OneWayDelayStats
impl Debug for OneWayDelayStats
Source§impl PartialEq for OneWayDelayStats
impl PartialEq for OneWayDelayStats
Source§fn eq(&self, other: &OneWayDelayStats) -> bool
fn eq(&self, other: &OneWayDelayStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OneWayDelayStats
Auto Trait Implementations§
impl Freeze for OneWayDelayStats
impl RefUnwindSafe for OneWayDelayStats
impl Send for OneWayDelayStats
impl Sync for OneWayDelayStats
impl Unpin for OneWayDelayStats
impl UnsafeUnpin for OneWayDelayStats
impl UnwindSafe for OneWayDelayStats
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