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