Struct recipe_reader::Target
[−]
[src]
pub struct Target {
pub name: String,
pub kind: TargetType,
pub files: Vec<String>,
pub options: TargetOptions,
}Fields
name: String
kind: TargetType
files: Vec<String>
options: TargetOptions
Trait Implementations
impl Clone for Target[src]
fn clone(&self) -> Target
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more