Struct sozu_command_lib::proxy::AppMetricsData [−][src]
pub struct AppMetricsData {
pub data: BTreeMap<String, FilteredData>,
pub backends: BTreeMap<String, BTreeMap<String, FilteredData>>,
}Fields
data: BTreeMap<String, FilteredData>
backends: BTreeMap<String, BTreeMap<String, FilteredData>>
Trait Implementations
impl Debug for AppMetricsData[src]
impl Debug for AppMetricsDatafn 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 AppMetricsData[src]
impl Clone for AppMetricsDatafn clone(&self) -> AppMetricsData[src]
fn clone(&self) -> AppMetricsDataReturns 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 AppMetricsData[src]
impl PartialEq for AppMetricsDatafn eq(&self, other: &AppMetricsData) -> bool[src]
fn eq(&self, other: &AppMetricsData) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &AppMetricsData) -> bool[src]
fn ne(&self, other: &AppMetricsData) -> boolThis method tests for !=.
impl Eq for AppMetricsData[src]
impl Eq for AppMetricsDataAuto Trait Implementations
impl Send for AppMetricsData
impl Send for AppMetricsDataimpl Sync for AppMetricsData
impl Sync for AppMetricsData