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 Debug for DocumentFormattingParamsfn 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 DocumentFormattingParams[src]
impl PartialEq for DocumentFormattingParamsfn eq(&self, other: &DocumentFormattingParams) -> bool[src]
fn eq(&self, other: &DocumentFormattingParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DocumentFormattingParams) -> bool[src]
fn ne(&self, other: &DocumentFormattingParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DocumentFormattingParams
impl Send for DocumentFormattingParamsimpl Sync for DocumentFormattingParams
impl Sync for DocumentFormattingParams