Struct languageserver_types::WillSaveTextDocumentParams [] [src]

pub struct WillSaveTextDocumentParams {
    pub text_document: TextDocumentIdentifier,
    pub reason: TextDocumentSaveReason,
}

The parameters send in a will save text document notification.

Fields

The document that will be saved.

The 'TextDocumentSaveReason'.

Trait Implementations

impl Debug for WillSaveTextDocumentParams
[src]

[src]

Formats the value using the given formatter.

impl Eq for WillSaveTextDocumentParams
[src]

impl PartialEq for WillSaveTextDocumentParams
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.