pub struct SingleReviewWinnerArtOutput;
Trait Implementations§
Source§impl HasField<result> for SingleReviewWinnerArtOutput
impl HasField<result> for SingleReviewWinnerArtOutput
Source§type Type = Option<ReviewWinnerArt>
type Type = Option<ReviewWinnerArt>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleReviewWinnerArtOutput
impl RefUnwindSafe for SingleReviewWinnerArtOutput
impl Send for SingleReviewWinnerArtOutput
impl Sync for SingleReviewWinnerArtOutput
impl Unpin for SingleReviewWinnerArtOutput
impl UnwindSafe for SingleReviewWinnerArtOutput
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