Struct dinghy_lib::Build
source · pub struct Build {
pub build_args: BuildArgs,
pub dynamic_libraries: Vec<PathBuf>,
pub runnables: Vec<Runnable>,
pub target_path: PathBuf,
}
Fields
build_args: BuildArgs
dynamic_libraries: Vec<PathBuf>
runnables: Vec<Runnable>
target_path: 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more