Enum gh_workflow_parser::commands::WorkflowKind
source · pub enum WorkflowKind {
Yocto,
Other,
}
Expand description
The kind of workflow (e.g. Yocto)
Variants§
Trait Implementations§
source§impl Clone for WorkflowKind
impl Clone for WorkflowKind
source§fn clone(&self) -> WorkflowKind
fn clone(&self) -> WorkflowKind
Returns a copy 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 WorkflowKind
impl Debug for WorkflowKind
source§impl Display for WorkflowKind
impl Display for WorkflowKind
source§impl PartialEq for WorkflowKind
impl PartialEq for WorkflowKind
source§fn eq(&self, other: &WorkflowKind) -> bool
fn eq(&self, other: &WorkflowKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ValueEnum for WorkflowKind
impl ValueEnum for WorkflowKind
impl Copy for WorkflowKind
impl Eq for WorkflowKind
impl StructuralPartialEq for WorkflowKind
Auto Trait Implementations§
impl RefUnwindSafe for WorkflowKind
impl Send for WorkflowKind
impl Sync for WorkflowKind
impl Unpin for WorkflowKind
impl UnwindSafe for WorkflowKind
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