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