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
id: String
bundle_dir: PathBuf
bundle_exe: PathBuf
lib_dir: PathBuf
root_dir: PathBuf
Trait Implementations
impl Clone for BuildBundle
[src]
fn clone(&self) -> BuildBundle
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for BuildBundle
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Default for BuildBundle
[src]
fn default() -> BuildBundle
[src]
Returns the "default value" for a type. Read more