pub struct SingleReviewWinnerArtInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleReviewWinnerArtInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleReviewWinnerArtInput
impl HasInputField<selector, Option<SelectorInput>> for SingleReviewWinnerArtInput
impl InputObjectMarker for SingleReviewWinnerArtInput
Auto Trait Implementations§
impl Freeze for SingleReviewWinnerArtInput
impl RefUnwindSafe for SingleReviewWinnerArtInput
impl Send for SingleReviewWinnerArtInput
impl Sync for SingleReviewWinnerArtInput
impl Unpin for SingleReviewWinnerArtInput
impl UnwindSafe for SingleReviewWinnerArtInput
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