Struct futures::compat::Executor01As03 [−][src]
pub struct Executor01As03<Ex> { /* fields omitted */ }
Trait Implementations
impl<Ex> Clone for Executor01As03<Ex> where
Ex: Clone,
[src]
impl<Ex> Clone for Executor01As03<Ex> where
Ex: Clone,
[src]pub fn clone(&self) -> Executor01As03<Ex>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<Ex> Debug for Executor01As03<Ex> where
Ex: Debug,
[src]
impl<Ex> Debug for Executor01As03<Ex> where
Ex: Debug,
[src]Auto Trait Implementations
impl<Ex> RefUnwindSafe for Executor01As03<Ex> where
Ex: RefUnwindSafe,
Ex: RefUnwindSafe,
impl<Ex> Send for Executor01As03<Ex> where
Ex: Send,
Ex: Send,
impl<Ex> Sync for Executor01As03<Ex> where
Ex: Sync,
Ex: Sync,
impl<Ex> Unpin for Executor01As03<Ex> where
Ex: Unpin,
Ex: Unpin,
impl<Ex> UnwindSafe for Executor01As03<Ex> where
Ex: UnwindSafe,
Ex: UnwindSafe,
Blanket Implementations
impl<Sp> SpawnExt for Sp where
Sp: Spawn + ?Sized,
[src]
impl<Sp> SpawnExt for Sp where
Sp: Spawn + ?Sized,
[src]pub fn spawn<Fut>(&self, future: Fut) -> Result<(), SpawnError> where
Fut: Future<Output = ()> + Send + 'static,
[src]
Fut: Future<Output = ()> + Send + 'static,
pub fn spawn_with_handle<Fut>(
&self,
future: Fut
) -> Result<RemoteHandle<<Fut as Future>::Output>, SpawnError> where
Fut: Future + Send + 'static,
<Fut as Future>::Output: Send,
[src]
&self,
future: Fut
) -> Result<RemoteHandle<<Fut as Future>::Output>, SpawnError> where
Fut: Future + Send + 'static,
<Fut as Future>::Output: Send,