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
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