Struct cargo_shim::CargoTarget [] [src]

pub struct CargoTarget {
    pub name: String,
    pub kind: TargetKind,
    pub source_directory: PathBuf,
}

Fields

Trait Implementations

impl Clone for CargoTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CargoTarget
[src]

Formats the value using the given formatter.