Struct cargo::util::machine_message::Artifact[][src]

pub struct Artifact<'a> {
    pub package_id: PackageId,
    pub manifest_path: PathBuf,
    pub target: &'a Target,
    pub profile: ArtifactProfile,
    pub features: Vec<String>,
    pub filenames: Vec<PathBuf>,
    pub executable: Option<PathBuf>,
    pub fresh: bool,
}

Fields

package_id: PackageIdmanifest_path: PathBuftarget: &'a Targetprofile: ArtifactProfilefeatures: Vec<String>filenames: Vec<PathBuf>executable: Option<PathBuf>fresh: bool

Trait Implementations

Serialize this value into the given Serde serializer. 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

Performs the conversion.

Performs the conversion.

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.