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
[src]

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

Formats the value using the given formatter.

impl Clone for CommandType
[src]

fn clone(&self) -> CommandType

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more