Enum cargo_shim::TargetKind [] [src]

pub enum TargetKind {
    Lib,
    Bin,
    Example,
    Test,
    Bench,
}

Variants

Trait Implementations

impl Copy for TargetKind
[src]

impl Clone for TargetKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TargetKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for TargetKind
[src]

impl Debug for TargetKind
[src]

Formats the value using the given formatter.