pub struct SelectSlice<'a, Fut> { /* private fields */ }
Expand description
Future for the select_slice
function.
Trait Implementations§
Source§impl<'a, Fut: Debug> Debug for SelectSlice<'a, Fut>
impl<'a, Fut: Debug> Debug for SelectSlice<'a, Fut>
Source§impl<'a, Fut: Future> Future for SelectSlice<'a, Fut>
impl<'a, Fut: Future> Future for SelectSlice<'a, Fut>
Auto Trait Implementations§
impl<'a, Fut> Freeze for SelectSlice<'a, Fut>
impl<'a, Fut> RefUnwindSafe for SelectSlice<'a, Fut>where
Fut: RefUnwindSafe,
impl<'a, Fut> Send for SelectSlice<'a, Fut>where
Fut: Send,
impl<'a, Fut> Sync for SelectSlice<'a, Fut>where
Fut: Sync,
impl<'a, Fut> Unpin for SelectSlice<'a, Fut>
impl<'a, Fut> !UnwindSafe for SelectSlice<'a, Fut>
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