Struct dinghy_lib::Build
source · pub struct Build {
pub setup_args: SetupArgs,
pub dynamic_libraries: Vec<PathBuf>,
pub runnable: Runnable,
pub target_path: PathBuf,
pub files_in_run_args: Vec<PathBuf>,
}
Fields§
§setup_args: SetupArgs
§dynamic_libraries: Vec<PathBuf>
§runnable: Runnable
§target_path: PathBuf
§files_in_run_args: Vec<PathBuf>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Build
impl Send for Build
impl Sync for Build
impl Unpin for Build
impl UnwindSafe for Build
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