pub enum WorkflowOperationKind {
Plan,
Task,
Worktree,
Approval,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WorkflowOperationKind
impl Clone for WorkflowOperationKind
Source§fn clone(&self) -> WorkflowOperationKind
fn clone(&self) -> WorkflowOperationKind
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 WorkflowOperationKind
impl Debug for WorkflowOperationKind
Source§impl<'de> Deserialize<'de> for WorkflowOperationKind
impl<'de> Deserialize<'de> for WorkflowOperationKind
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 Display for WorkflowOperationKind
impl Display for WorkflowOperationKind
Source§impl Hash for WorkflowOperationKind
impl Hash for WorkflowOperationKind
Source§impl PartialEq for WorkflowOperationKind
impl PartialEq for WorkflowOperationKind
Source§impl Serialize for WorkflowOperationKind
impl Serialize for WorkflowOperationKind
impl Copy for WorkflowOperationKind
impl Eq for WorkflowOperationKind
impl StructuralPartialEq for WorkflowOperationKind
Auto Trait Implementations§
impl Freeze for WorkflowOperationKind
impl RefUnwindSafe for WorkflowOperationKind
impl Send for WorkflowOperationKind
impl Sync for WorkflowOperationKind
impl Unpin for WorkflowOperationKind
impl UnsafeUnpin for WorkflowOperationKind
impl UnwindSafe for WorkflowOperationKind
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