pub struct pendingDeploymentRequests;Trait Implementations§
Source§impl Field for pendingDeploymentRequests
impl Field for pendingDeploymentRequests
Source§impl HasArgument<after> for pendingDeploymentRequests
impl HasArgument<after> for pendingDeploymentRequests
Source§impl HasArgument<first> for pendingDeploymentRequests
impl HasArgument<first> for pendingDeploymentRequests
Source§impl HasArgument<last> for pendingDeploymentRequests
impl HasArgument<last> for pendingDeploymentRequests
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.
Auto Trait Implementations§
impl Freeze for pendingDeploymentRequests
impl RefUnwindSafe for pendingDeploymentRequests
impl Send for pendingDeploymentRequests
impl Sync for pendingDeploymentRequests
impl Unpin for pendingDeploymentRequests
impl UnwindSafe for pendingDeploymentRequests
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