Struct simplenote::Note [] [src]

pub struct Note { /* fields omitted */ }

Methods

impl Note
[src]

Trait Implementations

impl Debug for Note
[src]

Formats the value using the given formatter.

impl PartialEq for Note
[src]

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

This method tests for !=.

impl Clone for Note
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> From<&'a str> for Note
[src]

Performs the conversion.

impl From<String> for Note
[src]

Performs the conversion.