Struct async_nats::jetstream::context::PublishAckFuture
source · pub struct PublishAckFuture { /* private fields */ }
Trait Implementations
sourceimpl Debug for PublishAckFuture
impl Debug for PublishAckFuture
sourceimpl IntoFuture for PublishAckFuture
impl IntoFuture for PublishAckFuture
type Output = Result<PublishAck, Box<dyn Error + Send + Sync + 'static, Global>>
type Output = Result<PublishAck, Box<dyn Error + Send + Sync + 'static, Global>>
The output that the future will produce on completion.
type IntoFuture = Pin<Box<dyn Future<Output = Result<PublishAck, Box<dyn Error + Send + Sync + 'static, Global>>> + Send + 'static, Global>>
type IntoFuture = Pin<Box<dyn Future<Output = Result<PublishAck, Box<dyn Error + Send + Sync + 'static, Global>>> + Send + 'static, Global>>
Which kind of future are we turning this into?
sourcefn 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 PublishAckFuture
impl Send for PublishAckFuture
impl Sync for PublishAckFuture
impl Unpin for PublishAckFuture
impl !UnwindSafe for PublishAckFuture
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more