Struct languageserver_types::CodeActionLiteralSupport [−][src]
pub struct CodeActionLiteralSupport {
pub code_action_kind: CodeActionKindLiteralSupport,
}Fields
code_action_kind: CodeActionKindLiteralSupport
The code action kind is support with the following value set.
Trait Implementations
impl Debug for CodeActionLiteralSupport[src]
impl Debug for CodeActionLiteralSupportfn 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 CodeActionLiteralSupport[src]
impl Eq for CodeActionLiteralSupportimpl PartialEq for CodeActionLiteralSupport[src]
impl PartialEq for CodeActionLiteralSupportfn eq(&self, other: &CodeActionLiteralSupport) -> bool[src]
fn eq(&self, other: &CodeActionLiteralSupport) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CodeActionLiteralSupport) -> bool[src]
fn ne(&self, other: &CodeActionLiteralSupport) -> boolThis method tests for !=.
impl Default for CodeActionLiteralSupport[src]
impl Default for CodeActionLiteralSupportfn default() -> CodeActionLiteralSupport[src]
fn default() -> CodeActionLiteralSupportReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for CodeActionLiteralSupport
impl Send for CodeActionLiteralSupportimpl Sync for CodeActionLiteralSupport
impl Sync for CodeActionLiteralSupport