Struct languageserver_types::DocumentFormattingParams
[−]
[src]
pub struct DocumentFormattingParams {
pub text_document: TextDocumentIdentifier,
pub options: FormattingOptions,
}Fields
text_document: TextDocumentIdentifier
The document to format.
options: FormattingOptions
The format options.
Trait Implementations
impl Debug for DocumentFormattingParams[src]
impl PartialEq for DocumentFormattingParams[src]
fn eq(&self, __arg_0: &DocumentFormattingParams) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DocumentFormattingParams) -> bool[src]
This method tests for !=.