pub struct content;
Trait Implementations§
Source§impl HasArgument<content> for reactions
impl HasArgument<content> for reactions
Source§type ArgumentType = Option<ReactionContent>
type ArgumentType = Option<ReactionContent>
The schema marker type of this argument.
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