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