Struct kailua_langsvr_protocol::DocumentOnTypeFormattingOptions [] [src]

pub struct DocumentOnTypeFormattingOptions {
    pub firstTriggerCharacter: String,
    pub moreTriggerCharacter: Vec<String>,
}

Fields

Trait Implementations

impl Debug for DocumentOnTypeFormattingOptions
[src]

Formats the value using the given formatter.

impl Clone for DocumentOnTypeFormattingOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more