Enum boxxy::shell::Command[][src]

pub enum Command {
    Native(NativeCommand),
    Foreign(ForeignCommand),
}

Variants

Methods

impl Command
[src]

Trait Implementations

impl Clone for Command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<NativeCommand> for Command
[src]

Performs the conversion.

impl From<ForeignCommand> for Command
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Command

impl Sync for Command