Struct cli::commands::build::BuildContext[][src]

pub struct BuildContext {
    pub workspace_manifest_path: PathBuf,
    pub package_manifest_path: PathBuf,
    pub project_path: PathBuf,
    pub cargo_manifest: CargoManifest,
    pub cargo_package: CargoPackage<Metadata>,
    pub target_dir: PathBuf,
}

Fields

workspace_manifest_path: PathBufpackage_manifest_path: PathBufproject_path: PathBufcargo_manifest: CargoManifestcargo_package: CargoPackage<Metadata>target_dir: PathBuf

Implementations

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.