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