Struct dinghy_lib::Build [] [src]

pub struct Build {
    pub build_args: BuildArgs,
    pub dynamic_libraries: Vec<PathBuf>,
    pub runnables: Vec<Runnable>,
    pub target_path: PathBuf,
}

Fields

Trait Implementations

impl Clone for Build
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Build
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Build

impl Sync for Build