pub struct Histogramint64 { /* private fields */ }Implementations§
Source§impl Histogramint64
impl Histogramint64
pub fn bins<T>(self, value: T) -> Self
pub fn max<T>(self, value: T) -> Self
pub fn min<T>(self, value: T) -> Self
pub fn n_samples<T>(self, value: T) -> Self
pub fn p50<T>(self, value: T) -> Self
pub fn p90<T>(self, value: T) -> Self
pub fn p99<T>(self, value: T) -> Self
pub fn squared_mean<T>(self, value: T) -> Self
pub fn start_time<T>(self, value: T) -> Self
pub fn sum_of_samples<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for Histogramint64
impl Clone for Histogramint64
Source§fn clone(&self) -> Histogramint64
fn clone(&self) -> Histogramint64
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 Histogramint64
impl Debug for Histogramint64
Source§impl Default for Histogramint64
impl Default for Histogramint64
Source§impl From<Histogramint64> for Histogramint64
impl From<Histogramint64> for Histogramint64
Source§fn from(value: Histogramint64) -> Self
fn from(value: Histogramint64) -> Self
Converts to this type from the input type.
Source§impl TryFrom<Histogramint64> for Histogramint64
impl TryFrom<Histogramint64> for Histogramint64
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: Histogramint64) -> Result<Self, ConversionError>
fn try_from(value: Histogramint64) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for Histogramint64
impl RefUnwindSafe for Histogramint64
impl Send for Histogramint64
impl Sync for Histogramint64
impl Unpin for Histogramint64
impl UnsafeUnpin for Histogramint64
impl UnwindSafe for Histogramint64
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