pub struct RemoveReactionPayload;Trait Implementations§
Source§impl HasField<__typename> for RemoveReactionPayload
impl HasField<__typename> for RemoveReactionPayload
Source§impl HasField<reaction> for RemoveReactionPayload
impl HasField<reaction> for RemoveReactionPayload
Source§impl HasField<subject> for RemoveReactionPayload
impl HasField<subject> for RemoveReactionPayload
Auto Trait Implementations§
impl Freeze for RemoveReactionPayload
impl RefUnwindSafe for RemoveReactionPayload
impl Send for RemoveReactionPayload
impl Sync for RemoveReactionPayload
impl Unpin for RemoveReactionPayload
impl UnwindSafe for RemoveReactionPayload
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