pub struct Histogram { /* private fields */ }
Expand description
Histograms are values whose distribution is calculated by the server.
The distribution calculated for histograms is often similar to that of timers. Histograms can be thought of as a more general (not limited to timing things) form of timers.
See the Histogrammed
trait for more information.
Implementations
Trait Implementations
impl Eq for Histogram
impl StructuralEq for Histogram
impl StructuralPartialEq for Histogram
Auto Trait Implementations
impl RefUnwindSafe for Histogram
impl Send for Histogram
impl Sync for Histogram
impl Unpin for Histogram
impl UnwindSafe for Histogram
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more