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.