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