Struct languageserver_types::ExecuteCommandParams
[−]
[src]
pub struct ExecuteCommandParams {
pub command: String,
pub arguments: Vec<Value>,
}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 PartialEq for ExecuteCommandParams[src]
fn eq(&self, __arg_0: &ExecuteCommandParams) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ExecuteCommandParams) -> bool[src]
This method tests for !=.