Struct vobject::vcard::Note [] [src]

pub struct Note(_, _);

Methods

impl Note
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Eq for Note
[src]

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

[src]

Formats the value using the given formatter. Read more

impl From<Property> for Note
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Note

impl Sync for Note