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