Struct pax_compiler::RunContext
source · pub struct RunContext {
pub target: RunTarget,
pub path: String,
pub verbose: bool,
pub should_also_run: bool,
pub libdevmode: bool,
}
Fields§
§target: RunTarget
§path: String
§verbose: bool
§should_also_run: bool
§libdevmode: bool
Auto Trait Implementations§
impl RefUnwindSafe for RunContext
impl Send for RunContext
impl Sync for RunContext
impl Unpin for RunContext
impl UnwindSafe for RunContext
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