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