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