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