Struct i3ipc::reply::Command [] [src]

pub struct Command {
    pub outcomes: Vec<CommandOutcome>,
}

The reply to the command request.

Fields

A list of CommandOutcome structs; one for each command that was parsed.

Trait Implementations

impl Debug for Command
[src]

Formats the value using the given formatter.