[−][src]Struct futures::sync::oneshot::Execute
Type of future which Execute
instances below must be able to spawn.
Trait Implementations
impl<F: Future + Debug> Debug for Execute<F>
[src][+]
impl<F: Future> Drop for Execute<F>
[src][+]
impl<F: Future> Future for Execute<F>
[src][+]
Auto Trait Implementations
impl<F> !RefUnwindSafe for Execute<F>
impl<F> Send for Execute<F> where
F: Send,
<F as Future>::Error: Send,
<F as Future>::Item: Send,
F: Send,
<F as Future>::Error: Send,
<F as Future>::Item: Send,
impl<F> Sync for Execute<F> where
F: Sync,
<F as Future>::Error: Send,
<F as Future>::Item: Send,
F: Sync,
<F as Future>::Error: Send,
<F as Future>::Item: Send,
impl<F> Unpin for Execute<F> where
F: Unpin,
F: Unpin,
impl<F> !UnwindSafe for Execute<F>
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>,