pub struct Quickfixer<'a> { /* private fields */ }Implementations§
Source§impl<'a> Quickfixer<'a>
impl<'a> Quickfixer<'a>
pub fn collect(&self) -> Vec<CodeActionOrCommand>
pub fn new(document: &'a Document, parameters: &'a CodeActionParams) -> Self
Auto Trait Implementations§
impl<'a> Freeze for Quickfixer<'a>
impl<'a> RefUnwindSafe for Quickfixer<'a>
impl<'a> Send for Quickfixer<'a>
impl<'a> Sync for Quickfixer<'a>
impl<'a> Unpin for Quickfixer<'a>
impl<'a> UnsafeUnpin for Quickfixer<'a>
impl<'a> UnwindSafe for Quickfixer<'a>
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