Enum languageserver_types::request::GotoDefinitionResponse
[−]
[src]
pub enum GotoDefinitionResponse {
Scalar(Location),
Array(Vec<Location>),
}GotoDefinition response can be single location or multiple ones.
Variants
Scalar(Location)Array(Vec<Location>)
Trait Implementations
impl Debug for GotoDefinitionResponse[src]
impl PartialEq for GotoDefinitionResponse[src]
fn eq(&self, __arg_0: &GotoDefinitionResponse) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &GotoDefinitionResponse) -> bool[src]
This method tests for !=.