Enum open_metrics_client::metrics::MetricType [−][src]
pub enum MetricType {
Counter,
Gauge,
Histogram,
Info,
Unknown,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MetricType
impl Send for MetricType
impl Sync for MetricType
impl Unpin for MetricType
impl UnwindSafe for MetricType
Blanket Implementations
Mutably borrows from an owned value. Read more