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