Struct apalis_core::executor::AsyncStdExecutor
source · pub struct AsyncStdExecutor;Expand description
An Executor that uses the async-std runtime
Implementations§
Trait Implementations§
source§impl Clone for AsyncStdExecutor
impl Clone for AsyncStdExecutor
source§fn clone(&self) -> AsyncStdExecutor
fn clone(&self) -> AsyncStdExecutor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AsyncStdExecutor
impl Debug for AsyncStdExecutor
Auto Trait Implementations§
impl RefUnwindSafe for AsyncStdExecutor
impl Send for AsyncStdExecutor
impl Sync for AsyncStdExecutor
impl Unpin for AsyncStdExecutor
impl UnwindSafe for AsyncStdExecutor
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