Enum prometrics::metric::Metrics [] [src]

pub enum Metrics {
    Counter(Vec<AggregatedCounter>),
    Gauge(Vec<AggregatedGauge>),
    Summary(Vec<AggregatedSummary>),
    Histogram(Vec<AggregatedHistogram>),
}

Sequence of the same metric.

Variants

Trait Implementations

impl Debug for Metrics
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Metrics
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for Metrics
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Metrics

impl Sync for Metrics