pub struct reactionType;
Trait Implementations§
Source§impl Field for reactionType
impl Field for reactionType
Source§impl HasField<reactionType> for ReactionChange
impl HasField<reactionType> for ReactionChange
Auto Trait Implementations§
impl Freeze for reactionType
impl RefUnwindSafe for reactionType
impl Send for reactionType
impl Sync for reactionType
impl Unpin for reactionType
impl UnwindSafe for reactionType
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