pub struct Queryparam<'a> { /* private fields */ }Expand description
Corresponds to the #EXT-X-DEFINE tag where QUERYPARAM is used.
See Define for a link to the HLS documentation for this attribute.
Implementations§
Source§impl<'a> Queryparam<'a>
impl<'a> Queryparam<'a>
Sourcepub fn queryparam(&self) -> &str
pub fn queryparam(&self) -> &str
Corresponds to the QUERYPARAM attribute.
See Define for a link to the HLS documentation for this attribute.
Trait Implementations§
Source§impl<'a> Clone for Queryparam<'a>
impl<'a> Clone for Queryparam<'a>
Source§fn clone(&self) -> Queryparam<'a>
fn clone(&self) -> Queryparam<'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 Queryparam<'a>
impl<'a> Debug for Queryparam<'a>
Source§impl<'a> IntoInnerTag<'a> for Queryparam<'a>
impl<'a> IntoInnerTag<'a> for Queryparam<'a>
Source§fn into_inner(self) -> TagInner<'a>
fn into_inner(self) -> TagInner<'a>
Consume
self and provide TagInner.Source§impl<'a> PartialEq for Queryparam<'a>
impl<'a> PartialEq for Queryparam<'a>
Auto Trait Implementations§
impl<'a> Freeze for Queryparam<'a>
impl<'a> RefUnwindSafe for Queryparam<'a>
impl<'a> Send for Queryparam<'a>
impl<'a> Sync for Queryparam<'a>
impl<'a> Unpin for Queryparam<'a>
impl<'a> UnsafeUnpin for Queryparam<'a>
impl<'a> UnwindSafe for Queryparam<'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