Struct test::Metric [−][src]
pub struct Metric { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (
test
)Methods
impl Metric
[src]
impl Metric
Trait Implementations
impl Clone for Metric
[src]
impl Clone for Metric
fn clone(&self) -> Metric
[src]
fn clone(&self) -> Metric
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 Metric
[src]
impl PartialEq for Metric
fn eq(&self, other: &Metric) -> bool
[src]
fn eq(&self, other: &Metric) -> bool
This 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) -> bool
This method tests for !=
.
impl Debug for Metric
[src]
impl Debug for Metric
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 Copy for Metric
[src]
impl Copy for Metric