Struct SelectNextSome

struct SelectNextSome<'a, St: ?Sized> { ... }

Future for the select_next_some method.

Implementations

impl<'a, St> Freeze for SelectNextSome<'a, St>

impl<'a, St> RefUnwindSafe for SelectNextSome<'a, St>

impl<'a, St> Send for SelectNextSome<'a, St>

impl<'a, St> Sync for SelectNextSome<'a, St>

impl<'a, St> Unpin for SelectNextSome<'a, St>

impl<'a, St> UnsafeUnpin for SelectNextSome<'a, St>

impl<'a, St> UnwindSafe for SelectNextSome<'a, St>

impl<'a, St: $crate::fmt::Debug + ?Sized> Debug for SelectNextSome<'a, St>

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl<F> IntoFuture for SelectNextSome<'a, St>

fn into_future(self: Self) -> <F as IntoFuture>::IntoFuture

impl<F, T, E> TryFuture for SelectNextSome<'a, St>

fn try_poll(self: Pin<&mut F>, cx: &mut Context<'_>) -> Poll<<F as Future>::Output>

impl<Fut> TryFutureExt for SelectNextSome<'a, St>

impl<St: ?Sized + FusedStream + Unpin> FusedFuture for SelectNextSome<'_, St>

fn is_terminated(self: &Self) -> bool

impl<St: ?Sized + FusedStream + Unpin> Future for SelectNextSome<'_, St>

fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<<Self as >::Output>

impl<T> Any for SelectNextSome<'a, St>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for SelectNextSome<'a, St>

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for SelectNextSome<'a, St>

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> From for SelectNextSome<'a, St>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> FutureExt for SelectNextSome<'a, St>

impl<T, U> Into for SelectNextSome<'a, St>

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for SelectNextSome<'a, St>

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for SelectNextSome<'a, St>

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>