Struct kailua_langsvr_protocol::CompletionOptions [] [src]

pub struct CompletionOptions {
    pub resolveProvider: bool,
    pub triggerCharacters: Vec<String>,
}

Fields

Trait Implementations

impl Debug for CompletionOptions
[src]

Formats the value using the given formatter.

impl Clone for CompletionOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CompletionOptions
[src]

Returns the "default value" for a type. Read more