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