pub struct SmtpInfo { /* private fields */ }
Expand description
Email config
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SmtpInfo
impl !RefUnwindSafe for SmtpInfo
impl Send for SmtpInfo
impl Sync for SmtpInfo
impl Unpin for SmtpInfo
impl !UnwindSafe for SmtpInfo
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