Enum annis::MeWorks[][src]

pub enum MeWorks {
    fields,
    filter_ids,
    filter_season,
    filter_title,
    filter_status,
    page,
    per_page,
    sort_id,
    sort_season,
    sort_watchers_count,
    Invalid,
}

used by me_works() function
/v1/me/works assepts parameters.

Variants

Trait Implementations

impl Debug for MeWorks
[src]

Formats the value using the given formatter. Read more

impl Clone for MeWorks
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl From<MeWorks> for String
[src]

Performs the conversion.

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

Performs the conversion.

impl From<String> for MeWorks
[src]

Performs the conversion.

impl Display for MeWorks
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MeWorks

impl Sync for MeWorks