pub struct Executor<L, R> { /* private fields */ }
Expand description
Ethbind
executor
Trait Implementations§
Source§impl<L, R> Context for Executor<L, R>where
R: RuntimeBinder,
L: Generator,
impl<L, R> Context for Executor<L, R>where
R: RuntimeBinder,
L: Generator,
Auto Trait Implementations§
impl<L, R> Freeze for Executor<L, R>
impl<L, R> RefUnwindSafe for Executor<L, R>where
L: RefUnwindSafe,
R: RefUnwindSafe,
impl<L, R> Send for Executor<L, R>
impl<L, R> Sync for Executor<L, R>
impl<L, R> Unpin for Executor<L, R>
impl<L, R> UnwindSafe for Executor<L, R>where
L: UnwindSafe,
R: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more