pub struct SmtpSession { /* private fields */ }Expand description
Struct holding data about the session.
Auto Trait Implementations§
impl !Freeze for SmtpSession
impl !RefUnwindSafe for SmtpSession
impl Send for SmtpSession
impl Sync for SmtpSession
impl Unpin for SmtpSession
impl !UnwindSafe for SmtpSession
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