pub enum VCardProperty {
Show 53 variants
Other(String),
Begin,
End,
Source,
Kind,
Xml,
Fn,
N,
Nickname,
Photo,
Bday,
Anniversary,
Gender,
Adr,
Tel,
Email,
Impp,
Lang,
Tz,
Geo,
Title,
Role,
Logo,
Org,
Member,
Related,
Categories,
Note,
Prodid,
Rev,
Sound,
Uid,
Clientpidmap,
Url,
Version,
Key,
Fburl,
Caladruri,
Caluri,
Birthplace,
Deathplace,
Deathdate,
Expertise,
Hobby,
Interest,
OrgDirectory,
ContactUri,
Created,
Gramgender,
Language,
Pronouns,
Socialprofile,
Jsprop,
}
Variants§
Other(String)
Begin
End
Source
Kind
Xml
Fn
N
Nickname
Photo
Bday
Anniversary
Gender
Adr
Tel
Impp
Lang
Tz
Geo
Title
Role
Logo
Org
Member
Related
Categories
Note
Prodid
Rev
Sound
Uid
Clientpidmap
Url
Version
Key
Fburl
Caladruri
Caluri
Birthplace
Deathplace
Deathdate
Expertise
Hobby
Interest
OrgDirectory
ContactUri
Created
Gramgender
Language
Pronouns
Socialprofile
Jsprop
Implementations§
Trait Implementations§
Source§impl Clone for VCardProperty
impl Clone for VCardProperty
Source§fn clone(&self) -> VCardProperty
fn clone(&self) -> VCardProperty
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VCardProperty
impl Debug for VCardProperty
Source§impl<'de> Deserialize<'de> for VCardProperty
impl<'de> Deserialize<'de> for VCardProperty
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for VCardProperty
impl Hash for VCardProperty
Source§impl Ord for VCardProperty
impl Ord for VCardProperty
Source§fn cmp(&self, other: &VCardProperty) -> Ordering
fn cmp(&self, other: &VCardProperty) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VCardProperty
impl PartialEq for VCardProperty
Source§impl PartialOrd for VCardProperty
impl PartialOrd for VCardProperty
Source§impl Serialize for VCardProperty
impl Serialize for VCardProperty
impl Eq for VCardProperty
impl StructuralPartialEq for VCardProperty
Auto Trait Implementations§
impl Freeze for VCardProperty
impl RefUnwindSafe for VCardProperty
impl Send for VCardProperty
impl Sync for VCardProperty
impl Unpin for VCardProperty
impl UnwindSafe for VCardProperty
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more