Struct vobject::vcard::Email [] [src]

pub struct Email(_, _);

Methods

impl Email
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Eq for Email
[src]

impl PartialEq for Email
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for Email
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Property> for Email
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Email

impl Sync for Email