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