pub struct Fix {
pub message: EcoString,
pub patches: EcoVec<Patch>,
pub display: FixDisplay,
pub span: Span,
}
Fields§
§message: EcoString
§patches: EcoVec<Patch>
§display: FixDisplay
§span: Span
The span of the “pre-patched” source the fix is about
Trait Implementations§
impl Eq for Fix
impl StructuralPartialEq for Fix
Auto Trait Implementations§
impl Freeze for Fix
impl RefUnwindSafe for Fix
impl Send for Fix
impl Sync for Fix
impl Unpin for Fix
impl UnwindSafe for Fix
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