Enum languageserver_types::DocumentSymbolResponse [−][src]
pub enum DocumentSymbolResponse {
Flat(Vec<SymbolInformation>),
Nested(Vec<DocumentSymbol>),
}Variants
Flat(Vec<SymbolInformation>)Nested(Vec<DocumentSymbol>)
Trait Implementations
impl Debug for DocumentSymbolResponse[src]
impl Debug for DocumentSymbolResponsefn 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 DocumentSymbolResponse[src]
impl PartialEq for DocumentSymbolResponsefn eq(&self, other: &DocumentSymbolResponse) -> bool[src]
fn eq(&self, other: &DocumentSymbolResponse) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DocumentSymbolResponse) -> bool[src]
fn ne(&self, other: &DocumentSymbolResponse) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DocumentSymbolResponse
impl Send for DocumentSymbolResponseimpl Sync for DocumentSymbolResponse
impl Sync for DocumentSymbolResponse