pub struct Executor { /* private fields */ }Implementations§
Source§impl Executor
impl Executor
pub fn new() -> Self
pub fn get_parameters_with_properties( &self, ) -> ParameterWithPropertiesSet<String, String>
pub fn report(&self) -> InspectorReport
pub fn push(&mut self, schedule: ScheduleExecutor)
pub fn is_finished(&self) -> bool
pub fn has_panicked(&self) -> bool
pub fn process_worker_replies(&mut self)
pub fn finalize(&mut self)
pub fn request(&mut self, ctrl: RuntimeControl)
pub fn update_report(&mut self)
Auto Trait Implementations§
impl Freeze for Executor
impl !RefUnwindSafe for Executor
impl Send for Executor
impl !Sync for Executor
impl Unpin for Executor
impl !UnwindSafe for Executor
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