Struct languageserver_types::ExecuteCommandOptions [−][src]
Execute command options.
Fields
commands: Vec<String>
The commands to be executed on the server
Trait Implementations
impl Debug for ExecuteCommandOptions[src]
impl Debug for ExecuteCommandOptionsfn 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 ExecuteCommandOptions[src]
impl Eq for ExecuteCommandOptionsimpl PartialEq for ExecuteCommandOptions[src]
impl PartialEq for ExecuteCommandOptionsfn eq(&self, other: &ExecuteCommandOptions) -> bool[src]
fn eq(&self, other: &ExecuteCommandOptions) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ExecuteCommandOptions) -> bool[src]
fn ne(&self, other: &ExecuteCommandOptions) -> boolThis method tests for !=.
impl Default for ExecuteCommandOptions[src]
impl Default for ExecuteCommandOptionsfn default() -> ExecuteCommandOptions[src]
fn default() -> ExecuteCommandOptionsReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for ExecuteCommandOptions
impl Send for ExecuteCommandOptionsimpl Sync for ExecuteCommandOptions
impl Sync for ExecuteCommandOptions