Struct languageserver_types::DocumentLinkParams[][src]

pub struct DocumentLinkParams {
    pub text_document: TextDocumentIdentifier,
}

Fields

The document to provide document links for.

Trait Implementations

impl Debug for DocumentLinkParams
[src]

Formats the value using the given formatter. Read more

impl Eq for DocumentLinkParams
[src]

impl PartialEq for DocumentLinkParams
[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