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