Struct languageserver_types::CodeActionLiteralSupport[][src]

pub struct CodeActionLiteralSupport {
    pub code_action_kind: CodeActionKindLiteralSupport,
}

Fields

The code action kind is support with the following value set.

Trait Implementations

impl Debug for CodeActionLiteralSupport
[src]

Formats the value using the given formatter. Read more

impl Eq for CodeActionLiteralSupport
[src]

impl PartialEq for CodeActionLiteralSupport
[src]

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

This method tests for !=.

impl Default for CodeActionLiteralSupport
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations