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 MetricsConfigfn 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 MetricsConfig[src]
impl Clone for MetricsConfigfn clone(&self) -> MetricsConfig[src]
fn clone(&self) -> MetricsConfigReturns 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 MetricsConfigfn eq(&self, other: &MetricsConfig) -> bool[src]
fn eq(&self, other: &MetricsConfig) -> boolThis 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) -> boolThis method tests for !=.
impl Eq for MetricsConfig[src]
impl Eq for MetricsConfigimpl Hash for MetricsConfig[src]
impl Hash for MetricsConfigAuto Trait Implementations
impl Send for MetricsConfig
impl Send for MetricsConfigimpl Sync for MetricsConfig
impl Sync for MetricsConfig