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