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