Enum humansize::file_size_opts::Kilo [−][src]
pub enum Kilo {
Decimal,
Binary,
}Holds the standard to use when displying the size.
Variants
DecimalThe decimal scale and units
BinaryThe binary scale and units
Trait Implementations
impl Debug for Kilo[src]
impl Debug for Kilofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Kilo[src]
impl PartialEq for Kilofn eq(&self, other: &Kilo) -> bool[src]
fn eq(&self, other: &Kilo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Copy for Kilo[src]
impl Copy for Kiloimpl Clone for Kilo[src]
impl Clone for Kilo