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 Debug for DocumentRangeFormattingParamsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for DocumentRangeFormattingParams[src]
impl PartialEq for DocumentRangeFormattingParamsfn eq(&self, other: &DocumentRangeFormattingParams) -> bool[src]
fn eq(&self, other: &DocumentRangeFormattingParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DocumentRangeFormattingParams) -> bool[src]
fn ne(&self, other: &DocumentRangeFormattingParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DocumentRangeFormattingParams
impl Send for DocumentRangeFormattingParamsimpl Sync for DocumentRangeFormattingParams
impl Sync for DocumentRangeFormattingParams