pub struct MultiReviewWinnerOutput;
Trait Implementations§
Source§impl HasField<__typename> for MultiReviewWinnerOutput
impl HasField<__typename> for MultiReviewWinnerOutput
Source§impl HasField<results> for MultiReviewWinnerOutput
impl HasField<results> for MultiReviewWinnerOutput
Source§impl HasField<totalCount> for MultiReviewWinnerOutput
impl HasField<totalCount> for MultiReviewWinnerOutput
Auto Trait Implementations§
impl Freeze for MultiReviewWinnerOutput
impl RefUnwindSafe for MultiReviewWinnerOutput
impl Send for MultiReviewWinnerOutput
impl Sync for MultiReviewWinnerOutput
impl Unpin for MultiReviewWinnerOutput
impl UnwindSafe for MultiReviewWinnerOutput
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