Struct fire_stream_api::util::PinnedFuture
source · pub struct PinnedFuture<'a, O> { /* private fields */ }
Implementations§
source§impl<'a, O> PinnedFuture<'a, O>
impl<'a, O> PinnedFuture<'a, O>
Trait Implementations§
source§impl<O> Future for PinnedFuture<'_, O>
impl<O> Future for PinnedFuture<'_, O>
Auto Trait Implementations§
impl<'a, O> !RefUnwindSafe for PinnedFuture<'a, O>
impl<'a, O> Send for PinnedFuture<'a, O>
impl<'a, O> !Sync for PinnedFuture<'a, O>
impl<'a, O> Unpin for PinnedFuture<'a, O>
impl<'a, O> !UnwindSafe for PinnedFuture<'a, O>
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