Enum slog_extlog::stats::StatSnapshotValues[][src]

pub enum StatSnapshotValues {
    Counter(Vec<StatSnapshotValue>),
    Gauge(Vec<StatSnapshotValue>),
    BucketCounter(BucketsVec<(StatSnapshotValue, BucketLimit)>),
}

The values contained in a StatSnapshot for each stat type.

Variants

Methods

impl StatSnapshotValues
[src]

Trait Implementations

impl Debug for StatSnapshotValues
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations