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