pub struct InstallFailure {
pub skill: String,
pub error: String,
}Expand description
A single failed install.
Fields§
§skill: StringSkill name.
error: StringError message.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstallFailure
impl RefUnwindSafe for InstallFailure
impl Send for InstallFailure
impl Sync for InstallFailure
impl Unpin for InstallFailure
impl UnsafeUnpin for InstallFailure
impl UnwindSafe for InstallFailure
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