Struct github_rest::model::repositories::workflows::events::CheckSuiteEvent
source · pub struct CheckSuiteEvent {
pub action: CheckSuiteAction,
pub check_suite: CheckSuite,
pub event_info: RepoEventInfo,
}
Expand description
Fields§
§action: CheckSuiteAction
§check_suite: CheckSuite
§event_info: RepoEventInfo
Trait Implementations§
source§impl AsRef<RepoEventInfo> for CheckSuiteEvent
impl AsRef<RepoEventInfo> for CheckSuiteEvent
source§fn as_ref(&self) -> &RepoEventInfo
fn as_ref(&self) -> &RepoEventInfo
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for CheckSuiteEvent
impl Clone for CheckSuiteEvent
source§fn clone(&self) -> CheckSuiteEvent
fn clone(&self) -> CheckSuiteEvent
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 CheckSuiteEvent
impl Debug for CheckSuiteEvent
source§impl Deref for CheckSuiteEvent
impl Deref for CheckSuiteEvent
source§impl<'de> Deserialize<'de> for CheckSuiteEvent
impl<'de> Deserialize<'de> for CheckSuiteEvent
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 Event<'_> for CheckSuiteEvent
impl Event<'_> for CheckSuiteEvent
source§impl PartialEq<CheckSuiteEvent> for CheckSuiteEvent
impl PartialEq<CheckSuiteEvent> for CheckSuiteEvent
source§fn eq(&self, other: &CheckSuiteEvent) -> bool
fn eq(&self, other: &CheckSuiteEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CheckSuiteEvent
impl Serialize for CheckSuiteEvent
impl StructuralPartialEq for CheckSuiteEvent
Auto Trait Implementations§
impl RefUnwindSafe for CheckSuiteEvent
impl Send for CheckSuiteEvent
impl Sync for CheckSuiteEvent
impl Unpin for CheckSuiteEvent
impl UnwindSafe for CheckSuiteEvent
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