pub(crate) struct BuildLibs {
pub(crate) force: bool,
pub(crate) tests: bool,
pub(crate) libs: &'static [FluxLib],
}
Fields§
§force: bool
If true, forces a clean build.
tests: bool
If is true, run library tests.
libs: &'static [FluxLib]
List of libraries to install
Auto Trait Implementations§
impl Freeze for BuildLibs
impl RefUnwindSafe for BuildLibs
impl Send for BuildLibs
impl Sync for BuildLibs
impl Unpin for BuildLibs
impl UnwindSafe for BuildLibs
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