Struct languageserver_types::CodeActionKindLiteralSupport [−][src]
Fields
value_set: Vec<String>
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]
impl Debug for CodeActionKindLiteralSupportfn 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 CodeActionKindLiteralSupport[src]
impl Eq for CodeActionKindLiteralSupportimpl PartialEq for CodeActionKindLiteralSupport[src]
impl PartialEq for CodeActionKindLiteralSupportfn eq(&self, other: &CodeActionKindLiteralSupport) -> bool[src]
fn eq(&self, other: &CodeActionKindLiteralSupport) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CodeActionKindLiteralSupport) -> bool[src]
fn ne(&self, other: &CodeActionKindLiteralSupport) -> boolThis method tests for !=.
impl Default for CodeActionKindLiteralSupport[src]
impl Default for CodeActionKindLiteralSupportfn default() -> CodeActionKindLiteralSupport[src]
fn default() -> CodeActionKindLiteralSupportReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for CodeActionKindLiteralSupport
impl Send for CodeActionKindLiteralSupportimpl Sync for CodeActionKindLiteralSupport
impl Sync for CodeActionKindLiteralSupport