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