pub struct Assemble<St: Stream, Wr> { /* private fields */ }Expand description
Future for assemble.
Trait Implementations§
Source§impl<St, Wr> FusedFuture for Assemble<St, Wr>
impl<St, Wr> FusedFuture for Assemble<St, Wr>
Source§fn is_terminated(&self) -> bool
fn is_terminated(&self) -> bool
Returns
true if the underlying future should no longer be polled.Source§impl<St, Wr> Future for Assemble<St, Wr>
impl<St, Wr> Future for Assemble<St, Wr>
impl<'__pin, St: Stream, Wr> Unpin for Assemble<St, Wr>where
PinnedFieldsOf<__Origin<'__pin, St, Wr>>: Unpin,
Auto Trait Implementations§
impl<St, Wr> Freeze for Assemble<St, Wr>
impl<St, Wr> RefUnwindSafe for Assemble<St, Wr>
impl<St, Wr> Send for Assemble<St, Wr>
impl<St, Wr> Sync for Assemble<St, Wr>
impl<St, Wr> UnwindSafe for Assemble<St, Wr>
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,
Source§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