Enum github_rest::model::repositories::workflows::events::nested::WorkflowJobAction
source · pub enum WorkflowJobAction {
Queued,
Completed,
InProgress,
}
Variants§
Trait Implementations§
source§impl Clone for WorkflowJobAction
impl Clone for WorkflowJobAction
source§fn clone(&self) -> WorkflowJobAction
fn clone(&self) -> WorkflowJobAction
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 WorkflowJobAction
impl Debug for WorkflowJobAction
source§impl<'de> Deserialize<'de> for WorkflowJobAction
impl<'de> Deserialize<'de> for WorkflowJobAction
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 FromStr for WorkflowJobAction
impl FromStr for WorkflowJobAction
source§impl PartialEq<WorkflowJobAction> for WorkflowJobAction
impl PartialEq<WorkflowJobAction> for WorkflowJobAction
source§fn eq(&self, other: &WorkflowJobAction) -> bool
fn eq(&self, other: &WorkflowJobAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for WorkflowJobAction
impl Serialize for WorkflowJobAction
source§impl TryFrom<&str> for WorkflowJobAction
impl TryFrom<&str> for WorkflowJobAction
source§impl VariantNames for WorkflowJobAction
impl VariantNames for WorkflowJobAction
impl StructuralPartialEq for WorkflowJobAction
Auto Trait Implementations§
impl RefUnwindSafe for WorkflowJobAction
impl Send for WorkflowJobAction
impl Sync for WorkflowJobAction
impl Unpin for WorkflowJobAction
impl UnwindSafe for WorkflowJobAction
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