Struct kailua_langsvr_protocol::DocumentRangeFormattingParams [] [src]

pub struct DocumentRangeFormattingParams {
    pub textDocument: TextDocumentIdentifier,
    pub range: Range,
    pub options: FormattingOptions,
}

Fields

Trait Implementations

impl Debug for DocumentRangeFormattingParams
[src]

Formats the value using the given formatter.

impl Clone for DocumentRangeFormattingParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more