Struct languageserver_types::Unregistration
[−]
[src]
pub struct Unregistration {
pub id: String,
pub method: String,
}General parameters to unregister a capability.
Fields
id: String
The id used to unregister the request or notification. Usually an id provided during the register request.
method: String
The method / capability to unregister for.
Trait Implementations
impl Debug for Unregistration[src]
impl PartialEq for Unregistration[src]
fn eq(&self, __arg_0: &Unregistration) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Unregistration) -> bool[src]
This method tests for !=.