pub enum FixSource {
BuiltinRule,
CorrectionsMap,
MigrationTable,
}Expand description
Provenance of a fix proposal — where the fix recommendation originated.
Variants§
BuiltinRule
Hand-written Layer 2 CAPCO rule.
CorrectionsMap
User [corrections] entry (FR-009).
MigrationTable
Deterministic deprecated-marking conversion (FR-004a).
Trait Implementations§
impl Copy for FixSource
impl Eq for FixSource
impl StructuralPartialEq for FixSource
Auto Trait Implementations§
impl Freeze for FixSource
impl RefUnwindSafe for FixSource
impl Send for FixSource
impl Sync for FixSource
impl Unpin for FixSource
impl UnsafeUnpin for FixSource
impl UnwindSafe for FixSource
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