Struct dinghy_lib::BuildBundle [] [src]

pub struct BuildBundle {
    pub id: String,
    pub bundle_dir: PathBuf,
    pub bundle_exe: PathBuf,
    pub lib_dir: PathBuf,
    pub root_dir: PathBuf,
}

Fields

Trait Implementations

impl Clone for BuildBundle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BuildBundle
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for BuildBundle
[src]

[src]

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

Auto Trait Implementations

impl Send for BuildBundle

impl Sync for BuildBundle