Struct sozu_lib::network::metrics::MetricLine [−][src]
pub struct MetricLine { /* fields omitted */ }Trait Implementations
impl Debug for MetricLine[src]
impl Debug for MetricLinefn 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 MetricLine[src]
impl Clone for MetricLinefn clone(&self) -> MetricLine[src]
fn clone(&self) -> MetricLineReturns 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 MetricLine[src]
impl PartialEq for MetricLinefn eq(&self, other: &MetricLine) -> bool[src]
fn eq(&self, other: &MetricLine) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &MetricLine) -> bool[src]
fn ne(&self, other: &MetricLine) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for MetricLine
impl Send for MetricLineimpl Sync for MetricLine
impl Sync for MetricLine