Struct push_decode::future::TokioEncodeFuture
source · pub struct TokioEncodeFuture<W: AsyncWrite, E: Encoder> { /* private fields */ }Available on crate features
tokio or async-std or futures_0_3 only.Trait Implementations§
source§impl<W: AsyncWrite, E: Encoder> Future for TokioEncodeFuture<W, E>
impl<W: AsyncWrite, E: Encoder> Future for TokioEncodeFuture<W, E>
impl<'__pin, W: AsyncWrite, E: Encoder> Unpin for TokioEncodeFuture<W, E>where
__Origin<'__pin, W, E>: Unpin,
Auto Trait Implementations§
impl<W, E> RefUnwindSafe for TokioEncodeFuture<W, E>where
E: RefUnwindSafe,
W: RefUnwindSafe,
impl<W, E> Send for TokioEncodeFuture<W, E>
impl<W, E> Sync for TokioEncodeFuture<W, E>
impl<W, E> UnwindSafe for TokioEncodeFuture<W, E>where
E: UnwindSafe,
W: UnwindSafe,
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
source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more