pub struct WorkflowRun;
Trait Implementations§
Source§impl HasField<__typename> for WorkflowRun
impl HasField<__typename> for WorkflowRun
Source§impl HasField<checkSuite> for WorkflowRun
impl HasField<checkSuite> for WorkflowRun
Source§type Type = CheckSuite
type Type = CheckSuite
The schema marker type of this field.
Source§impl HasField<createdAt> for WorkflowRun
impl HasField<createdAt> for WorkflowRun
Source§impl HasField<databaseId> for WorkflowRun
impl HasField<databaseId> for WorkflowRun
Source§impl HasField<deploymentReviews> for WorkflowRun
impl HasField<deploymentReviews> for WorkflowRun
Source§type Type = DeploymentReviewConnection
type Type = DeploymentReviewConnection
The schema marker type of this field.
Source§impl HasField<event> for WorkflowRun
impl HasField<event> for WorkflowRun
Source§impl HasField<file> for WorkflowRun
impl HasField<file> for WorkflowRun
Source§type Type = Option<WorkflowRunFile>
type Type = Option<WorkflowRunFile>
The schema marker type of this field.
Source§impl HasField<pendingDeploymentRequests> for WorkflowRun
impl HasField<pendingDeploymentRequests> for WorkflowRun
Source§type Type = DeploymentRequestConnection
type Type = DeploymentRequestConnection
The schema marker type of this field.
Source§impl HasField<resourcePath> for WorkflowRun
impl HasField<resourcePath> for WorkflowRun
Source§impl HasField<runNumber> for WorkflowRun
impl HasField<runNumber> for WorkflowRun
Source§impl HasField<updatedAt> for WorkflowRun
impl HasField<updatedAt> for WorkflowRun
Source§impl HasField<url> for WorkflowRun
impl HasField<url> for WorkflowRun
Source§impl HasField<workflow> for WorkflowRun
impl HasField<workflow> for WorkflowRun
Source§impl NamedType for WorkflowRun
impl NamedType for WorkflowRun
impl HasSubtype<WorkflowRun> for Node
impl HasSubtype<WorkflowRun> for UniformResourceLocatable
Auto Trait Implementations§
impl Freeze for WorkflowRun
impl RefUnwindSafe for WorkflowRun
impl Send for WorkflowRun
impl Sync for WorkflowRun
impl Unpin for WorkflowRun
impl UnwindSafe for WorkflowRun
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