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