pub struct LspEmitter;Expand description
Emitter for LSP (Language Server Protocol) diagnostics.
Trait Implementations§
Source§impl Emitter for LspEmitter
Available on crate feature serde only.
impl Emitter for LspEmitter
Available on crate feature
serde only.Auto Trait Implementations§
impl Freeze for LspEmitter
impl RefUnwindSafe for LspEmitter
impl Send for LspEmitter
impl Sync for LspEmitter
impl Unpin for LspEmitter
impl UnsafeUnpin for LspEmitter
impl UnwindSafe for LspEmitter
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