pub struct PrometheusCounterValue {
pub value: MetricNumber,
pub exemplar: Option<Exemplar>,
}
Fields§
§value: MetricNumber
§exemplar: Option<Exemplar>
Trait Implementations§
Source§impl Clone for PrometheusCounterValue
impl Clone for PrometheusCounterValue
Source§fn clone(&self) -> PrometheusCounterValue
fn clone(&self) -> PrometheusCounterValue
Returns a copy 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 PrometheusCounterValue
impl Debug for PrometheusCounterValue
Source§impl PartialEq for PrometheusCounterValue
impl PartialEq for PrometheusCounterValue
impl StructuralPartialEq for PrometheusCounterValue
Auto Trait Implementations§
impl Freeze for PrometheusCounterValue
impl RefUnwindSafe for PrometheusCounterValue
impl Send for PrometheusCounterValue
impl Sync for PrometheusCounterValue
impl Unpin for PrometheusCounterValue
impl UnwindSafe for PrometheusCounterValue
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