#[non_exhaustive]pub struct Tokio1Executor;
Expand description
Async Executor
using tokio
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 Tokio1Executor
impl Debug for Tokio1Executor
Auto Trait Implementations§
impl Freeze for Tokio1Executor
impl RefUnwindSafe for Tokio1Executor
impl Send for Tokio1Executor
impl Sync for Tokio1Executor
impl Unpin for Tokio1Executor
impl UnwindSafe for Tokio1Executor
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