Struct dinghy_lib::Build
source · [−]pub struct Build {
pub setup_args: SetupArgs,
pub dynamic_libraries: Vec<PathBuf>,
pub runnable: Runnable,
pub target_path: PathBuf,
}Fields
setup_args: SetupArgsdynamic_libraries: Vec<PathBuf>runnable: Runnabletarget_path: PathBufTrait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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