Struct modality_api::types::WrongAttrTypeError
source · pub struct WrongAttrTypeError { /* private fields */ }
Trait Implementations§
source§impl Debug for WrongAttrTypeError
impl Debug for WrongAttrTypeError
source§impl Display for WrongAttrTypeError
impl Display for WrongAttrTypeError
source§impl Error for WrongAttrTypeError
impl Error for WrongAttrTypeError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<WrongAttrTypeError> for WrongAttrTypeError
impl PartialEq<WrongAttrTypeError> for WrongAttrTypeError
source§fn eq(&self, other: &WrongAttrTypeError) -> bool
fn eq(&self, other: &WrongAttrTypeError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for WrongAttrTypeError
impl StructuralEq for WrongAttrTypeError
impl StructuralPartialEq for WrongAttrTypeError
Auto Trait Implementations§
impl RefUnwindSafe for WrongAttrTypeError
impl Send for WrongAttrTypeError
impl Sync for WrongAttrTypeError
impl Unpin for WrongAttrTypeError
impl UnwindSafe for WrongAttrTypeError
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