Struct tacho::Sample [] [src]

pub struct Sample {
    pub counters: HashMap<CounterKey, u64, RandomXxHashBuilder>,
    pub gauges: HashMap<GaugeKey, u64, RandomXxHashBuilder>,
    pub stats: HashMap<StatKey, VecDeque<u64>, RandomXxHashBuilder>,
}

Stores the results from a a Record instance.

Fields

Trait Implementations

impl Clone for Sample
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Sample
[src]

Formats the value using the given formatter.

impl Default for Sample
[src]

Returns the "default value" for a type. Read more