pub struct Br(/* private fields */);
Trait Implementations§
Source§impl DomElement for Br
impl DomElement for Br
type Target = HtmlBrElement
fn dom_element(&self) -> Self::Target
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