pub struct QuickFixRegistry { /* private fields */ }Expand description
Maps error codes to their suggested quick-fix actions.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QuickFixRegistry
impl RefUnwindSafe for QuickFixRegistry
impl Send for QuickFixRegistry
impl Sync for QuickFixRegistry
impl Unpin for QuickFixRegistry
impl UnsafeUnpin for QuickFixRegistry
impl UnwindSafe for QuickFixRegistry
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