Struct vobject::vcard::Photo [] [src]

pub struct Photo(_, _);

Methods

impl Photo
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Eq for Photo
[src]

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

[src]

Formats the value using the given formatter. Read more

impl From<Property> for Photo
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Photo

impl Sync for Photo