pub struct ReleaseUpdateInput;Trait Implementations§
impl HasInputField<commitSha, Option<String>> for ReleaseUpdateInput
impl HasInputField<name, Option<String>> for ReleaseUpdateInput
impl HasInputField<pipelineId, Option<String>> for ReleaseUpdateInput
impl HasInputField<stageId, Option<String>> for ReleaseUpdateInput
impl HasInputField<startDate, Option<TimelessDate>> for ReleaseUpdateInput
impl HasInputField<targetDate, Option<TimelessDate>> for ReleaseUpdateInput
impl HasInputField<version, Option<String>> for ReleaseUpdateInput
impl InputObjectMarker for ReleaseUpdateInput
Auto Trait Implementations§
impl Freeze for ReleaseUpdateInput
impl RefUnwindSafe for ReleaseUpdateInput
impl Send for ReleaseUpdateInput
impl Sync for ReleaseUpdateInput
impl Unpin for ReleaseUpdateInput
impl UnwindSafe for ReleaseUpdateInput
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