Struct languageserver_types::UnregistrationParams [−][src]
pub struct UnregistrationParams {
pub unregisterations: Vec<Unregistration>,
}Fields
unregisterations: Vec<Unregistration>
Trait Implementations
impl Debug for UnregistrationParams[src]
impl Debug for UnregistrationParamsfn 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 UnregistrationParams[src]
impl Eq for UnregistrationParamsimpl PartialEq for UnregistrationParams[src]
impl PartialEq for UnregistrationParamsfn eq(&self, other: &UnregistrationParams) -> bool[src]
fn eq(&self, other: &UnregistrationParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &UnregistrationParams) -> bool[src]
fn ne(&self, other: &UnregistrationParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for UnregistrationParams
impl Send for UnregistrationParamsimpl Sync for UnregistrationParams
impl Sync for UnregistrationParams