[][src]Struct mop_blocks::Pct

pub struct Pct(_);

Percent in decimal format

Methods

impl Pct[src]

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

From decimal representation.

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

From percent representation.

Trait Implementations

impl Clone for Pct[src]

impl Copy for Pct[src]

impl Debug for Pct[src]

impl Deref for Pct[src]

type Target = f64

The resulting type after dereferencing.

Auto Trait Implementations

impl Send for Pct

impl Sync for Pct

impl Unpin for Pct

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> TraitCfg for T[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.