pub struct NoHomeForLauncherError();
Trait Implementations§
Source§impl Debug for NoHomeForLauncherError
impl Debug for NoHomeForLauncherError
Source§impl Display for NoHomeForLauncherError
impl Display for NoHomeForLauncherError
Source§impl From<NoHomeForLauncherError> for AnyError
impl From<NoHomeForLauncherError> for AnyError
Source§fn from(e: NoHomeForLauncherError) -> AnyError
fn from(e: NoHomeForLauncherError) -> AnyError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NoHomeForLauncherError
impl RefUnwindSafe for NoHomeForLauncherError
impl Send for NoHomeForLauncherError
impl Sync for NoHomeForLauncherError
impl Unpin for NoHomeForLauncherError
impl UnwindSafe for NoHomeForLauncherError
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