Enum recipe_reader::TargetType [] [src]

pub enum TargetType {
    SharedLib,
    StaticLib,
    Executable,
    Temporary,
}

Variants

Trait Implementations

impl Copy for TargetType
[src]

impl Clone for TargetType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TargetType
[src]

Formats the value using the given formatter.

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

impl ToString for TargetType
[src]

Converts the given value to a String. Read more

impl Default for TargetType
[src]

Returns the "default value" for a type. Read more