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