Struct kailua_langsvr_protocol::CompletionList [] [src]

pub struct CompletionList {
    pub isIncomplete: bool,
    pub items: Vec<CompletionItem>,
}

Fields

Trait Implementations

impl Debug for CompletionList
[src]

Formats the value using the given formatter.

impl Clone for CompletionList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more