pub struct ClientReactions { /* private fields */ }Expand description
Builder for Reactions::for_client; .await it to fetch a
ReactionSummary. Without client_id, the server
defaults to the authenticated caller’s client ID.
Implementations§
Trait Implementations§
Source§impl Clone for ClientReactions
impl Clone for ClientReactions
Source§fn clone(&self) -> ClientReactions
fn clone(&self) -> ClientReactions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ClientReactions
impl Debug for ClientReactions
Source§impl IntoFuture for ClientReactions
impl IntoFuture for ClientReactions
Source§type Output = Result<ReactionSummary, Error>
type Output = Result<ReactionSummary, Error>
The output that the future will produce on completion.
Source§type IntoFuture = Pin<Box<dyn Future<Output = <ClientReactions as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <ClientReactions as IntoFuture>::Output> + Send>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for ClientReactions
impl !UnwindSafe for ClientReactions
impl Freeze for ClientReactions
impl Send for ClientReactions
impl Sync for ClientReactions
impl Unpin for ClientReactions
impl UnsafeUnpin for ClientReactions
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