Struct webkit2gtk_webextension::DOMHTMLHeadingElement[]

pub struct DOMHTMLHeadingElement(_, _);

Trait Implementations

impl Clone for DOMHTMLHeadingElement

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DOMHTMLHeadingElement

Formats the value using the given formatter. Read more

impl Hash for DOMHTMLHeadingElement

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl StaticType for DOMHTMLHeadingElement

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for DOMHTMLHeadingElement

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for DOMHTMLHeadingElement

impl IsA<DOMHTMLElement> for DOMHTMLHeadingElement

impl IsA<DOMElement> for DOMHTMLHeadingElement

impl IsA<DOMNode> for DOMHTMLHeadingElement

impl IsA<DOMObject> for DOMHTMLHeadingElement

impl IsA<DOMEventTarget> for DOMHTMLHeadingElement

impl IsA<Object> for DOMHTMLHeadingElement

Auto Trait Implementations