pub struct ol;Expand description
HTML <ol> element - Ordered (numbered) list
Example:
<ol start="5" type="A"><li>Item E</li><li>Item F</li></ol>
Trait Implementations§
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