Struct recipe_reader::Target [] [src]

pub struct Target {
    pub name: String,
    pub kind: TargetType,
    pub files: Vec<String>,
    pub options: TargetOptions,
}

Fields

Trait Implementations

impl Clone for Target
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Target
[src]

Formats the value using the given formatter.

impl Default for Target
[src]

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