Struct forc_pkg::BuildConfig
source · [−]pub struct BuildConfig {
pub use_orig_asm: bool,
pub print_ir: bool,
pub print_finalized_asm: bool,
pub print_intermediate_asm: bool,
pub silent: bool,
}
Expand description
Parameters to pass through to the sway_core::BuildConfig
during compilation.
Fields
use_orig_asm: bool
print_ir: bool
print_finalized_asm: bool
print_intermediate_asm: bool
silent: bool
Auto Trait Implementations
impl RefUnwindSafe for BuildConfig
impl Send for BuildConfig
impl Sync for BuildConfig
impl Unpin for BuildConfig
impl UnwindSafe for BuildConfig
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