pub struct RttStats {
pub primary: SignedDurationStatsWithMedian,
pub raw: DurationStatsWithMedian,
pub adjusted: SignedDurationStatsWithMedian,
}Fields§
§primary: SignedDurationStatsWithMedian§raw: DurationStatsWithMedian§adjusted: SignedDurationStatsWithMedianTrait Implementations§
impl StructuralPartialEq for RttStats
Auto Trait Implementations§
impl Freeze for RttStats
impl RefUnwindSafe for RttStats
impl Send for RttStats
impl Sync for RttStats
impl Unpin for RttStats
impl UnsafeUnpin for RttStats
impl UnwindSafe for RttStats
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