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