Struct kailua_langsvr_protocol::DocumentOnTypeFormattingParams [] [src]

pub struct DocumentOnTypeFormattingParams {
    pub textDocument: TextDocumentIdentifier,
    pub position: Position,
    pub ch: String,
    pub options: FormattingOptions,
}

Fields

Trait Implementations

impl Debug for DocumentOnTypeFormattingParams
[src]

Formats the value using the given formatter.

impl Clone for DocumentOnTypeFormattingParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more