pub struct H2(/* private fields */);
Trait Implementations§
Source§impl DomElement for H2
impl DomElement for H2
type Target = HtmlHeadingElement
fn dom_element(&self) -> Self::Target
Auto Trait Implementations§
impl Freeze for H2
impl !RefUnwindSafe for H2
impl !Send for H2
impl !Sync for H2
impl Unpin for H2
impl !UnwindSafe for H2
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