Struct ashpd::desktop::dynamic_launcher::UnexpectedIconError
source · pub struct UnexpectedIconError;
Expand description
Wrong type of crate::desktop::Icon
was used.
Trait Implementations§
source§impl Debug for UnexpectedIconError
impl Debug for UnexpectedIconError
source§impl Display for UnexpectedIconError
impl Display for UnexpectedIconError
source§impl Error for UnexpectedIconError
impl Error for UnexpectedIconError
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<UnexpectedIconError> for Error
impl From<UnexpectedIconError> for Error
source§fn from(_: UnexpectedIconError) -> Self
fn from(_: UnexpectedIconError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UnexpectedIconError
impl RefUnwindSafe for UnexpectedIconError
impl Send for UnexpectedIconError
impl Sync for UnexpectedIconError
impl Unpin for UnexpectedIconError
impl UnwindSafe for UnexpectedIconError
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