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