1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-18 16:28:20 +00:00

implement missing traits

This commit is contained in:
Luro02 2020-03-25 12:03:19 +01:00
parent ca3ba476c3
commit 15cc360a2c
No known key found for this signature in database
GPG key ID: B66FD4F74501A9CF

View file

@ -15,7 +15,7 @@ use crate::{Error, RequiredVersion};
/// The [`ExtXDateRange`] 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.
#[derive(ShortHand, Builder, Debug, Clone, PartialEq, PartialOrd)]
#[derive(ShortHand, Builder, Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
#[builder(setter(into))]
#[shorthand(enable(must_use, into))]
pub struct ExtXDateRange {