Struct languageserver_types::ExecuteCommandParams [−][src]
Fields
command: String
The identifier of the actual command handler.
arguments: Vec<Value>
Arguments that the command should be invoked with.
Trait Implementations
impl Debug for ExecuteCommandParams[src]
impl Debug for ExecuteCommandParamsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ExecuteCommandParams[src]
impl PartialEq for ExecuteCommandParamsfn eq(&self, other: &ExecuteCommandParams) -> bool[src]
fn eq(&self, other: &ExecuteCommandParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ExecuteCommandParams) -> bool[src]
fn ne(&self, other: &ExecuteCommandParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ExecuteCommandParams
impl Send for ExecuteCommandParamsimpl Sync for ExecuteCommandParams
impl Sync for ExecuteCommandParams