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