Struct languageserver_types::ExecuteCommandParams [] [src]

pub struct ExecuteCommandParams {
    pub command: String,
    pub arguments: Vec<Value>,
}

Fields

The identifier of the actual command handler.

Arguments that the command should be invoked with.

Trait Implementations

impl Debug for ExecuteCommandParams
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ExecuteCommandParams
[src]

[src]

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

[src]

This method tests for !=.