pub struct ChildWorkflowSpawnResult {
pub child_workflow_id: WorkflowId,
pub child_process: WorkflowProcessHandle,
}Expand description
AE’s result after starting a linked child workflow execution.
Fields§
§child_workflow_id: WorkflowIdLogical child workflow identifier.
child_process: WorkflowProcessHandleLive process handle for the linked child execution.
Trait Implementations§
Source§impl Clone for ChildWorkflowSpawnResult
impl Clone for ChildWorkflowSpawnResult
Source§fn clone(&self) -> ChildWorkflowSpawnResult
fn clone(&self) -> ChildWorkflowSpawnResult
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 ChildWorkflowSpawnResult
impl Debug for ChildWorkflowSpawnResult
impl Eq for ChildWorkflowSpawnResult
Source§impl PartialEq for ChildWorkflowSpawnResult
impl PartialEq for ChildWorkflowSpawnResult
impl StructuralPartialEq for ChildWorkflowSpawnResult
Auto Trait Implementations§
impl Freeze for ChildWorkflowSpawnResult
impl RefUnwindSafe for ChildWorkflowSpawnResult
impl Send for ChildWorkflowSpawnResult
impl Sync for ChildWorkflowSpawnResult
impl Unpin for ChildWorkflowSpawnResult
impl UnsafeUnpin for ChildWorkflowSpawnResult
impl UnwindSafe for ChildWorkflowSpawnResult
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.