[−][src]Struct futures_util::future::Lazy  
Future for the lazy function.
Trait Implementations
impl<F: Debug> Debug for Lazy<F>[src][+]
impl<F, R> FusedFuture for Lazy<F> where
    F: FnOnce(&mut Context) -> R, [src][+]
F: FnOnce(&mut Context) -> R,
impl<F, R> Future for Lazy<F> where
    F: FnOnce(&mut Context) -> R, [src][+]
F: FnOnce(&mut Context) -> R,
impl<F> Unpin for Lazy<F>[src]
Auto Trait Implementations
impl<F> RefUnwindSafe for Lazy<F> where
    F: RefUnwindSafe, 
F: RefUnwindSafe,
impl<F> Send for Lazy<F> where
    F: Send, 
F: Send,
impl<F> Sync for Lazy<F> where
    F: Sync, 
F: Sync,
impl<F> UnwindSafe for Lazy<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>,