Struct eml_parser::eml::Eml
source · [−]pub struct Eml {
pub headers: Vec<HeaderField>,
pub from: Option<HeaderFieldValue>,
pub to: Option<HeaderFieldValue>,
pub subject: Option<String>,
pub body: Option<String>,
}Fields
headers: Vec<HeaderField>from: Option<HeaderFieldValue>to: Option<HeaderFieldValue>subject: Option<String>body: Option<String>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Eml
impl Send for Eml
impl Sync for Eml
impl Unpin for Eml
impl UnwindSafe for Eml
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more