Enum cargo_shim::BuildTarget [] [src]

pub enum BuildTarget {
    Lib(StringProfile),
    Bin(StringProfile),
    ExampleBin(String),
    IntegrationTest(String),
    IntegrationBench(String),
}

Variants

Trait Implementations

impl Clone for BuildTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BuildTarget
[src]

Formats the value using the given formatter.