Struct languageserver_types::ExecuteCommandOptions [] [src]

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

Execute command options.

Fields

The commands to be executed on the server

Trait Implementations

impl Debug for ExecuteCommandOptions
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for ExecuteCommandOptions
[src]

impl PartialEq for ExecuteCommandOptions
[src]

[src]

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

[src]

This method tests for !=.

impl Default for ExecuteCommandOptions
[src]

[src]

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

Auto Trait Implementations