pub struct SmtpClient;Expand description
SMTP client for load testing
Implementations§
Source§impl SmtpClient
impl SmtpClient
Auto Trait Implementations§
impl Freeze for SmtpClient
impl RefUnwindSafe for SmtpClient
impl Send for SmtpClient
impl Sync for SmtpClient
impl Unpin for SmtpClient
impl UnsafeUnpin for SmtpClient
impl UnwindSafe for SmtpClient
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