pub enum WorkflowStepExecutionKind {
Job,
External,
}Variants§
Implementations§
Source§impl WorkflowStepExecutionKind
impl WorkflowStepExecutionKind
pub fn from_db_value(raw_kind: &str) -> Option<Self>
pub const fn as_db_value(self) -> &'static str
Trait Implementations§
Source§impl Clone for WorkflowStepExecutionKind
impl Clone for WorkflowStepExecutionKind
Source§fn clone(&self) -> WorkflowStepExecutionKind
fn clone(&self) -> WorkflowStepExecutionKind
Returns a duplicate of the value. Read more
1.0.0 · 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 WorkflowStepExecutionKind
impl Debug for WorkflowStepExecutionKind
Source§impl<'de> Deserialize<'de> for WorkflowStepExecutionKind
impl<'de> Deserialize<'de> for WorkflowStepExecutionKind
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
Source§impl FromStr for WorkflowStepExecutionKind
impl FromStr for WorkflowStepExecutionKind
impl Copy for WorkflowStepExecutionKind
impl Eq for WorkflowStepExecutionKind
impl StructuralPartialEq for WorkflowStepExecutionKind
Auto Trait Implementations§
impl Freeze for WorkflowStepExecutionKind
impl RefUnwindSafe for WorkflowStepExecutionKind
impl Send for WorkflowStepExecutionKind
impl Sync for WorkflowStepExecutionKind
impl Unpin for WorkflowStepExecutionKind
impl UnsafeUnpin for WorkflowStepExecutionKind
impl UnwindSafe for WorkflowStepExecutionKind
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