pub enum DiagnosticFixKind {
ReplacePath,
}Variants§
ReplacePath
Trait Implementations§
Source§impl Clone for DiagnosticFixKind
impl Clone for DiagnosticFixKind
Source§fn clone(&self) -> DiagnosticFixKind
fn clone(&self) -> DiagnosticFixKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DiagnosticFixKind
impl Debug for DiagnosticFixKind
Source§impl Ord for DiagnosticFixKind
impl Ord for DiagnosticFixKind
Source§fn cmp(&self, other: &DiagnosticFixKind) -> Ordering
fn cmp(&self, other: &DiagnosticFixKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DiagnosticFixKind
impl PartialEq for DiagnosticFixKind
Source§impl PartialOrd for DiagnosticFixKind
impl PartialOrd for DiagnosticFixKind
Source§impl Serialize for DiagnosticFixKind
impl Serialize for DiagnosticFixKind
impl Copy for DiagnosticFixKind
impl Eq for DiagnosticFixKind
impl StructuralPartialEq for DiagnosticFixKind
Auto Trait Implementations§
impl Freeze for DiagnosticFixKind
impl RefUnwindSafe for DiagnosticFixKind
impl Send for DiagnosticFixKind
impl Sync for DiagnosticFixKind
impl Unpin for DiagnosticFixKind
impl UnsafeUnpin for DiagnosticFixKind
impl UnwindSafe for DiagnosticFixKind
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