Struct Concat
struct Concat<St: Stream> { ... }
Future for the concat method.
Implementations
impl<'__pin, St: Stream> Unpin for Concat<St>
impl<F> IntoFuture for Concat<St>
fn into_future(self: Self) -> <F as IntoFuture>::IntoFuture
impl<F, T, E> TryFuture for Concat<St>
fn try_poll(self: Pin<&mut F>, cx: &mut Context<'_>) -> Poll<<F as Future>::Output>
impl<Fut> TryFutureExt for Concat<St>
impl<St> Freeze for Concat<St>
impl<St> FusedFuture for Concat<St>
fn is_terminated(self: &Self) -> bool
impl<St> Future for Concat<St>
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<<Self as >::Output>
impl<St> RefUnwindSafe for Concat<St>
impl<St> Send for Concat<St>
impl<St> Sync for Concat<St>
impl<St> UnsafeUnpin for Concat<St>
impl<St> UnwindSafe for Concat<St>
impl<St: $crate::fmt::Debug + Stream> Debug for Concat<St>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl<T> Any for Concat<St>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Concat<St>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Concat<St>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for Concat<St>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> FutureExt for Concat<St>
impl<T, U> Into for Concat<St>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for Concat<St>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Concat<St>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>