pub struct reactions;
Trait Implementations§
Source§impl HasArgument<after> for reactions
impl HasArgument<after> for reactions
Source§impl HasArgument<before> for reactions
impl HasArgument<before> for reactions
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.
Source§impl HasArgument<first> for reactions
impl HasArgument<first> for reactions
Source§impl HasArgument<last> for reactions
impl HasArgument<last> for reactions
Source§impl HasArgument<orderBy> for reactions
impl HasArgument<orderBy> for reactions
Source§type ArgumentType = Option<ReactionOrder>
type ArgumentType = Option<ReactionOrder>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for reactions
impl RefUnwindSafe for reactions
impl Send for reactions
impl Sync for reactions
impl Unpin for reactions
impl UnwindSafe for reactions
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