Struct webkit2gtk_webextension::DOMHTMLTitleElement[]

pub struct DOMHTMLTitleElement(_, _);

Trait Implementations

impl Clone for DOMHTMLTitleElement

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DOMHTMLTitleElement

Formats the value using the given formatter. Read more

impl Hash for DOMHTMLTitleElement

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

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

impl StaticType for DOMHTMLTitleElement

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for DOMHTMLTitleElement

impl IsA<DOMHTMLElement> for DOMHTMLTitleElement

impl IsA<DOMElement> for DOMHTMLTitleElement

impl IsA<DOMNode> for DOMHTMLTitleElement

impl IsA<DOMObject> for DOMHTMLTitleElement

impl IsA<DOMEventTarget> for DOMHTMLTitleElement

impl IsA<Object> for DOMHTMLTitleElement

Auto Trait Implementations