pub struct approveDeployments;Trait Implementations§
Source§impl Field for approveDeployments
impl Field for approveDeployments
Source§impl HasArgument<input> for approveDeployments
impl HasArgument<input> for approveDeployments
Source§type ArgumentType = ApproveDeploymentsInput
type ArgumentType = ApproveDeploymentsInput
The schema marker type of this argument.
Source§impl HasField<approveDeployments> for Mutation
impl HasField<approveDeployments> for Mutation
Source§type Type = Option<ApproveDeploymentsPayload>
type Type = Option<ApproveDeploymentsPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for approveDeployments
impl RefUnwindSafe for approveDeployments
impl Send for approveDeployments
impl Sync for approveDeployments
impl Unpin for approveDeployments
impl UnwindSafe for approveDeployments
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