pub struct ReleasePipelineUpdateInput;Trait Implementations§
impl HasInputField<name, Option<String>> for ReleasePipelineUpdateInput
impl HasInputField<slugId, Option<String>> for ReleasePipelineUpdateInput
impl HasInputField<type, Option<ReleasePipelineType>> for ReleasePipelineUpdateInput
impl InputObjectMarker for ReleasePipelineUpdateInput
Auto Trait Implementations§
impl Freeze for ReleasePipelineUpdateInput
impl RefUnwindSafe for ReleasePipelineUpdateInput
impl Send for ReleasePipelineUpdateInput
impl Sync for ReleasePipelineUpdateInput
impl Unpin for ReleasePipelineUpdateInput
impl UnwindSafe for ReleasePipelineUpdateInput
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