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