Enum lsp_types::request::UnregisterCapability
source · pub enum UnregisterCapability {}
Expand description
The client/unregisterCapability request is sent from the server to the client to unregister a previously register capability.
Trait Implementations§
source§impl Debug for UnregisterCapability
impl Debug for UnregisterCapability
Auto Trait Implementations§
impl Freeze for UnregisterCapability
impl RefUnwindSafe for UnregisterCapability
impl Send for UnregisterCapability
impl Sync for UnregisterCapability
impl Unpin for UnregisterCapability
impl UnwindSafe for UnregisterCapability
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