Enum languageserver_types::CompletionResponse [] [src]

pub enum CompletionResponse {
    Array(Vec<CompletionItem>),
    List(CompletionList),
}

Variants

Trait Implementations

impl Debug for CompletionResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for CompletionResponse
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations