Struct futures_util::compat::Executor01As03 [−][src]
pub struct Executor01As03<Ex> { /* fields omitted */ }
Trait Implementations
impl<Ex: Clone> Clone for Executor01As03<Ex>
[src]
impl<Ex: Clone> Clone for Executor01As03<Ex>
[src]fn clone(&self) -> Executor01As03<Ex>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<Ex: Debug> Debug for Executor01As03<Ex>
[src]
impl<Ex: Debug> Debug for Executor01As03<Ex>
[src]impl<Ex> Spawn for Executor01As03<Ex> where
Ex: Executor01<Executor01Future> + Clone + Send + 'static,
[src]
impl<Ex> Spawn for Executor01As03<Ex> where
Ex: Executor01<Executor01Future> + Clone + Send + 'static,
[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,