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