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