pub enum WorkstreamSource {
Curated,
Suggested,
Generated,
}Expand description
What type of workstream file was used/created
Variants§
Curated
User-curated workstreams.yaml
Suggested
Machine-generated workstreams.suggested.yaml
Generated
Newly generated from events
Trait Implementations§
Source§impl Clone for WorkstreamSource
impl Clone for WorkstreamSource
Source§fn clone(&self) -> WorkstreamSource
fn clone(&self) -> WorkstreamSource
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 WorkstreamSource
impl Debug for WorkstreamSource
Source§impl Display for WorkstreamSource
impl Display for WorkstreamSource
impl Eq for WorkstreamSource
Source§impl Hash for WorkstreamSource
impl Hash for WorkstreamSource
Source§impl PartialEq for WorkstreamSource
impl PartialEq for WorkstreamSource
impl StructuralPartialEq for WorkstreamSource
Auto Trait Implementations§
impl Freeze for WorkstreamSource
impl RefUnwindSafe for WorkstreamSource
impl Send for WorkstreamSource
impl Sync for WorkstreamSource
impl Unpin for WorkstreamSource
impl UnsafeUnpin for WorkstreamSource
impl UnwindSafe for WorkstreamSource
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.