Struct rustpython_common::cformat::CFormatError
source · pub struct CFormatError {
pub typ: CFormatErrorType,
pub index: usize,
}
Fields§
§typ: CFormatErrorType
§index: usize
Trait Implementations§
source§impl Debug for CFormatError
impl Debug for CFormatError
source§impl Display for CFormatError
impl Display for CFormatError
source§impl PartialEq<CFormatError> for CFormatError
impl PartialEq<CFormatError> for CFormatError
source§fn eq(&self, other: &CFormatError) -> bool
fn eq(&self, other: &CFormatError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.