Enum lsp_types::lsif::Vertex[][src]

pub enum Vertex {
Show 18 variants MetaData(MetaData), Project(Project), Document(Document), Range { range: Range, tag: Option<RangeTag>, }, ResultSet(ResultSet), Moniker(Moniker), PackageInformation(PackageInformation), Event(Event), DefinitionResult, DeclarationResult, TypeDefinitionResult, ReferenceResult, ImplementationResult, FoldingRangeResult { result: Vec<FoldingRange>, }, HoverResult { result: Hover, }, DocumentSymbolResult { result: DocumentSymbolOrRangeBasedVec, }, DocumentLinkResult { result: Vec<DocumentLink>, }, DiagnosticResult { result: Vec<Diagnostic>, },
}

Variants

MetaData(MetaData)

Tuple Fields of MetaData

0: MetaData
Project(Project)

Tuple Fields of Project

0: Project
Document(Document)

Tuple Fields of Document

0: Document
Range

Fields of Range

range: Rangetag: Option<RangeTag>
ResultSet(ResultSet)

Tuple Fields of ResultSet

0: ResultSet
Moniker(Moniker)

Tuple Fields of Moniker

0: Moniker
PackageInformation(PackageInformation)

Tuple Fields of PackageInformation

0: PackageInformation
Event(Event)

Tuple Fields of Event

0: Event
DefinitionResult
DeclarationResult
TypeDefinitionResult
ReferenceResult
ImplementationResult
FoldingRangeResult

Fields of FoldingRangeResult

result: Vec<FoldingRange>
HoverResult

Fields of HoverResult

result: Hover
DocumentSymbolResult

Fields of DocumentSymbolResult

result: DocumentSymbolOrRangeBasedVec
DocumentLinkResult

Fields of DocumentLinkResult

result: Vec<DocumentLink>
DiagnosticResult

Fields of DiagnosticResult

result: Vec<Diagnostic>

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.