pub struct SpawnedChildWorkflow {
pub child_workflow_id: WorkflowId,
pub child_process: WorkflowProcessHandle,
}Expand description
Result returned after AE accepts a child-workflow spawn.
Fields§
§child_workflow_id: WorkflowIdParent-allocated child workflow identity. The child has its own history.
child_process: WorkflowProcessHandleAE live-process handle for the child execution.
Trait Implementations§
Source§impl Clone for SpawnedChildWorkflow
impl Clone for SpawnedChildWorkflow
Source§fn clone(&self) -> SpawnedChildWorkflow
fn clone(&self) -> SpawnedChildWorkflow
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 SpawnedChildWorkflow
impl Debug for SpawnedChildWorkflow
impl Eq for SpawnedChildWorkflow
Source§impl PartialEq for SpawnedChildWorkflow
impl PartialEq for SpawnedChildWorkflow
impl StructuralPartialEq for SpawnedChildWorkflow
Auto Trait Implementations§
impl Freeze for SpawnedChildWorkflow
impl RefUnwindSafe for SpawnedChildWorkflow
impl Send for SpawnedChildWorkflow
impl Sync for SpawnedChildWorkflow
impl Unpin for SpawnedChildWorkflow
impl UnsafeUnpin for SpawnedChildWorkflow
impl UnwindSafe for SpawnedChildWorkflow
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.