pub struct CookArgs {
Show 14 fields pub profile: OptimisationProfile, pub check: bool, pub default_features: DefaultFeatures, pub features: Option<HashSet<String>>, pub unstable_features: Option<HashSet<String>>, pub target: Option<String>, pub target_dir: Option<PathBuf>, pub target_args: TargetArgs, pub manifest_path: Option<PathBuf>, pub package: Option<String>, pub workspace: bool, pub offline: bool, pub no_std: bool, pub bin: Option<String>,
}

Fields

profile: OptimisationProfilecheck: booldefault_features: DefaultFeaturesfeatures: Option<HashSet<String>>unstable_features: Option<HashSet<String>>target: Option<String>target_dir: Option<PathBuf>target_args: TargetArgsmanifest_path: Option<PathBuf>package: Option<String>workspace: booloffline: boolno_std: boolbin: Option<String>

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.

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.