pub enum LspFailureKind {
NotInstalled,
Handshake,
Transport,
Server,
Unsupported,
}Variants§
Trait Implementations§
Source§impl Clone for LspFailureKind
impl Clone for LspFailureKind
Source§fn clone(&self) -> LspFailureKind
fn clone(&self) -> LspFailureKind
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 moreimpl Copy for LspFailureKind
Source§impl Debug for LspFailureKind
impl Debug for LspFailureKind
impl Eq for LspFailureKind
Source§impl PartialEq for LspFailureKind
impl PartialEq for LspFailureKind
impl StructuralPartialEq for LspFailureKind
Auto Trait Implementations§
impl Freeze for LspFailureKind
impl RefUnwindSafe for LspFailureKind
impl Send for LspFailureKind
impl Sync for LspFailureKind
impl Unpin for LspFailureKind
impl UnsafeUnpin for LspFailureKind
impl UnwindSafe for LspFailureKind
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