Struct rustpython_format::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 for CFormatError
impl PartialEq 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 ==
.impl StructuralPartialEq for CFormatError
Auto Trait Implementations§
impl Freeze for CFormatError
impl RefUnwindSafe for CFormatError
impl Send for CFormatError
impl Sync for CFormatError
impl Unpin for CFormatError
impl UnwindSafe for CFormatError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more