pub struct CounterMetric { /* private fields */ }Expand description
A counter metric, created with counter.
Implementations§
Source§impl CounterMetric
impl CounterMetric
Trait Implementations§
impl IntoProtocolMetric for CounterMetric
Auto Trait Implementations§
impl Freeze for CounterMetric
impl RefUnwindSafe for CounterMetric
impl Send for CounterMetric
impl Sync for CounterMetric
impl Unpin for CounterMetric
impl UnsafeUnpin for CounterMetric
impl UnwindSafe for CounterMetric
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