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