Struct collectd_plugin::ValueReport [−][src]
Name and value of a reported metric
Fields
name: &'a str
Name of the metric. If values has a length of 1, this is often just "value"
value: Value
The value reported
min: f64
Minimum value seen in an interval
max: f64
Maximum value seen in an interval
Trait Implementations
impl<'a> Debug for ValueReport<'a>[src]
impl<'a> Debug for ValueReport<'a>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> PartialEq for ValueReport<'a>[src]
impl<'a> PartialEq for ValueReport<'a>fn eq(&self, other: &ValueReport<'a>) -> bool[src]
fn eq(&self, other: &ValueReport<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ValueReport<'a>) -> bool[src]
fn ne(&self, other: &ValueReport<'a>) -> boolThis method tests for !=.
impl<'a> Clone for ValueReport<'a>[src]
impl<'a> Clone for ValueReport<'a>fn clone(&self) -> ValueReport<'a>[src]
fn clone(&self) -> ValueReport<'a>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'a> Copy for ValueReport<'a>[src]
impl<'a> Copy for ValueReport<'a>Auto Trait Implementations
impl<'a> Send for ValueReport<'a>
impl<'a> Send for ValueReport<'a>impl<'a> Sync for ValueReport<'a>
impl<'a> Sync for ValueReport<'a>