Struct sozu_command_lib::proxy::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 AggregatedMetricsDatafn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for AggregatedMetricsData[src] 
impl Clone for AggregatedMetricsDatafn clone(&self) -> AggregatedMetricsData[src] 
fn clone(&self) -> AggregatedMetricsDataReturns 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 AggregatedMetricsDatafn eq(&self, other: &AggregatedMetricsData) -> bool[src] 
fn eq(&self, other: &AggregatedMetricsData) -> boolThis 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) -> boolThis method tests for !=.
impl Eq for AggregatedMetricsData[src] 
impl Eq for AggregatedMetricsDataAuto Trait Implementations
impl Send for AggregatedMetricsData
impl Send for AggregatedMetricsDataimpl Sync for AggregatedMetricsData
impl Sync for AggregatedMetricsData