Struct kailua_langsvr_protocol::client_caps::Completion [] [src]

pub struct Completion {
    pub dynamicRegistration: bool,
    pub completionItem: Option<CompletionItem>,
}

Fields

Trait Implementations

impl Debug for Completion
[src]

Formats the value using the given formatter.

impl Clone for Completion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Completion
[src]

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