Struct github_rest::model::repositories::workflows::events::nested::CheckSuite
source · pub struct CheckSuite {}
Fields§
§id: i64
§node_id: String
§head_branch: String
§head_sha: String
§status: String
§conclusion: Value
§url: String
§before: String
§after: String
§pull_requests: Vec<Value>
§app: App
§created_at: String
§updated_at: String
Trait Implementations§
source§impl Clone for CheckSuite
impl Clone for CheckSuite
source§fn clone(&self) -> CheckSuite
fn clone(&self) -> CheckSuite
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 CheckSuite
impl Debug for CheckSuite
source§impl Default for CheckSuite
impl Default for CheckSuite
source§fn default() -> CheckSuite
fn default() -> CheckSuite
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CheckSuite
impl<'de> Deserialize<'de> for CheckSuite
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<CheckSuite> for CheckSuite
impl PartialEq<CheckSuite> for CheckSuite
source§fn eq(&self, other: &CheckSuite) -> bool
fn eq(&self, other: &CheckSuite) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CheckSuite
impl Serialize for CheckSuite
impl StructuralPartialEq for CheckSuite
Auto Trait Implementations§
impl RefUnwindSafe for CheckSuite
impl Send for CheckSuite
impl Sync for CheckSuite
impl Unpin for CheckSuite
impl UnwindSafe for CheckSuite
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