Enum languageserver_types::request::GotoDefinitionResponse [−][src]
GotoDefinition response can be single location or multiple ones.
Variants
Scalar(Location)Array(Vec<Location>)
Trait Implementations
impl Debug for GotoDefinitionResponse[src]
impl Debug for GotoDefinitionResponsefn 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 GotoDefinitionResponse[src]
impl PartialEq for GotoDefinitionResponsefn eq(&self, other: &GotoDefinitionResponse) -> bool[src]
fn eq(&self, other: &GotoDefinitionResponse) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &GotoDefinitionResponse) -> bool[src]
fn ne(&self, other: &GotoDefinitionResponse) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for GotoDefinitionResponse
impl Send for GotoDefinitionResponseimpl Sync for GotoDefinitionResponse
impl Sync for GotoDefinitionResponse