Struct prometheus_manager::HistogramCount
source · [−]Fields
less_than: f64
count: f64
Trait Implementations
sourceimpl Clone for HistogramCount
impl Clone for HistogramCount
sourcefn clone(&self) -> HistogramCount
fn clone(&self) -> HistogramCount
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for HistogramCount
impl Debug for HistogramCount
sourceimpl PartialEq<HistogramCount> for HistogramCount
impl PartialEq<HistogramCount> for HistogramCount
sourcefn eq(&self, other: &HistogramCount) -> bool
fn eq(&self, other: &HistogramCount) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl StructuralPartialEq for HistogramCount
Auto Trait Implementations
impl RefUnwindSafe for HistogramCount
impl Send for HistogramCount
impl Sync for HistogramCount
impl Unpin for HistogramCount
impl UnwindSafe for HistogramCount
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