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