Struct All

struct All<St, Fut, F> { ... }

Future for the all method.

Implementations

impl<'__pin, St, Fut, F> Unpin for All<St, Fut, F>

impl<F> IntoFuture for All<St, Fut, F>

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

impl<St, Fut, F> Debug for All<St, Fut, F>

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

impl<St, Fut, F> Freeze for All<St, Fut, F>

impl<St, Fut, F> FusedFuture for All<St, Fut, F>

fn is_terminated(self: &Self) -> bool

impl<St, Fut, F> Future for All<St, Fut, F>

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

impl<St, Fut, F> RefUnwindSafe for All<St, Fut, F>

impl<St, Fut, F> Send for All<St, Fut, F>

impl<St, Fut, F> Sync for All<St, Fut, F>

impl<St, Fut, F> UnsafeUnpin for All<St, Fut, F>

impl<St, Fut, F> UnwindSafe for All<St, Fut, F>

impl<T> Any for All<St, Fut, F>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for All<St, Fut, F>

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

impl<T> BorrowMut for All<St, Fut, F>

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

impl<T> From for All<St, Fut, F>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> FutureExt for All<St, Fut, F>

impl<T, U> Into for All<St, Fut, F>

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 All<St, Fut, F>

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

impl<T, U> TryInto for All<St, Fut, F>

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