pub enum WorkflowChildKind {
Task,
Workflow,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WorkflowChildKind
impl Clone for WorkflowChildKind
impl Copy for WorkflowChildKind
Source§impl Debug for WorkflowChildKind
impl Debug for WorkflowChildKind
Source§impl Default for WorkflowChildKind
impl Default for WorkflowChildKind
Source§impl<'de> Deserialize<'de> for WorkflowChildKind
impl<'de> Deserialize<'de> for WorkflowChildKind
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
impl Eq for WorkflowChildKind
Source§impl PartialEq for WorkflowChildKind
impl PartialEq for WorkflowChildKind
Source§impl Serialize for WorkflowChildKind
impl Serialize for WorkflowChildKind
impl StructuralPartialEq for WorkflowChildKind
Auto Trait Implementations§
impl Freeze for WorkflowChildKind
impl RefUnwindSafe for WorkflowChildKind
impl Send for WorkflowChildKind
impl Sync for WorkflowChildKind
impl Unpin for WorkflowChildKind
impl UnsafeUnpin for WorkflowChildKind
impl UnwindSafe for WorkflowChildKind
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