Struct dinghy_lib::BuildBundle
source · 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: PathBufTrait Implementations§
source§impl Clone for BuildBundle
impl Clone for BuildBundle
source§fn clone(&self) -> BuildBundle
fn clone(&self) -> BuildBundle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BuildBundle
impl Debug for BuildBundle
source§impl Default for BuildBundle
impl Default for BuildBundle
source§fn default() -> BuildBundle
fn default() -> BuildBundle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for BuildBundle
impl Send for BuildBundle
impl Sync for BuildBundle
impl Unpin for BuildBundle
impl UnwindSafe for BuildBundle
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more