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