1 2 3 4 5
#[derive(Clone, Debug, Eq, PartialEq, Hash)] pub struct EmailLink { pub is_bare: bool, pub name: String, }