pub struct DiagnosticsMapper { /* private fields */ }Expand description
Maps LSP diagnostic responses to ricecoder models
Implementations§
Source§impl DiagnosticsMapper
impl DiagnosticsMapper
Sourcepub fn with_transformer(transformer: OutputTransformer) -> Self
pub fn with_transformer(transformer: OutputTransformer) -> Self
Create a mapper with custom transformations
Trait Implementations§
Source§impl Clone for DiagnosticsMapper
impl Clone for DiagnosticsMapper
Source§fn clone(&self) -> DiagnosticsMapper
fn clone(&self) -> DiagnosticsMapper
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DiagnosticsMapper
impl Debug for DiagnosticsMapper
Auto Trait Implementations§
impl Freeze for DiagnosticsMapper
impl RefUnwindSafe for DiagnosticsMapper
impl Send for DiagnosticsMapper
impl Sync for DiagnosticsMapper
impl Unpin for DiagnosticsMapper
impl UnwindSafe for DiagnosticsMapper
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