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