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