Struct collectd_plugin::ValueReport
source · Expand description
Name and value of a reported metric
Fields§
§name: &'a strName of the metric. If values has a length of 1, this is often just “value”
value: ValueThe value reported
min: f64Minimum value seen in an interval
max: f64Maximum value seen in an interval
Trait Implementations§
source§impl<'a> Clone for ValueReport<'a>
impl<'a> Clone for ValueReport<'a>
source§fn clone(&self) -> ValueReport<'a>
fn clone(&self) -> ValueReport<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more