Struct languageserver_types::DocumentFormattingParams[][src]

pub struct DocumentFormattingParams {
    pub text_document: TextDocumentIdentifier,
    pub options: FormattingOptions,
}

Fields

The document to format.

The format options.

Trait Implementations

impl Debug for DocumentFormattingParams
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DocumentFormattingParams
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations