pub struct ResolvedWorkflowChild {
pub kind: WorkflowChildKind,
pub key: String,
pub descriptor: ProgramDescriptor,
}Fields§
§kind: WorkflowChildKind§key: String§descriptor: ProgramDescriptorTrait Implementations§
Source§impl Clone for ResolvedWorkflowChild
impl Clone for ResolvedWorkflowChild
Auto Trait Implementations§
impl Freeze for ResolvedWorkflowChild
impl RefUnwindSafe for ResolvedWorkflowChild
impl Send for ResolvedWorkflowChild
impl Sync for ResolvedWorkflowChild
impl Unpin for ResolvedWorkflowChild
impl UnsafeUnpin for ResolvedWorkflowChild
impl UnwindSafe for ResolvedWorkflowChild
Blanket Implementations§
impl<T> ArtifactLease for T
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