[][src]Struct super_units::Amount

pub struct Amount { /* fields omitted */ }

Implementations

impl Amount[src]

pub fn new(bytes: f64, unit: Unit) -> Amount[src]

pub fn auto_detect(bytes: f64) -> Amount[src]

pub fn quantity(&self) -> f64[src]

pub fn unit(&self) -> Unit[src]

pub fn bytes(&self) -> f64[src]

Trait Implementations

impl Display for Amount[src]

Auto Trait Implementations

impl RefUnwindSafe for Amount

impl Send for Amount

impl Sync for Amount

impl Unpin for Amount

impl UnwindSafe for Amount

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.