Struct vsmtp_common::status::SmtpConnection
pub struct SmtpConnection(pub Arc<Mutex<SmtpTransport>>);Expand description
a transport using the smtp protocol.
(mostly a new type over lettre::SmtpTransport to implement debug
and make switching transport easy if needed)
Tuple Fields§
§0: Arc<Mutex<SmtpTransport>>Trait Implementations§
§impl Clone for SmtpConnection
impl Clone for SmtpConnection
§fn clone(&self) -> SmtpConnection
fn clone(&self) -> SmtpConnection
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 more