Enum dipstick::MetricKind [] [src]

pub enum MetricKind {
    Event,
    Count,
    Gauge,
    Time,
}

Used to differentiate between metric kinds in the backend.

Variants

Is one item handled?

How many items are handled?

How much are we using or do we have left?

How long does this take?

Trait Implementations

impl Debug for MetricKind
[src]

[src]

Formats the value using the given formatter.

impl Copy for MetricKind
[src]

impl Clone for MetricKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more