Struct typed_html::elements::track
source · pub struct track<T>where
T: OutputType,{
pub attrs: Attrs_track,
pub data_attributes: Vec<(&'static str, String)>,
pub events: Events<T>,
/* private fields */
}
Fields
attrs: Attrs_track
data_attributes: Vec<(&'static str, String)>
events: Events<T>
Implementations
sourceimpl<T> track<T>where
T: OutputType,
impl<T> track<T>where
T: OutputType,
Trait Implementations
sourceimpl<T> Display for track<T>where
T: OutputType,
impl<T> Display for track<T>where
T: OutputType,
sourceimpl<T> Element<T> for track<T>where
T: OutputType,
impl<T> Element<T> for track<T>where
T: OutputType,
sourcefn attribute_names() -> &'static [&'static str]
fn attribute_names() -> &'static [&'static str]
Get a list of the attribute names for this element. Read more
sourcefn required_children() -> &'static [&'static str]
fn required_children() -> &'static [&'static str]
Get a list of the element names of required children for this element. Read more
sourceimpl<T> IntoIterator for Box<track<T>>where
T: OutputType,
impl<T> IntoIterator for Box<track<T>>where
T: OutputType,
sourceimpl<T> IntoIterator for track<T>where
T: OutputType,
impl<T> IntoIterator for track<T>where
T: OutputType,
sourceimpl<T> Node<T> for track<T>where
T: OutputType,
impl<T> Node<T> for track<T>where
T: OutputType,
impl<T> MediaContent<T> for track<T>where
T: OutputType,
Auto Trait Implementations
impl<T> !RefUnwindSafe for track<T>
impl<T> !Send for track<T>
impl<T> !Sync for track<T>
impl<T> Unpin for track<T>where
T: Unpin,
impl<T> !UnwindSafe for track<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more