Struct chef::CookArgs[][src]

pub struct CookArgs {
    pub profile: OptimisationProfile,
    pub check: bool,
    pub default_features: DefaultFeatures,
    pub 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,
}

Fields

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

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

Performs the conversion.

Performs the conversion.

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.