pub struct li;Expand description
HTML <li> element - List item within ordered or unordered lists
Example:
<li>List item content</li>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for li
impl RefUnwindSafe for li
impl Send for li
impl Sync for li
impl Unpin for li
impl UnwindSafe for li
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