pub type SocialProfile = Property<TextOrUri>;Expand description
The SOCIALPROFILE property defined by RFC 9554, which is a social media profile as a URI or a username text.
Aliased Type§
pub struct SocialProfile {
pub group: Option<GroupName>,
pub parameters: Parameters,
pub value: TextOrUri,
}Fields§
§group: Option<GroupName>The optional group name that prefixes the property.
parameters: ParametersThe parameters of the property.
value: TextOrUriThe value of the property.