pub struct PreloadExtensionAttributes<'a> { /* private fields */ }Expand description
Corresponds to the attributes defined for Preloading HLS Date Range Resources in Appendix F.
Implementations§
Trait Implementations§
Source§impl<'a> Clone for PreloadExtensionAttributes<'a>
impl<'a> Clone for PreloadExtensionAttributes<'a>
Source§fn clone(&self) -> PreloadExtensionAttributes<'a>
fn clone(&self) -> PreloadExtensionAttributes<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for PreloadExtensionAttributes<'a>
impl<'a> Debug for PreloadExtensionAttributes<'a>
Source§impl<'a> PartialEq for PreloadExtensionAttributes<'a>
impl<'a> PartialEq for PreloadExtensionAttributes<'a>
Source§fn eq(&self, other: &PreloadExtensionAttributes<'a>) -> bool
fn eq(&self, other: &PreloadExtensionAttributes<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'a, 'b> TryFrom<&'b [(Cow<'a, str>, LazyAttribute<'a, ExtensionAttributeValue<'a>>)]> for PreloadExtensionAttributes<'b>
impl<'a, 'b> TryFrom<&'b [(Cow<'a, str>, LazyAttribute<'a, ExtensionAttributeValue<'a>>)]> for PreloadExtensionAttributes<'b>
impl<'a> Copy for PreloadExtensionAttributes<'a>
impl<'a> StructuralPartialEq for PreloadExtensionAttributes<'a>
Auto Trait Implementations§
impl<'a> Freeze for PreloadExtensionAttributes<'a>
impl<'a> RefUnwindSafe for PreloadExtensionAttributes<'a>
impl<'a> Send for PreloadExtensionAttributes<'a>
impl<'a> Sync for PreloadExtensionAttributes<'a>
impl<'a> Unpin for PreloadExtensionAttributes<'a>
impl<'a> UnsafeUnpin for PreloadExtensionAttributes<'a>
impl<'a> UnwindSafe for PreloadExtensionAttributes<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more