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