Enum rolodex::value::Value[][src]

pub enum Value<'a> {
Show variants Begin, End, Source(TypeOrRaw<Url<'a>>), Kind(TypeOrRaw<Kind>), Xml(Cow<'a, str>), Fn(Cow<'a, str>), N(TypeOrRaw<FormattedName<'a>>), Nickname(AtLeastOne<Cow<'a, str>>), Photo(TypeOrRaw<Image<'a>>), Birthday(TypeOrRaw<NaiveDate>), Anniversary(TypeOrRaw<NaiveDate>), Gender(TypeOrRaw<Gender<'a>>), Adr(TypeOrRaw<Address<'a>>), Tel(Cow<'a, str>), Email(TypeOrRaw<Email<'a>>), Impp(Cow<'a, str>), Lang(Cow<'a, str>), Timezone(Cow<'a, str>), Geo(TypeOrRaw<GeoPosition>), Title(Cow<'a, str>), Role(Cow<'a, str>), Logo(TypeOrRaw<Image<'a>>), Organization(Cow<'a, str>), Member(Cow<'a, str>), Related(Cow<'a, str>), Categories(AtLeastOne<Cow<'a, str>>), Note(Cow<'a, str>), ProdID(Cow<'a, str>), Rev(Cow<'a, str>), Sound(Cow<'a, str>), Uid(Cow<'a, str>), ClientPIDMap(Cow<'a, str>), Url(TypeOrRaw<Url<'a>>), Version(Cow<'a, str>), Key(Cow<'a, str>), FbUrl(Cow<'a, str>), CalAdrURL(Cow<'a, str>), CalURL(Cow<'a, str>), Other(Cow<'a, str>, Cow<'a, str>),
}

Variants

Begin
End
Source(TypeOrRaw<Url<'a>>)
Xml(Cow<'a, str>)
Fn(Cow<'a, str>)
Nickname(AtLeastOne<Cow<'a, str>>)
Photo(TypeOrRaw<Image<'a>>)
Birthday(TypeOrRaw<NaiveDate>)
Anniversary(TypeOrRaw<NaiveDate>)
Gender(TypeOrRaw<Gender<'a>>)
Adr(TypeOrRaw<Address<'a>>)
Tel(Cow<'a, str>)
Email(TypeOrRaw<Email<'a>>)
Impp(Cow<'a, str>)
Lang(Cow<'a, str>)
Timezone(Cow<'a, str>)
Title(Cow<'a, str>)
Role(Cow<'a, str>)
Organization(Cow<'a, str>)
Member(Cow<'a, str>)
Related(Cow<'a, str>)
Categories(AtLeastOne<Cow<'a, str>>)
Note(Cow<'a, str>)
ProdID(Cow<'a, str>)
Rev(Cow<'a, str>)
Sound(Cow<'a, str>)
Uid(Cow<'a, str>)
ClientPIDMap(Cow<'a, str>)
Url(TypeOrRaw<Url<'a>>)
Version(Cow<'a, str>)
Key(Cow<'a, str>)
FbUrl(Cow<'a, str>)
CalAdrURL(Cow<'a, str>)
CalURL(Cow<'a, str>)
Other(Cow<'a, str>, Cow<'a, str>)

Implementations

impl<'a> Value<'a>[src]

pub fn name_raw(&self) -> &str[src]

pub fn name_label(&self) -> &str[src]

Trait Implementations

impl<'a> Clone for Value<'a>[src]

impl<'a> Debug for Value<'a>[src]

impl<'de, 'a> Deserialize<'de> for Value<'a>[src]

impl<'a, 'b> From<&'b Value<'a>> for Property<'a>[src]

impl<'a> From<Value<'a>> for Property<'a>[src]

impl<'a> PartialEq<Value<'a>> for Value<'a>[src]

impl<'a> Serialize for Value<'a>[src]

impl<'a> StructuralPartialEq for Value<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for Value<'a>

impl<'a> Send for Value<'a>

impl<'a> Sync for Value<'a>

impl<'a> Unpin for Value<'a>

impl<'a> UnwindSafe for Value<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Conv for T

impl<T> Conv for T

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> FmtForward for T

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> TryConv for T

impl<T> TryConv for T

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.