Enum slog_extlog::stats::StatSnapshotValues [−][src]
pub enum StatSnapshotValues {
Counter(Vec<StatSnapshotValue>),
Gauge(Vec<StatSnapshotValue>),
BucketCounter(Buckets, Vec<(StatSnapshotValue, BucketLimit)>),
}The values contained in a StatSnapshot for each stat type.
Variants
Counter(Vec<StatSnapshotValue>)Gauge(Vec<StatSnapshotValue>)BucketCounter(Buckets, Vec<(StatSnapshotValue, BucketLimit)>)
Methods
impl StatSnapshotValues[src]
impl StatSnapshotValuesTrait Implementations
impl Debug for StatSnapshotValues[src]
impl Debug for StatSnapshotValuesAuto Trait Implementations
impl Send for StatSnapshotValues
impl Send for StatSnapshotValuesimpl Sync for StatSnapshotValues
impl Sync for StatSnapshotValues