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