Struct futures_util::future::PollFn [−][src]
Future for the poll_fn
function.
Trait Implementations
impl<F> Debug for PollFn<F>
[src][+]
impl<T, F> Future for PollFn<F> where
F: FnMut(&mut Context<'_>) -> Poll<T>,
[src][+]
F: FnMut(&mut Context<'_>) -> Poll<T>,
impl<F> Unpin for PollFn<F>
[src]
Auto Trait Implementations
impl<F> RefUnwindSafe for PollFn<F> where
F: RefUnwindSafe,
F: RefUnwindSafe,
impl<F> Send for PollFn<F> where
F: Send,
F: Send,
impl<F> Sync for PollFn<F> where
F: Sync,
F: Sync,
impl<F> UnwindSafe for PollFn<F> where
F: UnwindSafe,
F: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<F, T, E> TryFuture for F where
F: Future<Output = Result<T, E>> + ?Sized,
[src][+]
F: Future<Output = Result<T, E>> + ?Sized,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,