Struct languageserver_types::ExecuteCommandRegistrationOptions[][src]

pub struct ExecuteCommandRegistrationOptions {
    pub commands: Vec<String>,
}

Execute command registration options.

Fields

The commands to be executed on the server

Trait Implementations

impl Debug for ExecuteCommandRegistrationOptions
[src]

Formats the value using the given formatter. Read more

impl Eq for ExecuteCommandRegistrationOptions
[src]

impl PartialEq for ExecuteCommandRegistrationOptions
[src]

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

This method tests for !=.

Auto Trait Implementations