pub struct DiagFix {
pub label: String,
pub description: String,
}Expand description
A suggested fix for a diagnostic.
Fields§
§label: String§description: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for DiagFix
impl RefUnwindSafe for DiagFix
impl Send for DiagFix
impl Sync for DiagFix
impl Unpin for DiagFix
impl UnsafeUnpin for DiagFix
impl UnwindSafe for DiagFix
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