Struct prometheus_manager::SummaryCount
source · [−]Fields
quantile: f64
count: f64
Trait Implementations
sourceimpl Clone for SummaryCount
impl Clone for SummaryCount
sourcefn clone(&self) -> SummaryCount
fn clone(&self) -> SummaryCount
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 SummaryCount
impl Debug for SummaryCount
sourceimpl PartialEq<SummaryCount> for SummaryCount
impl PartialEq<SummaryCount> for SummaryCount
sourcefn eq(&self, other: &SummaryCount) -> bool
fn eq(&self, other: &SummaryCount) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl StructuralPartialEq for SummaryCount
Auto Trait Implementations
impl RefUnwindSafe for SummaryCount
impl Send for SummaryCount
impl Sync for SummaryCount
impl Unpin for SummaryCount
impl UnwindSafe for SummaryCount
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