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.

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 !=.