pub enum CheckSuiteType {
    Completed,
}Expand description
Types of check suite events See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#check_suite
Variants§
Completed
A check suite has completed
Trait Implementations§
Source§impl Clone for CheckSuiteType
 
impl Clone for CheckSuiteType
Source§fn clone(&self) -> CheckSuiteType
 
fn clone(&self) -> CheckSuiteType
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 CheckSuiteType
 
impl Debug for CheckSuiteType
Source§impl<'de> Deserialize<'de> for CheckSuiteType
 
impl<'de> Deserialize<'de> for CheckSuiteType
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 PartialEq for CheckSuiteType
 
impl PartialEq for CheckSuiteType
Source§impl Serialize for CheckSuiteType
 
impl Serialize for CheckSuiteType
impl Eq for CheckSuiteType
impl StructuralPartialEq for CheckSuiteType
Auto Trait Implementations§
impl Freeze for CheckSuiteType
impl RefUnwindSafe for CheckSuiteType
impl Send for CheckSuiteType
impl Sync for CheckSuiteType
impl Unpin for CheckSuiteType
impl UnwindSafe for CheckSuiteType
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.