pub struct BindForEach<'a, P: ?Sized, C, I> { /* private fields */ }
Expand description
A Future. See bind_for_each.
Trait Implementations§
Source§impl<'a, P: Path + ?Sized, C: FnMut(&P::Out) + Unpin, I: Stream<Item = P::Out>> Future for BindForEach<'a, P, C, I>
impl<'a, P: Path + ?Sized, C: FnMut(&P::Out) + Unpin, I: Stream<Item = P::Out>> Future for BindForEach<'a, P, C, I>
impl<'__pin, 'a, P: ?Sized, C, I> Unpin for BindForEach<'a, P, C, I>where
PinnedFieldsOf<__Origin<'__pin, 'a, P, C, I>>: Unpin,
Auto Trait Implementations§
impl<'a, P, C, I> Freeze for BindForEach<'a, P, C, I>
impl<'a, P, C, I> !RefUnwindSafe for BindForEach<'a, P, C, I>
impl<'a, P, C, I> !Send for BindForEach<'a, P, C, I>
impl<'a, P, C, I> !Sync for BindForEach<'a, P, C, I>
impl<'a, P, C, I> !UnwindSafe for BindForEach<'a, P, C, I>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more