[][src]Struct rstats::MStats

pub struct MStats {
    pub mean: f64,
    pub std: f64,
}

Mean and standard deviation (or std ratio for geometric mean).

Fields

mean: f64std: f64

Trait Implementations

impl Default for MStats[src]

impl Display for MStats[src]

Auto Trait Implementations

impl RefUnwindSafe for MStats

impl Send for MStats

impl Sync for MStats

impl Unpin for MStats

impl UnwindSafe for MStats

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.