Enum hls_m3u8::types::PlaylistType[][src]

pub enum PlaylistType {
    Event,
    Vod,
}

Playlist type.

See: 4.3.3.5. EXT-X-PLAYLIST-TYPE

Variants

Trait Implementations

impl Debug for PlaylistType
[src]

Formats the value using the given formatter. Read more

impl Clone for PlaylistType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PlaylistType
[src]

impl PartialEq for PlaylistType
[src]

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

This method tests for !=.

impl Eq for PlaylistType
[src]

impl Hash for PlaylistType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for PlaylistType
[src]

Formats the value using the given formatter. Read more

impl FromStr for PlaylistType
[src]

The associated error which can be returned from parsing.

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

Auto Trait Implementations