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