pub struct h4;Expand description
HTML
element - Fourth level heading
Example:
<h4>Sub-subsection Heading</h4>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for h4
impl RefUnwindSafe for h4
impl Send for h4
impl Sync for h4
impl Unpin for h4
impl UnwindSafe for h4
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