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