Enum statsd_parser::Metric
source · [−]pub enum Metric {
Gauge(Gauge),
Counter(Counter),
Timing(Timing),
Histogram(Histogram),
Meter(Meter),
ServiceCheck(ServiceCheck),
}
Variants
Gauge(Gauge)
Counter(Counter)
Timing(Timing)
Histogram(Histogram)
Meter(Meter)
ServiceCheck(ServiceCheck)
Trait Implementations
impl StructuralPartialEq for Metric
Auto Trait Implementations
impl RefUnwindSafe for Metric
impl Send for Metric
impl Sync for Metric
impl Unpin for Metric
impl UnwindSafe for Metric
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