pub struct FixRejection {
pub file: String,
pub fix: Fix,
pub rule_id: String,
pub reason: RejectReason,
}Expand description
Mirrors fixer.py::FixRejection.
Fields§
§file: String§fix: Fix§rule_id: String§reason: RejectReasonTrait Implementations§
Source§impl Clone for FixRejection
impl Clone for FixRejection
Source§fn clone(&self) -> FixRejection
fn clone(&self) -> FixRejection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FixRejection
impl RefUnwindSafe for FixRejection
impl Send for FixRejection
impl Sync for FixRejection
impl Unpin for FixRejection
impl UnsafeUnpin for FixRejection
impl UnwindSafe for FixRejection
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