Struct bdrck_params::command::ExecutableCommand [] [src]

pub struct ExecutableCommand<'a, E> {
    pub command: Command,
    // some fields omitted
}

An ExecutableCommand is a Command alongside a callback function which can be called to execute the command in question.

Fields

Methods

impl<'a, E> ExecutableCommand<'a, E>
[src]

Trait Implementations

impl<'a, E> Debug for ExecutableCommand<'a, E>
[src]

Formats the value using the given formatter.

impl<'a, E> PartialEq<Command> for ExecutableCommand<'a, E>
[src]

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

This method tests for !=.