Enum gix_config::integer::Suffix
source · pub enum Suffix {
Kibi,
Mebi,
Gibi,
}
Expand description
Integer suffixes that are supported by gix-config
.
These values are base-2 unit of measurements, not the base-10 variants.
Variants§
Implementations§
Trait Implementations§
source§impl Ord for Suffix
impl Ord for Suffix
source§impl PartialEq<Suffix> for Suffix
impl PartialEq<Suffix> for Suffix
source§impl PartialOrd<Suffix> for Suffix
impl PartialOrd<Suffix> for Suffix
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for Suffix
Available on crate feature serde
only.
impl Serialize for Suffix
Available on crate feature
serde
only.source§fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where S: Serializer,
Serialize this value into the given Serde serializer. Read more