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