Enum cargo::ops::CommandType [] [src]

pub enum CommandType {
    Rustc,
    Rustdoc,
    Target(OsString),
    Host(OsString),
}

Variants

Rustc
Rustdoc
Target

The command is to be executed for the target architecture.

Host

The command is to be executed for the host architecture.

Trait Implementations

Derived Implementations

impl Debug for CommandType

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for CommandType

fn clone(&self) -> CommandType

1.0.0fn clone_from(&mut self, source: &Self)