Struct metriken_core::MetricEntry
source · pub struct MetricEntry { /* private fields */ }Expand description
A statically declared metric entry.
Implementations§
source§impl MetricEntry
impl MetricEntry
Trait Implementations§
source§impl Debug for MetricEntry
impl Debug for MetricEntry
source§impl Deref for MetricEntry
impl Deref for MetricEntry
impl Send for MetricEntry
impl Sync for MetricEntry
Auto Trait Implementations§
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