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