Struct vcard::VCard

source ·
pub struct VCard {
Show 37 fields pub begin: Begin, pub version: Version, pub formatted_names: Set<FormattedName>, pub names: Option<Set<Name>>, pub nicknames: Option<Set<NickName>>, pub uid: Option<UID>, pub keys: Option<Set<Key>>, pub gender: Option<Gender>, pub birthdays: Option<Set<Birthday>>, pub anniversaries: Option<Set<Anniversary>>, pub addresses: Option<Set<Address>>, pub telephones: Option<Set<Telephone>>, pub emails: Option<Set<Email>>, pub titles: Option<Set<Title>>, pub roles: Option<Set<Role>>, pub photos: Option<Set<Photo>>, pub logos: Option<Set<Logo>>, pub urls: Option<Set<URL>>, pub sounds: Option<Set<Sound>>, pub organizations: Option<Set<Organization>>, pub members: Option<Set<Member>>, pub relationships: Option<Set<Relationship>>, pub categories: Option<Set<Category>>, pub notes: Option<Set<Note>>, pub languages: Option<Set<Language>>, pub time_zones: Option<Set<TimeZone>>, pub geos: Option<Set<TimeZone>>, pub impps: Option<Set<IMPP>>, pub sources: Option<Set<Source>>, pub product_id: Option<ProductID>, pub client_property_id_maps: Option<Set<ClientPropertyIDMap>>, pub fburls: Option<Set<FBURL>>, pub calendar_uris: Option<Set<CalendarURI>>, pub calendar_address_uris: Option<Set<CalendarAddressURI>>, pub x_properties: Option<Set<XProperty>>, pub revision: Option<Revision>, pub end: End,
}

Fields

begin: Beginversion: Versionformatted_names: Set<FormattedName>names: Option<Set<Name>>nicknames: Option<Set<NickName>>uid: Option<UID>keys: Option<Set<Key>>gender: Option<Gender>birthdays: Option<Set<Birthday>>anniversaries: Option<Set<Anniversary>>addresses: Option<Set<Address>>telephones: Option<Set<Telephone>>emails: Option<Set<Email>>titles: Option<Set<Title>>roles: Option<Set<Role>>photos: Option<Set<Photo>>logos: Option<Set<Logo>>urls: Option<Set<URL>>sounds: Option<Set<Sound>>organizations: Option<Set<Organization>>members: Option<Set<Member>>relationships: Option<Set<Relationship>>categories: Option<Set<Category>>notes: Option<Set<Note>>languages: Option<Set<Language>>time_zones: Option<Set<TimeZone>>geos: Option<Set<TimeZone>>impps: Option<Set<IMPP>>sources: Option<Set<Source>>product_id: Option<ProductID>client_property_id_maps: Option<Set<ClientPropertyIDMap>>fburls: Option<Set<FBURL>>calendar_uris: Option<Set<CalendarURI>>calendar_address_uris: Option<Set<CalendarAddressURI>>x_properties: Option<Set<XProperty>>revision: Option<Revision>end: End

Implementations

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
Converts the given value to a String. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.