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