pub struct RejectDeploymentsInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for RejectDeploymentsInput
impl HasInputField<comment, Option<String>> for RejectDeploymentsInput
impl HasInputField<environmentIds, Vec<Id>> for RejectDeploymentsInput
impl HasInputField<workflowRunId, Id> for RejectDeploymentsInput
impl InputObjectMarker for RejectDeploymentsInput
Auto Trait Implementations§
impl Freeze for RejectDeploymentsInput
impl RefUnwindSafe for RejectDeploymentsInput
impl Send for RejectDeploymentsInput
impl Sync for RejectDeploymentsInput
impl Unpin for RejectDeploymentsInput
impl UnwindSafe for RejectDeploymentsInput
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