pub enum WorkflowSource {
Project,
User,
}Expand description
Where the workflow was discovered
Variants§
Trait Implementations§
Source§impl Clone for WorkflowSource
impl Clone for WorkflowSource
Source§fn clone(&self) -> WorkflowSource
fn clone(&self) -> WorkflowSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WorkflowSource
impl Debug for WorkflowSource
Source§impl PartialEq for WorkflowSource
impl PartialEq for WorkflowSource
Source§fn eq(&self, other: &WorkflowSource) -> bool
fn eq(&self, other: &WorkflowSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WorkflowSource
Auto Trait Implementations§
impl Freeze for WorkflowSource
impl RefUnwindSafe for WorkflowSource
impl Send for WorkflowSource
impl Sync for WorkflowSource
impl Unpin for WorkflowSource
impl UnsafeUnpin for WorkflowSource
impl UnwindSafe for WorkflowSource
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