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