Enum m3u8_rs::playlist::MediaPlaylistType [] [src]

pub enum MediaPlaylistType {
    Event,
    Vod,
}

#EXT-X-PLAYLIST-TYPE:<EVENT|VOD>

Variants

Trait Implementations

impl Debug for MediaPlaylistType
[src]

Formats the value using the given formatter.

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

The associated error which can be returned from parsing.

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

impl Display for MediaPlaylistType
[src]

Formats the value using the given formatter.

impl Default for MediaPlaylistType
[src]

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