Struct languageserver_types::ExecuteCommandOptions
[−]
[src]
pub struct ExecuteCommandOptions {
pub commands: Vec<String>,
}Execute command options.
Fields
commands: Vec<String>
The commands to be executed on the server
Trait Implementations
impl Debug for ExecuteCommandOptions[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Eq for ExecuteCommandOptions[src]
impl PartialEq for ExecuteCommandOptions[src]
fn eq(&self, __arg_0: &ExecuteCommandOptions) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ExecuteCommandOptions) -> bool[src]
This method tests for !=.
impl Default for ExecuteCommandOptions[src]
fn default() -> ExecuteCommandOptions[src]
Returns the "default value" for a type. Read more