pub struct ReleaseStageCreateInput;Trait Implementations§
impl HasInputField<color, String> for ReleaseStageCreateInput
impl HasInputField<id, Option<String>> for ReleaseStageCreateInput
impl HasInputField<name, String> for ReleaseStageCreateInput
impl HasInputField<pipelineId, String> for ReleaseStageCreateInput
impl HasInputField<position, f64> for ReleaseStageCreateInput
impl HasInputField<type, ReleaseStageType> for ReleaseStageCreateInput
impl InputObjectMarker for ReleaseStageCreateInput
Auto Trait Implementations§
impl Freeze for ReleaseStageCreateInput
impl RefUnwindSafe for ReleaseStageCreateInput
impl Send for ReleaseStageCreateInput
impl Sync for ReleaseStageCreateInput
impl Unpin for ReleaseStageCreateInput
impl UnwindSafe for ReleaseStageCreateInput
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