Struct languageserver_types::DidOpenTextDocumentParams[][src]

pub struct DidOpenTextDocumentParams {
    pub text_document: TextDocumentItem,
}

Fields

The document that was opened.

Trait Implementations

impl Debug for DidOpenTextDocumentParams
[src]

Formats the value using the given formatter. Read more

impl Eq for DidOpenTextDocumentParams
[src]

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