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