Enum annis::MeRecords[][src]

pub enum MeRecords {
    episode_id,
    comment,
    rating,
    share_twitter,
    share_facebook,
    Invalid,
}

used by me_records() function
/v1/me/records assepts parameters.

Variants

Trait Implementations

impl Debug for MeRecords
[src]

Formats the value using the given formatter. Read more

impl Clone for MeRecords
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MeRecords
[src]

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

This method tests for !=.

impl IsValid for MeRecords
[src]

impl From<MeRecords> for String
[src]

Performs the conversion.

impl From<&'static str> for MeRecords
[src]

Performs the conversion.

impl From<String> for MeRecords
[src]

Performs the conversion.

impl Display for MeRecords
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MeRecords

impl Sync for MeRecords