kumo_dmarc/types/
identifier.rs

1
2
3
4
5
6
7
8
use instant_xml::ToXml;

#[derive(Debug, Eq, PartialEq, ToXml)]
pub struct Identifier {
    envelope_to: Option<String>,
    envelope_from: String,
    header_from: String,
}