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