pub struct Fix {
pub description: String,
pub kind: FixKind,
}Expand description
A concrete, actionable change attached to a Finding.
Fields§
§description: StringHuman-readable summary of what the fix does.
kind: FixKindThe structured form of the change, for tooling.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fix
impl RefUnwindSafe for Fix
impl Send for Fix
impl Sync for Fix
impl Unpin for Fix
impl UnsafeUnpin for Fix
impl UnwindSafe for Fix
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