pub struct br;Expand description
HTML <br> element - Produces a line break in text
Example:
<br>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for br
impl RefUnwindSafe for br
impl Send for br
impl Sync for br
impl Unpin for br
impl UnwindSafe for br
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