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