use std::collections::HashMap; #[derive(Debug, Default)] pub struct HeaderSection<'a> { pub subject: Option, pub from: Vec, pub optional: HashMap<&'a str, String>, }