Struct kailua_langsvr_protocol::Command [] [src]

pub struct Command {
    pub title: String,
    pub command: String,
    pub arguments: Vec<String>,
}

Fields

Trait Implementations

impl Debug for Command
[src]

Formats the value using the given formatter.

impl Clone for Command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more