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
text_document: TextDocumentIdentifier
The document that will be saved.
reason: TextDocumentSaveReason
The 'TextDocumentSaveReason'.
Trait Implementations
impl Debug for WillSaveTextDocumentParams[src]
impl PartialEq for WillSaveTextDocumentParams[src]
fn eq(&self, __arg_0: &WillSaveTextDocumentParams) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &WillSaveTextDocumentParams) -> bool[src]
This method tests for !=.