pub struct Latencies {}
Fields§
§min: f64
§p01: f64
§p05: f64
§p10: f64
§p16: f64
§p50: f64
§p84: f64
§p90: f64
§p95: f64
§p99: f64
§p99_9: f64
§p99_99: f64
§p99_999: f64
§max: f64
§ctl: f64
Trait Implementations§
Source§impl AddAssign<&Latencies> for Latencies
impl AddAssign<&Latencies> for Latencies
Source§fn add_assign(&mut self, rhs: &Latencies)
fn add_assign(&mut self, rhs: &Latencies)
Performs the
+=
operation. Read moreSource§impl<'de> Deserialize<'de> for Latencies
impl<'de> Deserialize<'de> for Latencies
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Latencies
impl RefUnwindSafe for Latencies
impl Send for Latencies
impl Sync for Latencies
impl Unpin for Latencies
impl UnwindSafe for Latencies
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more