Struct languageserver_types::UnregistrationParams
[−]
[src]
pub struct UnregistrationParams {
pub unregisterations: Vec<Unregistration>,
}Fields
unregisterations: Vec<Unregistration>
Trait Implementations
impl Debug for UnregistrationParams[src]
impl PartialEq for UnregistrationParams[src]
fn eq(&self, __arg_0: &UnregistrationParams) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &UnregistrationParams) -> bool[src]
This method tests for !=.