Struct webkit2gtk_webextension::DOMCharacterData[]

pub struct DOMCharacterData(_, _);

Trait Implementations

impl IsA<DOMCharacterData> for DOMCDATASection

impl Clone for DOMCharacterData

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DOMCharacterData

Formats the value using the given formatter. Read more

impl Hash for DOMCharacterData

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

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

impl StaticType for DOMCharacterData

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for DOMCharacterData

impl IsA<DOMNode> for DOMCharacterData

impl IsA<DOMObject> for DOMCharacterData

impl IsA<DOMEventTarget> for DOMCharacterData

impl IsA<Object> for DOMCharacterData

impl IsA<DOMCharacterData> for DOMComment

impl IsA<DOMCharacterData> for DOMProcessingInstruction

impl IsA<DOMCharacterData> for DOMText

Auto Trait Implementations