Enum annis::MePrograms[][src]

pub enum MePrograms {
    fields,
    filter_ids,
    filter_channel_ids,
    filter_work_ids,
    filter_started_at_gt,
    filter_started_at_lt,
    filter_unwatched,
    filter_rebroadcast,
    page,
    per_page,
    sort_id,
    sort_started_at,
    Invalid,
}

used by me_programs() function
/v1/me/programs assepts parameters.

Variants

Trait Implementations

impl Debug for MePrograms
[src]

Formats the value using the given formatter. Read more

impl Clone for MePrograms
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl From<MePrograms> for String
[src]

Performs the conversion.

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

Performs the conversion.

impl From<String> for MePrograms
[src]

Performs the conversion.

impl Display for MePrograms
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MePrograms

impl Sync for MePrograms