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
Byte
Kilo
Mega
Giga
Tera
Peta
Exa
Zetta
Yotta
No
Trait Implementations
impl Debug for FixedAt
[src]
impl Debug for FixedAt
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for FixedAt
[src]
impl Copy for FixedAt
impl Clone for FixedAt
[src]
impl Clone for FixedAt