Struct vobject::vcard::Gender [] [src]

pub struct Gender(_, _);

Methods

impl Gender
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Eq for Gender
[src]

impl PartialEq for Gender
[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 Gender
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Property> for Gender
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Gender

impl Sync for Gender