pub struct FixSkip {
pub file: String,
pub fix: Fix,
pub rule_id: String,
pub reason: SkipReason,
}Fields§
§file: String§fix: Fix§rule_id: String§reason: SkipReasonTrait Implementations§
Auto Trait Implementations§
impl Freeze for FixSkip
impl RefUnwindSafe for FixSkip
impl Send for FixSkip
impl Sync for FixSkip
impl Unpin for FixSkip
impl UnsafeUnpin for FixSkip
impl UnwindSafe for FixSkip
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