pub struct SourceFix { /* private fields */ }
Expand description
A stored reference to a fix in the non-templated file.
Implementations§
Trait Implementations§
source§impl PartialEq for SourceFix
impl PartialEq for SourceFix
impl StructuralPartialEq for SourceFix
Auto Trait Implementations§
impl RefUnwindSafe for SourceFix
impl Send for SourceFix
impl Sync for SourceFix
impl Unpin for SourceFix
impl UnwindSafe for SourceFix
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