pub struct Mail {
pub sender_user: String,
pub sender_host: String,
pub host_user_li: HostUserLi,
pub body: Vec<u8>,
}Fields§
§sender_user: String§sender_host: String§host_user_li: HostUserLi§body: Vec<u8>Implementations§
Trait Implementations§
Source§impl<'a> IntoIterator for &'a Mail
Available on crate feature send only.
impl<'a> IntoIterator for &'a Mail
Available on crate feature
send only.impl<'__de> Decode<'__de> for Mailwhere
'__de:,
impl Encode for Mail
Auto Trait Implementations§
impl Freeze for Mail
impl RefUnwindSafe for Mail
impl Send for Mail
impl Sync for Mail
impl Unpin for Mail
impl UnwindSafe for Mail
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)