Struct languageserver_types::DidCloseTextDocumentParams[][src]

pub struct DidCloseTextDocumentParams {
    pub text_document: TextDocumentIdentifier,
}

Fields

The document that was closed.

Trait Implementations

impl Debug for DidCloseTextDocumentParams
[src]

Formats the value using the given formatter. Read more

impl Eq for DidCloseTextDocumentParams
[src]

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