Enum sozu_lib::network::metrics::MetricData [−][src]
Variants
Gauge(usize)GaugeAdd(i64)Count(i64)Time(usize)
Trait Implementations
impl Debug for MetricData[src]
impl Debug for MetricDatafn 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 MetricData[src]
impl Clone for MetricDatafn clone(&self) -> MetricData[src]
fn clone(&self) -> MetricDataReturns 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 MetricData[src]
impl PartialEq for MetricDatafn eq(&self, other: &MetricData) -> bool[src]
fn eq(&self, other: &MetricData) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &MetricData) -> bool[src]
fn ne(&self, other: &MetricData) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for MetricData
impl Send for MetricDataimpl Sync for MetricData
impl Sync for MetricData