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