Enum languageserver_types::CompletionResponse [−][src]
pub enum CompletionResponse {
Array(Vec<CompletionItem>),
List(CompletionList),
}Variants
Array(Vec<CompletionItem>)List(CompletionList)
Trait Implementations
impl Debug for CompletionResponse[src]
impl Debug for CompletionResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for CompletionResponse[src]
impl PartialEq for CompletionResponsefn eq(&self, other: &CompletionResponse) -> bool[src]
fn eq(&self, other: &CompletionResponse) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CompletionResponse) -> bool[src]
fn ne(&self, other: &CompletionResponse) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for CompletionResponse
impl Send for CompletionResponseimpl Sync for CompletionResponse
impl Sync for CompletionResponse