Struct languageserver_types::RegistrationParams [−][src]
pub struct RegistrationParams {
pub registrations: Vec<Registration>,
}Fields
registrations: Vec<Registration>
Trait Implementations
impl Debug for RegistrationParams[src]
impl Debug for RegistrationParamsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for RegistrationParams[src]
impl PartialEq for RegistrationParamsfn eq(&self, other: &RegistrationParams) -> bool[src]
fn eq(&self, other: &RegistrationParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RegistrationParams) -> bool[src]
fn ne(&self, other: &RegistrationParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for RegistrationParams
impl Send for RegistrationParamsimpl Sync for RegistrationParams
impl Sync for RegistrationParams