Struct sozu_command_lib::messages::AggregatedMetricsData[][src]

pub struct AggregatedMetricsData {
    pub master: BTreeMap<String, FilteredData>,
    pub workers: BTreeMap<String, MetricsData>,
}

Fields

Trait Implementations

impl Debug for AggregatedMetricsData
[src]

Formats the value using the given formatter. Read more

impl Clone for AggregatedMetricsData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AggregatedMetricsData
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for AggregatedMetricsData
[src]

Auto Trait Implementations