Struct sozu_command_lib::config::MetricsConfig [−][src]
pub struct MetricsConfig { pub address: SocketAddr, pub tagged_metrics: bool, pub prefix: Option<String>, }
Fields
address: SocketAddr
tagged_metrics: bool
prefix: Option<String>
Trait Implementations
impl Debug for MetricsConfig
[src]
impl Debug for MetricsConfig
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 MetricsConfig
[src]
impl Clone for MetricsConfig
fn clone(&self) -> MetricsConfig
[src]
fn clone(&self) -> MetricsConfig
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 MetricsConfig
[src]
impl PartialEq for MetricsConfig
fn eq(&self, other: &MetricsConfig) -> bool
[src]
fn eq(&self, other: &MetricsConfig) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &MetricsConfig) -> bool
[src]
fn ne(&self, other: &MetricsConfig) -> bool
This method tests for !=
.
impl Eq for MetricsConfig
[src]
impl Eq for MetricsConfig
impl Hash for MetricsConfig
[src]
impl Hash for MetricsConfig
Auto Trait Implementations
impl Send for MetricsConfig
impl Send for MetricsConfig
impl Sync for MetricsConfig
impl Sync for MetricsConfig