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