Struct languageserver_types::CodeActionOptions [−][src]
Fields
code_action_kinds: Option<Vec<String>>
CodeActionKinds that this server may return.
The list of kinds may be generic, such as CodeActionKind.Refactor, or the server
may list out every specific kind they provide.
Trait Implementations
impl Debug for CodeActionOptions[src]
impl Debug for CodeActionOptionsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for CodeActionOptions[src]
impl Eq for CodeActionOptionsimpl PartialEq for CodeActionOptions[src]
impl PartialEq for CodeActionOptionsfn eq(&self, other: &CodeActionOptions) -> bool[src]
fn eq(&self, other: &CodeActionOptions) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CodeActionOptions) -> bool[src]
fn ne(&self, other: &CodeActionOptions) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for CodeActionOptions
impl Send for CodeActionOptionsimpl Sync for CodeActionOptions
impl Sync for CodeActionOptions