pub struct FailedFix {
pub package: String,
pub target_version: String,
pub reason: String,
}Expand description
A fix that failed to apply
Fields§
§package: StringPackage name
target_version: StringTarget version that couldn’t be installed
reason: StringReason for failure
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FailedFix
impl RefUnwindSafe for FailedFix
impl Send for FailedFix
impl Sync for FailedFix
impl Unpin for FailedFix
impl UnwindSafe for FailedFix
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