Struct kailua_langsvr_protocol::ExecuteCommandOptions [] [src]

pub struct ExecuteCommandOptions {
    pub commands: Vec<String>,
}

Fields

Trait Implementations

impl Debug for ExecuteCommandOptions
[src]

Formats the value using the given formatter.

impl Clone for ExecuteCommandOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more