pub struct DpsPercentiles {
pub p5: f64,
pub p25: f64,
pub p50: f64,
pub p75: f64,
pub p95: f64,
}Fields§
§p5: f64§p25: f64§p50: f64§p75: f64§p95: f64Trait Implementations§
Source§impl Clone for DpsPercentiles
impl Clone for DpsPercentiles
Source§fn clone(&self) -> DpsPercentiles
fn clone(&self) -> DpsPercentiles
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 DpsPercentiles
impl Debug for DpsPercentiles
Source§impl<'de> Deserialize<'de> for DpsPercentiles
impl<'de> Deserialize<'de> for DpsPercentiles
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
Source§impl PartialEq for DpsPercentiles
impl PartialEq for DpsPercentiles
Source§impl Serialize for DpsPercentiles
impl Serialize for DpsPercentiles
impl StructuralPartialEq for DpsPercentiles
Auto Trait Implementations§
impl Freeze for DpsPercentiles
impl RefUnwindSafe for DpsPercentiles
impl Send for DpsPercentiles
impl Sync for DpsPercentiles
impl Unpin for DpsPercentiles
impl UnsafeUnpin for DpsPercentiles
impl UnwindSafe for DpsPercentiles
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