pub struct ul;Expand description
HTML <ul> element - Unordered list with bullet points
Example:
<ul><li>Item 1</li><li>Item 2</li></ul>
Trait Implementations§
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