Enum rustpython_common::cformat::CNumberType
source · pub enum CNumberType {
Decimal,
Octal,
Hex(CFormatCase),
}
Variants§
Trait Implementations§
source§impl Debug for CNumberType
impl Debug for CNumberType
source§impl PartialEq<CNumberType> for CNumberType
impl PartialEq<CNumberType> for CNumberType
source§fn eq(&self, other: &CNumberType) -> bool
fn eq(&self, other: &CNumberType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.