Struct kailua_langsvr_protocol::DocumentFormattingParams [] [src]

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

Fields

Trait Implementations

impl Debug for DocumentFormattingParams
[src]

Formats the value using the given formatter.

impl Clone for DocumentFormattingParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more