Enum m3u8_rs::playlist::AlternativeMediaType [] [src]

pub enum AlternativeMediaType {
    Audio,
    Video,
    Subtitles,
    ClosedCaptions,
}

Variants

Trait Implementations

impl Debug for AlternativeMediaType
[src]

Formats the value using the given formatter.

impl PartialEq for AlternativeMediaType
[src]

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

This method tests for !=.

impl FromStr for AlternativeMediaType
[src]

The associated error which can be returned from parsing.

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

impl Default for AlternativeMediaType
[src]

Returns the "default value" for a type. Read more

impl Display for AlternativeMediaType
[src]

Formats the value using the given formatter.