Struct vobject::property::Property [] [src]

pub struct Property {
    pub name: String,
    pub params: BTreeMap<String, String>,
    pub raw_value: String,
    pub prop_group: Option<String>,
}

Fields

Key in component.

Parameters.

Value as unparsed string.

Property group. E.g. a contentline like foo.FN:Markus would result in the group being "foo".

Methods

impl Property
[src]

[src]

Create property from unescaped string.

[src]

Get value as unescaped string.

Trait Implementations

impl Clone for Property
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Property
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Property> for Adr
[src]

[src]

Performs the conversion.

impl From<Property> for Anniversary
[src]

[src]

Performs the conversion.

impl From<Property> for BDay
[src]

[src]

Performs the conversion.

impl From<Property> for Category
[src]

[src]

Performs the conversion.

impl From<Property> for ClientPidMap
[src]

[src]

Performs the conversion.

impl From<Property> for Email
[src]

[src]

Performs the conversion.

impl From<Property> for FullName
[src]

[src]

Performs the conversion.

impl From<Property> for Gender
[src]

[src]

Performs the conversion.

impl From<Property> for Geo
[src]

[src]

Performs the conversion.

impl From<Property> for IMPP
[src]

[src]

Performs the conversion.

impl From<Property> for Key
[src]

[src]

Performs the conversion.

impl From<Property> for Lang
[src]

[src]

Performs the conversion.

impl From<Property> for Logo
[src]

[src]

Performs the conversion.

impl From<Property> for Member
[src]

[src]

Performs the conversion.

impl From<Property> for Name
[src]

[src]

Performs the conversion.

impl From<Property> for NickName
[src]

[src]

Performs the conversion.

impl From<Property> for Note
[src]

[src]

Performs the conversion.

impl From<Property> for Organization
[src]

[src]

Performs the conversion.

impl From<Property> for PhoneNumber
[src]

[src]

Performs the conversion.

impl From<Property> for Photo
[src]

[src]

Performs the conversion.

impl From<Property> for Proid
[src]

[src]

Performs the conversion.

impl From<Property> for Related
[src]

[src]

Performs the conversion.

impl From<Property> for Rev
[src]

[src]

Performs the conversion.

impl From<Property> for Sound
[src]

[src]

Performs the conversion.

impl From<Property> for Tel
[src]

[src]

Performs the conversion.

impl From<Property> for Title
[src]

[src]

Performs the conversion.

impl From<Property> for Tz
[src]

[src]

Performs the conversion.

impl From<Property> for Uid
[src]

[src]

Performs the conversion.

impl From<Property> for Url
[src]

[src]

Performs the conversion.

impl From<Property> for Version
[src]

[src]

Performs the conversion.

impl From<Property> for Version
[src]

[src]

Performs the conversion.

impl From<Property> for Prodid
[src]

[src]

Performs the conversion.

impl From<Property> for Dtend
[src]

[src]

Performs the conversion.

impl From<Property> for Dtstart
[src]

[src]

Performs the conversion.

impl From<Property> for Dtstamp
[src]

[src]

Performs the conversion.

impl From<Property> for Uid
[src]

[src]

Performs the conversion.

impl From<Property> for Description
[src]

[src]

Performs the conversion.

impl From<Property> for Summary
[src]

[src]

Performs the conversion.

impl From<Property> for Url
[src]

[src]

Performs the conversion.

impl From<Property> for Location
[src]

[src]

Performs the conversion.

impl From<Property> for Class
[src]

[src]

Performs the conversion.

impl From<Property> for Categories
[src]

[src]

Performs the conversion.

impl From<Property> for Transp
[src]

[src]

Performs the conversion.

impl From<Property> for Rrule
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Property

impl Sync for Property