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

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

Variants

Trait Implementations

impl Clone for Command
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<NativeCommand> for Command
[src]

[src]

Performs the conversion.

impl From<ForeignCommand> for Command
[src]

[src]

Performs the conversion.