pub struct Br;
Trait Implementations§
Source§impl<'a> ElementBuilder<'a> for Br
impl<'a> ElementBuilder<'a> for Br
fn builder() -> HtmlElement<'a>
impl Eq for Br
impl StructuralPartialEq for Br
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