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