pub struct CargoBuildConfig {
Show 13 fields pub pipelining: Option<bool>, pub dep_info_basedir: Option<ConfigRelativePath>, pub target_dir: Option<ConfigRelativePath>, pub incremental: Option<bool>, pub target: Option<BuildTargetConfig>, pub jobs: Option<u32>, pub rustflags: Option<StringList>, pub rustdocflags: Option<StringList>, pub rustc_wrapper: Option<ConfigRelativePath>, pub rustc_workspace_wrapper: Option<ConfigRelativePath>, pub rustc: Option<ConfigRelativePath>, pub rustdoc: Option<ConfigRelativePath>, pub out_dir: Option<ConfigRelativePath>,
}

Fields

pipelining: Option<bool>dep_info_basedir: Option<ConfigRelativePath>target_dir: Option<ConfigRelativePath>incremental: Option<bool>target: Option<BuildTargetConfig>jobs: Option<u32>rustflags: Option<StringList>rustdocflags: Option<StringList>rustc_wrapper: Option<ConfigRelativePath>rustc_workspace_wrapper: Option<ConfigRelativePath>rustc: Option<ConfigRelativePath>rustdoc: Option<ConfigRelativePath>out_dir: Option<ConfigRelativePath>

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.