pub struct InProcessExecution { /* private fields */ }Expand description
Turn execution whose state lives in the current process.
The host performs each planned phase immediately. All semantic state
advancement remains delegated to TurnExecution in everruns-engine.
Implementations§
Trait Implementations§
Source§impl Clone for InProcessExecution
impl Clone for InProcessExecution
Source§fn clone(&self) -> InProcessExecution
fn clone(&self) -> InProcessExecution
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InProcessExecution
impl Debug for InProcessExecution
Source§impl Execution for InProcessExecution
impl Execution for InProcessExecution
Auto Trait Implementations§
impl Freeze for InProcessExecution
impl RefUnwindSafe for InProcessExecution
impl Send for InProcessExecution
impl Sync for InProcessExecution
impl Unpin for InProcessExecution
impl UnsafeUnpin for InProcessExecution
impl UnwindSafe for InProcessExecution
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