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