pub struct reviewWinner;
Trait Implementations§
Source§impl Field for reviewWinner
impl Field for reviewWinner
Source§impl HasArgument<input> for reviewWinner
impl HasArgument<input> for reviewWinner
Source§type ArgumentType = Option<SingleReviewWinnerInput>
type ArgumentType = Option<SingleReviewWinnerInput>
The schema marker type of this argument.
Source§impl HasField<reviewWinner> for Query
impl HasField<reviewWinner> for Query
Source§type Type = Option<SingleReviewWinnerOutput>
type Type = Option<SingleReviewWinnerOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for reviewWinner
impl RefUnwindSafe for reviewWinner
impl Send for reviewWinner
impl Sync for reviewWinner
impl Unpin for reviewWinner
impl UnwindSafe for reviewWinner
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