pub struct ReactionContent {}
Trait Implementations§
impl HasInputField<content, ReactionContent> for AddReactionInput
impl HasInputField<content, ReactionContent> for RemoveReactionInput
Auto Trait Implementations§
impl Freeze for ReactionContent
impl RefUnwindSafe for ReactionContent
impl Send for ReactionContent
impl Sync for ReactionContent
impl Unpin for ReactionContent
impl UnwindSafe for ReactionContent
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