Enum prometheus_client::metrics::MetricType
source · [−]pub enum MetricType {
Counter,
Gauge,
Histogram,
Info,
Unknown,
}Variants
Counter
Gauge
Histogram
Info
Unknown
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