Struct cargo::ops::BuildConfig [] [src]

pub struct BuildConfig {
    pub host: TargetConfig,
    pub target: TargetConfig,
    pub jobs: u32,
    pub requested_target: Option<String>,
    pub exec_engine: Option<Arc<Box<ExecEngine>>>,
    pub release: bool,
    pub test: bool,
    pub doc_all: bool,
}

Fields

host
target
jobs
requested_target
exec_engine
release
test
doc_all

Trait Implementations

Derived Implementations

impl Clone for BuildConfig
[src]

fn clone(&self) -> BuildConfig

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

impl Default for BuildConfig
[src]

fn default() -> BuildConfig

Returns the "default value" for a type. Read more