pub struct submitReviewVote;
Trait Implementations§
Source§impl Field for submitReviewVote
impl Field for submitReviewVote
Source§impl HasArgument<comment> for submitReviewVote
impl HasArgument<comment> for submitReviewVote
Source§impl HasArgument<dummy> for submitReviewVote
impl HasArgument<dummy> for submitReviewVote
Source§impl HasArgument<postId> for submitReviewVote
impl HasArgument<postId> for submitReviewVote
Source§impl HasArgument<reactions> for submitReviewVote
impl HasArgument<reactions> for submitReviewVote
Source§impl HasArgument<year> for submitReviewVote
impl HasArgument<year> for submitReviewVote
Auto Trait Implementations§
impl Freeze for submitReviewVote
impl RefUnwindSafe for submitReviewVote
impl Send for submitReviewVote
impl Sync for submitReviewVote
impl Unpin for submitReviewVote
impl UnwindSafe for submitReviewVote
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