pub struct Histogram { /* private fields */ }
Expand description
A metric tracking a statistical distribution of values.
The histogram’s default reservoir implementation (used by its Default
implementation) is the
ExponentiallyDecayingReservoir
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Histogram
impl !RefUnwindSafe for Histogram
impl Send for Histogram
impl Sync for Histogram
impl Unpin for Histogram
impl !UnwindSafe for Histogram
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