pub struct Hgroup(/* private fields */);Trait Implementations§
Source§impl DomElement for Hgroup
impl DomElement for Hgroup
type Target = HtmlElement
fn dom_element(&self) -> Self::Target
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