[][src]Struct mop_facades::Pct

pub struct Pct(_);

Percent in decimal format

Methods

impl Pct[src]

pub fn from_decimal<T>(pct: T) -> Pct where
    T: Into<f64>, 
[src]

pub fn from_percent<T>(pct: T) -> Pct where
    T: Into<f64>, 
[src]

pub fn is_in_rnd_pbty<R>(self, rng: &mut R) -> bool where
    R: Rng
[src]

Methods from Deref<Target = f64>

Trait Implementations

impl Copy for Pct[src]

impl Deref for Pct[src]

type Target = f64

The resulting type after dereferencing.

impl Clone for Pct[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Pct[src]

Auto Trait Implementations

impl Send for Pct

impl Sync for Pct

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

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

The type returned in the event of a conversion error.

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

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

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

The type returned in the event of a conversion error.

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

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

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

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

impl<T> TraitCfg for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T