[][src]Struct human_size::multiples::Exabyte

pub struct Exabyte;

Multiple representing a Exabyte.

Represents a size of value * 1000_f64.powi(6). When parsing this multiple from text it expects EB.

Trait Implementations

impl Clone for Exabyte[src]

impl Copy for Exabyte[src]

impl Debug for Exabyte[src]

impl Default for Exabyte[src]

impl Display for Exabyte[src]

impl Eq for Exabyte[src]

impl From<Exabyte> for Any[src]

impl Hash for Exabyte[src]

impl Multiple for Exabyte[src]

impl Ord for Exabyte[src]

impl PartialEq<Exabyte> for Exabyte[src]

impl PartialOrd<Exabyte> for Exabyte[src]

impl StructuralEq for Exabyte[src]

impl StructuralPartialEq for Exabyte[src]

Auto Trait Implementations

impl RefUnwindSafe for Exabyte

impl Send for Exabyte

impl Sync for Exabyte

impl Unpin for Exabyte

impl UnwindSafe for Exabyte

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> 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.