pub struct GetMessage { /* private fields */ }Expand description
Builder for Messages::get; .await it to fetch a Message.
Trait Implementations§
Source§impl Clone for GetMessage
impl Clone for GetMessage
Source§fn clone(&self) -> GetMessage
fn clone(&self) -> GetMessage
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 GetMessage
impl Debug for GetMessage
Source§impl IntoFuture for GetMessage
impl IntoFuture for GetMessage
Source§type IntoFuture = Pin<Box<dyn Future<Output = <GetMessage as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <GetMessage 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 GetMessage
impl !UnwindSafe for GetMessage
impl Freeze for GetMessage
impl Send for GetMessage
impl Sync for GetMessage
impl Unpin for GetMessage
impl UnsafeUnpin for GetMessage
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