Struct test::MetricUnstable [-] [+] [src]

pub struct Metric {
    // some fields omitted
}

Methods

impl Metric

fn new(value: f64, noise: f64) -> Metric

Trait Implementations

Derived Implementations

impl Copy for Metric

impl Debug for Metric

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for Metric

fn eq(&self, __arg_0: &Metric) -> bool

fn ne(&self, __arg_0: &Metric) -> bool

impl Decodable for Metric

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Metric, __D>

impl Encodable for Metric

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S>

impl Clone for Metric

fn clone(&self) -> Metric

fn clone_from(&mut self, source: &Self)