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