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