Struct languageserver_types::DidSaveTextDocumentParams[][src]

pub struct DidSaveTextDocumentParams {
    pub text_document: TextDocumentIdentifier,
}

Fields

The document that was saved.

Trait Implementations

impl Debug for DidSaveTextDocumentParams
[src]

Formats the value using the given formatter. Read more

impl Eq for DidSaveTextDocumentParams
[src]

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