Struct async_nats::jetstream::context::PublishAckFuture
source · pub struct PublishAckFuture { /* private fields */ }
Trait Implementations§
source§impl Debug for PublishAckFuture
impl Debug for PublishAckFuture
source§impl IntoFuture for PublishAckFuture
impl IntoFuture for PublishAckFuture
source§type Output = Result<PublishAck, Error<PublishErrorKind>>
type Output = Result<PublishAck, Error<PublishErrorKind>>
The output that the future will produce on completion.
source§type IntoFuture = Pin<Box<dyn Future<Output = Result<PublishAck, Error<PublishErrorKind>>> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = Result<PublishAck, Error<PublishErrorKind>>> + 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 Freeze for PublishAckFuture
impl !RefUnwindSafe for PublishAckFuture
impl Send for PublishAckFuture
impl Sync for PublishAckFuture
impl Unpin for PublishAckFuture
impl !UnwindSafe for PublishAckFuture
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