pub struct WrappedFuture<Fut, F, O>{ /* private fields */ }
Trait Implementations§
Source§impl<Fut, F, O> Future for WrappedFuture<Fut, F, O>
impl<Fut, F, O> Future for WrappedFuture<Fut, F, O>
impl<'pin, Fut, F, O> Unpin for WrappedFuture<Fut, F, O>
Auto Trait Implementations§
impl<Fut, F, O> Freeze for WrappedFuture<Fut, F, O>
impl<Fut, F, O> RefUnwindSafe for WrappedFuture<Fut, F, O>where
Fut: RefUnwindSafe,
F: RefUnwindSafe,
impl<Fut, F, O> Send for WrappedFuture<Fut, F, O>
impl<Fut, F, O> Sync for WrappedFuture<Fut, F, O>
impl<Fut, F, O> UnwindSafe for WrappedFuture<Fut, F, O>where
Fut: UnwindSafe,
F: UnwindSafe,
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