Struct vobject::Property [] [src]

pub struct Property {
    pub name: String,
    pub params: HashMap<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]

Create property from unescaped string.

Get value as unescaped string.

Trait Implementations

impl Clone for Property
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Property
[src]

Formats the value using the given formatter.