Struct webkit2gtk_webextension::DOMHTMLBaseElement[]

pub struct DOMHTMLBaseElement(_, _);

Trait Implementations

impl Clone for DOMHTMLBaseElement

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DOMHTMLBaseElement

Formats the value using the given formatter. Read more

impl Hash for DOMHTMLBaseElement

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

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

impl StaticType for DOMHTMLBaseElement

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for DOMHTMLBaseElement

impl IsA<DOMHTMLElement> for DOMHTMLBaseElement

impl IsA<DOMElement> for DOMHTMLBaseElement

impl IsA<DOMNode> for DOMHTMLBaseElement

impl IsA<DOMObject> for DOMHTMLBaseElement

impl IsA<DOMEventTarget> for DOMHTMLBaseElement

impl IsA<Object> for DOMHTMLBaseElement

Auto Trait Implementations