Struct languageserver_types::CodeActionContext
[−]
[src]
pub struct CodeActionContext {
pub diagnostics: Vec<Diagnostic>,
}Contains additional diagnostic information about the context in which a code action is run.
Fields
diagnostics: Vec<Diagnostic>
An array of diagnostics.
Trait Implementations
impl Debug for CodeActionContext[src]
impl PartialEq for CodeActionContext[src]
fn eq(&self, __arg_0: &CodeActionContext) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CodeActionContext) -> bool[src]
This method tests for !=.