Struct hls_m3u8::tags::ExtXSessionData[][src]

pub struct ExtXSessionData { /* fields omitted */ }

Methods

impl ExtXSessionData
[src]

Makes a new ExtXSessionData tag.

Makes a new ExtXSessionData with the given language.

Returns the identifier of the data.

Returns the session data.

Returns the language of the data.

Returns the protocol compatibility version that this tag requires.

Trait Implementations

impl Debug for ExtXSessionData
[src]

Formats the value using the given formatter. Read more

impl Clone for ExtXSessionData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for ExtXSessionData
[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 ExtXSessionData
[src]

Formats the value using the given formatter. Read more

impl FromStr for ExtXSessionData
[src]

The associated error which can be returned from parsing.

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

impl From<ExtXSessionData> for MasterPlaylistTag
[src]

Performs the conversion.

Auto Trait Implementations