Struct languageserver_types::ReferenceParams[][src]

pub struct ReferenceParams {
    pub text_document: TextDocumentIdentifier,
    pub position: Position,
    pub context: ReferenceContext,
}

Fields

The text document.

The position inside the text document.

Trait Implementations

impl Debug for ReferenceParams
[src]

Formats the value using the given formatter. Read more

impl Eq for ReferenceParams
[src]

impl PartialEq for ReferenceParams
[src]

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

This method tests for !=.

Auto Trait Implementations