Struct sozu_command_lib::messages::AggregatedMetricsData [−][src]
pub struct AggregatedMetricsData { pub master: BTreeMap<String, FilteredData>, pub workers: BTreeMap<String, MetricsData>, }
Fields
master: BTreeMap<String, FilteredData>
workers: BTreeMap<String, MetricsData>
Trait Implementations
impl Debug for AggregatedMetricsData
[src]
impl Debug for AggregatedMetricsData
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for AggregatedMetricsData
[src]
impl Clone for AggregatedMetricsData
fn clone(&self) -> AggregatedMetricsData
[src]
fn clone(&self) -> AggregatedMetricsData
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 PartialEq for AggregatedMetricsData
[src]
impl PartialEq for AggregatedMetricsData
fn eq(&self, other: &AggregatedMetricsData) -> bool
[src]
fn eq(&self, other: &AggregatedMetricsData) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &AggregatedMetricsData) -> bool
[src]
fn ne(&self, other: &AggregatedMetricsData) -> bool
This method tests for !=
.
impl Eq for AggregatedMetricsData
[src]
impl Eq for AggregatedMetricsData
Auto Trait Implementations
impl Send for AggregatedMetricsData
impl Send for AggregatedMetricsData
impl Sync for AggregatedMetricsData
impl Sync for AggregatedMetricsData