Struct metrix::snapshot::MeterRate[][src]

pub struct MeterRate {
    pub rate: f64,
    pub count: u64,
}

Fields

Trait Implementations

impl Debug for MeterRate
[src]

Formats the value using the given formatter. Read more

impl Clone for MeterRate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MeterRate

impl Sync for MeterRate