Enum humansize::file_size_opts::FixedAt[][src]

pub enum FixedAt {
    Byte,
    Kilo,
    Mega,
    Giga,
    Tera,
    Peta,
    Exa,
    Zetta,
    Yotta,
    No,
}

Forces a certain representation of the resulting file size.

Variants

Trait Implementations

impl Debug for FixedAt
[src]

Formats the value using the given formatter. Read more

impl Copy for FixedAt
[src]

impl Clone for FixedAt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FixedAt

impl Sync for FixedAt