Enum mm_client::Endpoints [] [src]

pub enum Endpoints {
    Asset,
    Changelog,
    Collection,
    Episode,
    Franchise,
    Season,
    Show,
    Special,
}

The Media Manager endpoints that are supported by Client

Variants

Represents the assets endpoint

Represents the changelog endpoint

Represents the collections endpoint

Represents the episodes endpoint

Represents the franchises endpoint

Represents the seasons endpoint

Represents the shows endpoint

Represents the specials endpoint

Trait Implementations

impl Clone for Endpoints
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Endpoints
[src]

Formats the value using the given formatter.

impl Display for Endpoints
[src]

Formats the value using the given formatter. Read more

impl FromStr for Endpoints
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more