Struct auto_future::AutoFuture
source · pub struct AutoFuture<T> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<T> Debug for AutoFuture<T>
impl<T> Debug for AutoFuture<T>
source§impl<T> Future for AutoFuture<T>
impl<T> Future for AutoFuture<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for AutoFuture<T>
impl<T> !Send for AutoFuture<T>
impl<T> !Sync for AutoFuture<T>
impl<T> Unpin for AutoFuture<T>
impl<T> !UnwindSafe for AutoFuture<T>
Blanket Implementations§
source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
§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