Struct vobject::vcard::Vcard [] [src]

pub struct Vcard(_);

Methods

impl Vcard
[src]

The Vcard object.

This type simply holds data and offers functions to access this data. It does not compute anything.

[src]

Parse a string to a Vcard object

Returns an error if the parsed text is not a Vcard (that means that an error is returned also if this is a valid icalendar!)

[src]

Helper for VcardBuilder::new()

[src]

Wrap a Component into a Vcard object, or don't do it if the Component is not a Vcard.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Methods from Deref<Target = Component>

[src]

Retrieve one property by key. Returns None if not exactly one property was found.

[src]

Retrieve properties by key. Returns an empty slice if key doesn't exist.

Trait Implementations

impl Debug for Vcard
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Vcard
[src]

[src]

Returns the "default value" for a type. Read more

impl Deref for Vcard
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl Send for Vcard

impl Sync for Vcard