pub struct h6;Expand description
HTML
element - Sixth level heading (least important)
Example:
<h6>Fine Detail Heading</h6>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for h6
impl RefUnwindSafe for h6
impl Send for h6
impl Sync for h6
impl Unpin for h6
impl UnwindSafe for h6
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