Struct kailua_langsvr_protocol::ExecuteCommandParams [] [src]

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

Fields

Trait Implementations

impl Debug for ExecuteCommandParams
[src]

Formats the value using the given formatter.

impl Clone for ExecuteCommandParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more