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