Struct sozu_command_lib::messages::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 AppMetricsData
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 AppMetricsData
[src]
impl Clone for AppMetricsData
fn clone(&self) -> AppMetricsData
[src]
fn clone(&self) -> AppMetricsData
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 AppMetricsData
[src]
impl PartialEq for AppMetricsData
fn eq(&self, other: &AppMetricsData) -> bool
[src]
fn eq(&self, other: &AppMetricsData) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for AppMetricsData
[src]
impl Eq for AppMetricsData
Auto Trait Implementations
impl Send for AppMetricsData
impl Send for AppMetricsData
impl Sync for AppMetricsData
impl Sync for AppMetricsData