Struct test::Metric [−][src]
pub struct Metric { /* fields omitted */ }🔬 This is a nightly-only experimental API.  (
test)Methods
impl Metric[src] 
                impl MetricTrait Implementations
impl Clone for Metric[src] 
impl Clone for Metricfn clone(&self) -> Metric[src] 
fn clone(&self) -> MetricReturns 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 Metric[src] 
impl PartialEq for Metricfn eq(&self, other: &Metric) -> bool[src] 
fn eq(&self, other: &Metric) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Metric) -> bool[src] 
fn ne(&self, other: &Metric) -> boolThis method tests for !=.
impl Debug for Metric[src] 
impl Debug for Metricfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for Metric[src] 
impl Copy for Metric