#[non_exhaustive]pub struct AsyncStd1Executor;
Expand description
Async Executor
using async-std
1.x
Used by AsyncSmtpTransport
, AsyncSendmailTransport
and AsyncFileTransport
in order to be able to work with different async runtimes.
Trait Implementations§
Source§impl Debug for AsyncStd1Executor
impl Debug for AsyncStd1Executor
Auto Trait Implementations§
impl Freeze for AsyncStd1Executor
impl RefUnwindSafe for AsyncStd1Executor
impl Send for AsyncStd1Executor
impl Sync for AsyncStd1Executor
impl Unpin for AsyncStd1Executor
impl UnwindSafe for AsyncStd1Executor
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