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