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