Enum annis::Episodes[][src]

pub enum Episodes {
    fields,
    filter_ids,
    filter_work_id,
    page,
    per_page,
    sort_id,
    sort_sort_number,
    Invalid,
}

used by episodes() function
/v1/episodes assepts parameters.

Variants

Trait Implementations

impl Debug for Episodes
[src]

Formats the value using the given formatter. Read more

impl Clone for Episodes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl From<Episodes> for String
[src]

Performs the conversion.

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

Performs the conversion.

impl From<String> for Episodes
[src]

Performs the conversion.

impl Display for Episodes
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Episodes

impl Sync for Episodes