Struct pax_compiler::RunContext
source · pub struct RunContext {
pub target: RunTarget,
pub path: String,
pub verbose: bool,
pub should_also_run: bool,
pub is_libdev_mode: bool,
pub process_child_ids: Arc<Mutex<Vec<u64>>>,
}
Fields§
§target: RunTarget
§path: String
§verbose: bool
§should_also_run: bool
§is_libdev_mode: bool
§process_child_ids: Arc<Mutex<Vec<u64>>>
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