pub struct MailOptions {
pub body: String,
pub size: usize,
pub require_tls: bool,
pub utf8: bool,
pub auth: String,
}
Fields§
§body: String
§size: usize
§require_tls: bool
§utf8: bool
§auth: String
Implementations§
Source§impl MailOptions
impl MailOptions
Auto Trait Implementations§
impl Freeze for MailOptions
impl RefUnwindSafe for MailOptions
impl Send for MailOptions
impl Sync for MailOptions
impl Unpin for MailOptions
impl UnwindSafe for MailOptions
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