Enum humansize::file_size_opts::Standard [] [src]

pub enum Standard {
    Decimal,
    Binary,
}

Holds the standard to use when displying the size.

Variants

The decimal scale and units

The binary scale and units

Trait Implementations

impl PartialEq for Standard
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.