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