Struct m3u8_rs::playlist::DateRange [] [src]

pub struct DateRange {
    pub id: String,
    pub class: Option<String>,
    pub start_date: String,
    pub end_date: Option<String>,
    pub duration: Option<String>,
    pub planned_duration: Option<String>,
    pub x_prefixed: Option<String>,
    pub end_on_next: bool,
}

#EXT-X-DATERANGE:<attribute-list>

The EXT-X-DATERANGE tag associates a Date Range (i.e. a range of time defined by a starting and ending date) with a set of attribute / value pairs.

Fields

Trait Implementations

impl Debug for DateRange
[src]

Formats the value using the given formatter.

impl Default for DateRange
[src]

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

impl PartialEq for DateRange
[src]

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

This method tests for !=.