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