pub struct NotCompatible {
pub key: String,
}Fields§
§key: StringTrait Implementations§
Source§impl Debug for NotCompatible
impl Debug for NotCompatible
Source§impl Display for NotCompatible
impl Display for NotCompatible
Source§impl Error for NotCompatible
impl Error for NotCompatible
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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 From<NotCompatible> for ProjectionError
impl From<NotCompatible> for ProjectionError
Source§fn from(source: NotCompatible) -> Self
fn from(source: NotCompatible) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NotCompatible
impl RefUnwindSafe for NotCompatible
impl Send for NotCompatible
impl Sync for NotCompatible
impl Unpin for NotCompatible
impl UnwindSafe for NotCompatible
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