Struct languageserver_types::Unregistration [−][src]
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 Debug for Unregistrationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for Unregistration[src]
impl Eq for Unregistrationimpl PartialEq for Unregistration[src]
impl PartialEq for Unregistrationfn eq(&self, other: &Unregistration) -> bool[src]
fn eq(&self, other: &Unregistration) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Unregistration) -> bool[src]
fn ne(&self, other: &Unregistration) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for Unregistration
impl Send for Unregistrationimpl Sync for Unregistration
impl Sync for Unregistration