Struct Next
struct Next<'a, St: ?Sized> { ... }
Future for the next method.
Implementations
impl<'a, St> Freeze for Next<'a, St>
impl<'a, St> RefUnwindSafe for Next<'a, St>
impl<'a, St> Send for Next<'a, St>
impl<'a, St> Sync for Next<'a, St>
impl<'a, St> UnsafeUnpin for Next<'a, St>
impl<'a, St> UnwindSafe for Next<'a, St>
impl<'a, St: $crate::fmt::Debug + ?Sized> Debug for Next<'a, St>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl<F> IntoFuture for Next<'a, St>
fn into_future(self: Self) -> <F as IntoFuture>::IntoFuture
impl<St: ?Sized + FusedStream + Unpin> FusedFuture for Next<'_, St>
fn is_terminated(self: &Self) -> bool
impl<St: ?Sized + Stream + Unpin> Future for Next<'_, St>
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<<Self as >::Output>
impl<St: ?Sized + Unpin> Unpin for Next<'_, St>
impl<T> Any for Next<'a, St>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Next<'a, St>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Next<'a, St>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for Next<'a, St>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> FutureExt for Next<'a, St>
impl<T, U> Into for Next<'a, 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 Next<'a, St>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Next<'a, St>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>