Enum cargo_shim::BuildType [] [src]

pub enum BuildType {
    Debug,
    Release,
}

Variants

Trait Implementations

impl Copy for BuildType
[src]

impl Clone for BuildType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BuildType
[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 BuildType
[src]

impl Debug for BuildType
[src]

Formats the value using the given formatter.