pub struct CheckSuite;
Trait Implementations§
Source§impl HasField<__typename> for CheckSuite
impl HasField<__typename> for CheckSuite
Source§impl HasField<app> for CheckSuite
impl HasField<app> for CheckSuite
Source§impl HasField<branch> for CheckSuite
impl HasField<branch> for CheckSuite
Source§impl HasField<checkRuns> for CheckSuite
impl HasField<checkRuns> for CheckSuite
Source§type Type = Option<CheckRunConnection>
type Type = Option<CheckRunConnection>
The schema marker type of this field.
Source§impl HasField<commit> for CheckSuite
impl HasField<commit> for CheckSuite
Source§impl HasField<conclusion> for CheckSuite
impl HasField<conclusion> for CheckSuite
Source§type Type = Option<CheckConclusionState>
type Type = Option<CheckConclusionState>
The schema marker type of this field.
Source§impl HasField<createdAt> for CheckSuite
impl HasField<createdAt> for CheckSuite
Source§impl HasField<creator> for CheckSuite
impl HasField<creator> for CheckSuite
Source§impl HasField<databaseId> for CheckSuite
impl HasField<databaseId> for CheckSuite
Source§impl HasField<matchingPullRequests> for CheckSuite
impl HasField<matchingPullRequests> for CheckSuite
Source§type Type = Option<PullRequestConnection>
type Type = Option<PullRequestConnection>
The schema marker type of this field.
Source§impl HasField<push> for CheckSuite
impl HasField<push> for CheckSuite
Source§impl HasField<repository> for CheckSuite
impl HasField<repository> for CheckSuite
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Source§impl HasField<resourcePath> for CheckSuite
impl HasField<resourcePath> for CheckSuite
Source§impl HasField<status> for CheckSuite
impl HasField<status> for CheckSuite
Source§type Type = CheckStatusState
type Type = CheckStatusState
The schema marker type of this field.
Source§impl HasField<updatedAt> for CheckSuite
impl HasField<updatedAt> for CheckSuite
Source§impl HasField<workflowRun> for CheckSuite
impl HasField<workflowRun> for CheckSuite
Source§type Type = Option<WorkflowRun>
type Type = Option<WorkflowRun>
The schema marker type of this field.
Source§impl NamedType for CheckSuite
impl NamedType for CheckSuite
impl HasSubtype<CheckSuite> for Node
Auto Trait Implementations§
impl Freeze for CheckSuite
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