Enum humansize::file_size_opts::Kilo[][src]

pub enum Kilo {
    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 Debug for Kilo
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Kilo
[src]

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

This method tests for !=.

impl Copy for Kilo
[src]

impl Clone for Kilo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Kilo

impl Sync for Kilo