[−][src]Struct futures::future::Lazy
A future which defers creation of the actual future until a callback is scheduled.
This is created by the lazy
function.
Trait Implementations
impl<F: Debug, R: Debug + IntoFuture> Debug for Lazy<F, R> where
R::Future: Debug,
[src][+]
R::Future: Debug,
impl<F, R> Future for Lazy<F, R> where
F: FnOnce() -> R,
R: IntoFuture,
[src][+]
F: FnOnce() -> R,
R: IntoFuture,
Auto Trait Implementations
impl<F, R> RefUnwindSafe for Lazy<F, R> where
F: RefUnwindSafe,
<R as IntoFuture>::Future: RefUnwindSafe,
F: RefUnwindSafe,
<R as IntoFuture>::Future: RefUnwindSafe,
impl<F, R> Send for Lazy<F, R> where
F: Send,
<R as IntoFuture>::Future: Send,
F: Send,
<R as IntoFuture>::Future: Send,
impl<F, R> Sync for Lazy<F, R> where
F: Sync,
<R as IntoFuture>::Future: Sync,
F: Sync,
<R as IntoFuture>::Future: Sync,
impl<F, R> Unpin for Lazy<F, R> where
F: Unpin,
<R as IntoFuture>::Future: Unpin,
F: Unpin,
<R as IntoFuture>::Future: Unpin,
impl<F, R> UnwindSafe for Lazy<F, R> where
F: UnwindSafe,
<R as IntoFuture>::Future: UnwindSafe,
F: UnwindSafe,
<R as IntoFuture>::Future: 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<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,