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