pub struct RequiredDeploymentsParametersInput;
Trait Implementations§
impl HasInputField<requiredDeploymentEnvironments, Vec<String>> for RequiredDeploymentsParametersInput
impl InputObjectMarker for RequiredDeploymentsParametersInput
Auto Trait Implementations§
impl Freeze for RequiredDeploymentsParametersInput
impl RefUnwindSafe for RequiredDeploymentsParametersInput
impl Send for RequiredDeploymentsParametersInput
impl Sync for RequiredDeploymentsParametersInput
impl Unpin for RequiredDeploymentsParametersInput
impl UnwindSafe for RequiredDeploymentsParametersInput
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