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