pub struct CrosspostMessage<'a> { /* private fields */ }
Expand description
Crosspost a message by Id<ChannelMarker>
and Id<MessageMarker>
.
Trait Implementations§
source§impl IntoFuture for CrosspostMessage<'_>
impl IntoFuture for CrosspostMessage<'_>
source§type Output = Result<Response<Message>, Error>
type Output = Result<Response<Message>, Error>
The output that the future will produce on completion.
source§type IntoFuture = ResponseFuture<Message>
type IntoFuture = ResponseFuture<Message>
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
source§impl TryIntoRequest for CrosspostMessage<'_>
impl TryIntoRequest for CrosspostMessage<'_>
Auto Trait Implementations§
impl<'a> Freeze for CrosspostMessage<'a>
impl<'a> !RefUnwindSafe for CrosspostMessage<'a>
impl<'a> Send for CrosspostMessage<'a>
impl<'a> Sync for CrosspostMessage<'a>
impl<'a> Unpin for CrosspostMessage<'a>
impl<'a> !UnwindSafe for CrosspostMessage<'a>
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