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