Enum hls_m3u8::types::SessionData[][src]

pub enum SessionData {
    Value(QuotedString),
    Uri(QuotedString),
}

Session data.

See: 4.3.4.4. EXT-X-SESSION-DATA

Variants

Trait Implementations

impl Debug for SessionData
[src]

Formats the value using the given formatter. Read more

impl Clone for SessionData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for SessionData
[src]

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

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

Auto Trait Implementations

impl Send for SessionData

impl Sync for SessionData