pub struct pipelineId;Trait Implementations§
Source§impl Field for pipelineId
impl Field for pipelineId
impl HasInputField<pipelineId, String> for ReleaseCreateInput
Auto Trait Implementations§
impl Freeze for pipelineId
impl RefUnwindSafe for pipelineId
impl Send for pipelineId
impl Sync for pipelineId
impl Unpin for pipelineId
impl UnwindSafe for pipelineId
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