Struct languageserver_types::CodeActionKindLiteralSupport[][src]

pub struct CodeActionKindLiteralSupport {
    pub value_set: Vec<String>,
}

Fields

The code action kind values the client supports. When this property exists the client also guarantees that it will handle values outside its set gracefully and falls back to a default value when unknown.

Trait Implementations

impl Debug for CodeActionKindLiteralSupport
[src]

Formats the value using the given formatter. Read more

impl Eq for CodeActionKindLiteralSupport
[src]

impl PartialEq for CodeActionKindLiteralSupport
[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 CodeActionKindLiteralSupport
[src]

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

Auto Trait Implementations