pub struct hr;Expand description
HTML <hr> element - Creates a horizontal rule (divider)
Example:
<hr>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for hr
impl RefUnwindSafe for hr
impl Send for hr
impl Sync for hr
impl Unpin for hr
impl UnwindSafe for hr
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