Struct ical::property::Property [−][src]
pub struct Property {
pub name: String,
pub params: Option<Vec<(String, Vec<String>)>>,
pub value: Option<String>,
}Expand description
A VCARD/ICAL property.
Fields
name: StringProperty name.
params: Option<Vec<(String, Vec<String>)>>Property list of parameters.
value: Option<String>Property value.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Property
impl UnwindSafe for Property
Blanket Implementations
Mutably borrows from an owned value. Read more
