pub struct reviewVotes;
Trait Implementations§
Source§impl Field for reviewVotes
impl Field for reviewVotes
Source§impl HasArgument<input> for reviewVotes
impl HasArgument<input> for reviewVotes
Source§type ArgumentType = Option<MultiReviewVoteInput>
type ArgumentType = Option<MultiReviewVoteInput>
The schema marker type of this argument.
Source§impl HasField<reviewVotes> for Query
impl HasField<reviewVotes> for Query
Source§type Type = Option<MultiReviewVoteOutput>
type Type = Option<MultiReviewVoteOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for reviewVotes
impl RefUnwindSafe for reviewVotes
impl Send for reviewVotes
impl Sync for reviewVotes
impl Unpin for reviewVotes
impl UnwindSafe for reviewVotes
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