pub type Email = Property<EmailValue>;Expand description
The EMAIL property, which is an email address.
Aliased Type§
pub struct Email {
pub group: Option<GroupName>,
pub parameters: Parameters,
pub value: EmailValue,
}Fields§
§group: Option<GroupName>The optional group name that prefixes the property.
parameters: ParametersThe parameters of the property.
value: EmailValueThe value of the property.