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