pub struct Join2<'a, A, B> { /* private fields */ }Expand description
Join of two futures (port of Combine; SystemVerilog’s fork...join).
Trait Implementations§
Auto Trait Implementations§
impl<'a, A, B> !RefUnwindSafe for Join2<'a, A, B>
impl<'a, A, B> !Send for Join2<'a, A, B>
impl<'a, A, B> !Sync for Join2<'a, A, B>
impl<'a, A, B> !UnwindSafe for Join2<'a, A, B>
impl<'a, A, B> Freeze for Join2<'a, A, B>
impl<'a, A, B> Unpin for Join2<'a, A, B>
impl<'a, A, B> UnsafeUnpin for Join2<'a, A, B>where
A: UnsafeUnpin,
B: UnsafeUnpin,
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