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