pub enum MailDriver {
Smtp,
Resend,
}Expand description
Mail transport driver.
Variants§
Trait Implementations§
Source§impl Clone for MailDriver
impl Clone for MailDriver
Source§fn clone(&self) -> MailDriver
fn clone(&self) -> MailDriver
Returns a duplicate 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 moreSource§impl Debug for MailDriver
impl Debug for MailDriver
Source§impl Default for MailDriver
impl Default for MailDriver
Source§fn default() -> MailDriver
fn default() -> MailDriver
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MailDriver
impl RefUnwindSafe for MailDriver
impl Send for MailDriver
impl Sync for MailDriver
impl Unpin for MailDriver
impl UnsafeUnpin for MailDriver
impl UnwindSafe for MailDriver
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