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