pub enum SmtpAuth {
Password(SmtpSecret),
}Available on crate features
smtp and wizard only.Expand description
SMTP authentication method.
Variants§
Password(SmtpSecret)
Password authentication carrying the password secret.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SmtpAuth
impl RefUnwindSafe for SmtpAuth
impl Send for SmtpAuth
impl Sync for SmtpAuth
impl Unpin for SmtpAuth
impl UnsafeUnpin for SmtpAuth
impl UnwindSafe for SmtpAuth
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