pub struct track {
pub attributes: <track as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>)>,
}
Available on crate feature
typed
only.Fields§
§attributes: <track as TypedElement>::Attributes
§other_attributes: Vec<(String, Option<String>)>
Trait Implementations§
Source§impl TypedElement for track
impl TypedElement for track
Source§type Attributes = TrackAttributes
type Attributes = TrackAttributes
The attributes of the element.
Source§fn from_attributes(
attributes: <track as TypedElement>::Attributes,
other_attributes: Vec<(String, Option<String>)>,
) -> track
fn from_attributes( attributes: <track as TypedElement>::Attributes, other_attributes: Vec<(String, Option<String>)>, ) -> track
Create an element from its attributes.
Auto Trait Implementations§
impl Freeze for track
impl RefUnwindSafe for track
impl Send for track
impl Sync for track
impl Unpin for track
impl UnwindSafe for track
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