Struct slog_extlog::stats::StatSnapshotValue [] [src]

pub struct StatSnapshotValue {
    pub group_values: Vec<String>,
    pub value: f64,
}

A snapshot of a current (possibly groupedl) value for a stat.

Fields

Methods

impl StatSnapshotValue
[src]

[src]

Create a new snapshot value.

Trait Implementations

impl Debug for StatSnapshotValue
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations