Enum dipstick::core::Kind [] [src]

pub enum Kind {
    Marker,
    Counter,
    Gauge,
    Timer,
}

Used to differentiate between metric kinds in the backend.

Variants

Handling one item at a time.

Handling quantities or multiples.

Reporting instant measurement of a resource at a point in time.

Measuring a time interval, internal to the app or provided by an external source.

Trait Implementations

impl Debug for Kind
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Kind
[src]

impl Clone for Kind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Kind

impl Sync for Kind