pub struct H4;
Trait Implementations§
Source§impl<'a> ElementBuilder<'a> for H4
impl<'a> ElementBuilder<'a> for H4
fn builder() -> HtmlElement<'a>
impl Eq for H4
impl StructuralPartialEq for H4
Auto Trait Implementations§
impl Freeze for H4
impl RefUnwindSafe for H4
impl Send for H4
impl Sync for H4
impl Unpin for H4
impl UnwindSafe for H4
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