Struct test::Metric[][src]

pub struct Metric { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (test)

Methods

impl Metric
[src]

🔬 This is a nightly-only experimental API. (test)

Trait Implementations

impl Clone for Metric
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Metric
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Metric
[src]

Formats the value using the given formatter. Read more

impl Copy for Metric
[src]

Auto Trait Implementations

impl Send for Metric

impl Sync for Metric