pub struct DependentWorkflowInfo {
pub interpolation_syntax: String,
pub execution_modes: ExecutionModeInfo,
pub dependent_execution: DependentExecutionInfo,
}Expand description
Describes the dependent workflow system: capture, interpolation, and ordering.
Fields§
§interpolation_syntax: StringInterpolation syntax for referencing captured variables
execution_modes: ExecutionModeInfoHow the execution path is selected
dependent_execution: DependentExecutionInfoDetails about the dependent (sequential) execution path
Trait Implementations§
Source§impl Debug for DependentWorkflowInfo
impl Debug for DependentWorkflowInfo
Source§impl<'de> Deserialize<'de> for DependentWorkflowInfo
impl<'de> Deserialize<'de> for DependentWorkflowInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DependentWorkflowInfo
impl RefUnwindSafe for DependentWorkflowInfo
impl Send for DependentWorkflowInfo
impl Sync for DependentWorkflowInfo
impl Unpin for DependentWorkflowInfo
impl UnsafeUnpin for DependentWorkflowInfo
impl UnwindSafe for DependentWorkflowInfo
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