pub struct LspFailure {
pub kind: LspFailureKind,
pub message: String,
}Fields§
§kind: LspFailureKind§message: StringTrait Implementations§
Source§impl Clone for LspFailure
impl Clone for LspFailure
Source§fn clone(&self) -> LspFailure
fn clone(&self) -> LspFailure
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LspFailure
impl Debug for LspFailure
impl Eq for LspFailure
Source§impl PartialEq for LspFailure
impl PartialEq for LspFailure
impl StructuralPartialEq for LspFailure
Auto Trait Implementations§
impl Freeze for LspFailure
impl RefUnwindSafe for LspFailure
impl Send for LspFailure
impl Sync for LspFailure
impl Unpin for LspFailure
impl UnsafeUnpin for LspFailure
impl UnwindSafe for LspFailure
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