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