Enum humansize::file_size_opts::Kilo [−][src]
pub enum Kilo { Decimal, Binary, }
Holds the standard to use when displying the size.
Variants
Decimal
The decimal scale and units
Binary
The binary scale and units
Trait Implementations
impl Debug for Kilo
[src]
impl Debug for Kilo
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 PartialEq for Kilo
[src]
impl PartialEq for Kilo
fn eq(&self, other: &Kilo) -> bool
[src]
fn eq(&self, other: &Kilo) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Copy for Kilo
[src]
impl Copy for Kilo
impl Clone for Kilo
[src]
impl Clone for Kilo