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