pub struct LspError {
pub code: i32,
pub message: String,
}Expand description
LSP error information.
Fields§
§code: i32§message: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LspError
impl RefUnwindSafe for LspError
impl Send for LspError
impl Sync for LspError
impl Unpin for LspError
impl UnwindSafe for LspError
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