pub struct deleteEnvironment;
Trait Implementations§
Source§impl Field for deleteEnvironment
impl Field for deleteEnvironment
Source§impl HasArgument<input> for deleteEnvironment
impl HasArgument<input> for deleteEnvironment
Source§type ArgumentType = DeleteEnvironmentInput
type ArgumentType = DeleteEnvironmentInput
The schema marker type of this argument.
Source§impl HasField<deleteEnvironment> for Mutation
impl HasField<deleteEnvironment> for Mutation
Source§type Type = Option<DeleteEnvironmentPayload>
type Type = Option<DeleteEnvironmentPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for deleteEnvironment
impl RefUnwindSafe for deleteEnvironment
impl Send for deleteEnvironment
impl Sync for deleteEnvironment
impl Unpin for deleteEnvironment
impl UnwindSafe for deleteEnvironment
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