pub enum CFormatQuantity {
Amount(usize),
FromValuesTuple,
}
Variants§
Trait Implementations§
source§impl Debug for CFormatQuantity
impl Debug for CFormatQuantity
source§impl PartialEq<CFormatQuantity> for CFormatQuantity
impl PartialEq<CFormatQuantity> for CFormatQuantity
source§fn eq(&self, other: &CFormatQuantity) -> bool
fn eq(&self, other: &CFormatQuantity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.