Struct objc2_web_kit::DOMObject

source ยท
#[repr(C)]
pub struct DOMObject { /* private fields */ }
๐Ÿ‘ŽDeprecated
Available on crate features DOMObject and WebScriptObject only.

Implementationsยง

sourceยง

impl DOMObject

source

pub unsafe fn init(this: Allocated<Self>) -> Retained<Self>

๐Ÿ‘ŽDeprecated
sourceยง

impl DOMObject

Methods declared on superclass NSObject

source

pub unsafe fn new() -> Retained<Self>

sourceยง

impl DOMObject

DOMLinkStyle

source

pub unsafe fn sheet(&self) -> Option<Retained<DOMStyleSheet>>

Available on crate feature DOMStyleSheet only.

Methods from Deref<Target = WebScriptObject>ยง

source

pub unsafe fn callWebScriptMethod_withArguments( &self, name: Option<&NSString>, arguments: Option<&NSArray> ) -> Option<Retained<AnyObject>>

๐Ÿ‘ŽDeprecated
source

pub unsafe fn evaluateWebScript( &self, script: Option<&NSString> ) -> Option<Retained<AnyObject>>

๐Ÿ‘ŽDeprecated
source

pub unsafe fn removeWebScriptKey(&self, name: Option<&NSString>)

๐Ÿ‘ŽDeprecated
source

pub unsafe fn stringRepresentation(&self) -> Option<Retained<NSString>>

๐Ÿ‘ŽDeprecated
source

pub unsafe fn webScriptValueAtIndex( &self, index: c_uint ) -> Option<Retained<AnyObject>>

๐Ÿ‘ŽDeprecated
source

pub unsafe fn setWebScriptValueAtIndex_value( &self, index: c_uint, value: Option<&AnyObject> )

๐Ÿ‘ŽDeprecated
source

pub unsafe fn setException(&self, description: Option<&NSString>)

๐Ÿ‘ŽDeprecated

Methods from Deref<Target = NSObject>ยง

source

pub fn doesNotRecognizeSelector(&self, sel: Sel) -> !

Handle messages the object doesnโ€™t recognize.

See Appleโ€™s documentation for details.

Methods from Deref<Target = AnyObject>ยง

source

pub fn class(&self) -> &'static AnyClass

Dynamically find the class of this object.

ยงExample

Check that an instance of NSObject has the precise class NSObject.

use objc2::ClassType;
use objc2::runtime::NSObject;

let obj = NSObject::new();
assert_eq!(obj.class(), NSObject::class());
source

pub unsafe fn get_ivar<T>(&self, name: &str) -> &T
where T: Encode,

๐Ÿ‘ŽDeprecated: this is difficult to use correctly, use Ivar::load instead.

Use Ivar::load instead.

ยงSafety

The object must have an instance variable with the given name, and it must be of type T.

See Ivar::load_ptr for details surrounding this.

source

pub unsafe fn get_mut_ivar<T>(&mut self, name: &str) -> &mut T
where T: Encode,

๐Ÿ‘ŽDeprecated: this is difficult to use correctly, use Ivar::load_mut instead.

Use Ivar::load_mut instead.

ยงSafety

The object must have an instance variable with the given name, and it must be of type T.

See Ivar::load_ptr for details surrounding this.

Trait Implementationsยง

sourceยง

impl AsMut<AnyObject> for DOMObject

sourceยง

fn as_mut(&mut self) -> &mut AnyObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMAbstractView

Available on crate feature DOMAbstractView only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMAttr

Available on crate feature DOMAttr only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMBlob

Available on crate feature DOMBlob only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMCDATASection

Available on crate feature DOMCDATASection only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMCSSCharsetRule

Available on crate feature DOMCSSCharsetRule only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMCSSFontFaceRule

Available on crate feature DOMCSSFontFaceRule only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMCSSImportRule

Available on crate feature DOMCSSImportRule only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMCSSMediaRule

Available on crate feature DOMCSSMediaRule only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMCSSPageRule

Available on crate feature DOMCSSPageRule only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMCSSPrimitiveValue

Available on crate feature DOMCSSPrimitiveValue only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMCSSRule

Available on crate feature DOMCSSRule only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMCSSRuleList

Available on crate feature DOMCSSRuleList only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMCSSStyleDeclaration

Available on crate feature DOMCSSStyleDeclaration only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMCSSStyleRule

Available on crate feature DOMCSSStyleRule only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMCSSStyleSheet

Available on crate feature DOMCSSStyleSheet only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMCSSUnknownRule

Available on crate feature DOMCSSUnknownRule only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMCSSValue

Available on crate feature DOMCSSValue only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMCSSValueList

Available on crate feature DOMCSSValueList only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMCharacterData

Available on crate feature DOMCharacterData only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMComment

Available on crate feature DOMComment only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMCounter

Available on crate feature DOMCounter only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMDocument

Available on crate feature DOMDocument only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMDocumentFragment

Available on crate feature DOMDocumentFragment only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMDocumentType

Available on crate feature DOMDocumentType only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMElement

Available on crate feature DOMElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMEntity

Available on crate feature DOMEntity only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMEntityReference

Available on crate feature DOMEntityReference only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMEvent

Available on crate feature DOMEvent only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMFile

Available on crate feature DOMFile only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMFileList

Available on crate feature DOMFileList only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLAnchorElement

Available on crate feature DOMHTMLAnchorElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLAppletElement

Available on crate feature DOMHTMLAppletElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLAreaElement

Available on crate feature DOMHTMLAreaElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLBRElement

Available on crate feature DOMHTMLBRElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLBaseElement

Available on crate feature DOMHTMLBaseElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLBaseFontElement

Available on crate feature DOMHTMLBaseFontElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLBodyElement

Available on crate feature DOMHTMLBodyElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLButtonElement

Available on crate feature DOMHTMLButtonElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLCollection

Available on crate feature DOMHTMLCollection only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLDListElement

Available on crate feature DOMHTMLDListElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLDirectoryElement

Available on crate feature DOMHTMLDirectoryElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLDivElement

Available on crate feature DOMHTMLDivElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLDocument

Available on crate feature DOMHTMLDocument only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLElement

Available on crate feature DOMHTMLElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLEmbedElement

Available on crate feature DOMHTMLEmbedElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLFieldSetElement

Available on crate feature DOMHTMLFieldSetElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLFontElement

Available on crate feature DOMHTMLFontElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLFormElement

Available on crate feature DOMHTMLFormElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLFrameElement

Available on crate feature DOMHTMLFrameElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLFrameSetElement

Available on crate feature DOMHTMLFrameSetElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLHRElement

Available on crate feature DOMHTMLHRElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLHeadElement

Available on crate feature DOMHTMLHeadElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLHeadingElement

Available on crate feature DOMHTMLHeadingElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLHtmlElement

Available on crate feature DOMHTMLHtmlElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLIFrameElement

Available on crate feature DOMHTMLIFrameElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLImageElement

Available on crate feature DOMHTMLImageElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLInputElement

Available on crate feature DOMHTMLInputElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLLIElement

Available on crate feature DOMHTMLLIElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLLabelElement

Available on crate feature DOMHTMLLabelElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLLegendElement

Available on crate feature DOMHTMLLegendElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLLinkElement

Available on crate feature DOMHTMLLinkElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLMapElement

Available on crate feature DOMHTMLMapElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLMarqueeElement

Available on crate feature DOMHTMLMarqueeElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLMenuElement

Available on crate feature DOMHTMLMenuElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLMetaElement

Available on crate feature DOMHTMLMetaElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLModElement

Available on crate feature DOMHTMLModElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLOListElement

Available on crate feature DOMHTMLOListElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLObjectElement

Available on crate feature DOMHTMLObjectElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLOptGroupElement

Available on crate feature DOMHTMLOptGroupElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLOptionElement

Available on crate feature DOMHTMLOptionElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLOptionsCollection

Available on crate feature DOMHTMLOptionsCollection only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLParagraphElement

Available on crate feature DOMHTMLParagraphElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLParamElement

Available on crate feature DOMHTMLParamElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLPreElement

Available on crate feature DOMHTMLPreElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLQuoteElement

Available on crate feature DOMHTMLQuoteElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLScriptElement

Available on crate feature DOMHTMLScriptElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLSelectElement

Available on crate feature DOMHTMLSelectElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLStyleElement

Available on crate feature DOMHTMLStyleElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLTableCaptionElement

Available on crate feature DOMHTMLTableCaptionElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLTableCellElement

Available on crate feature DOMHTMLTableCellElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLTableColElement

Available on crate feature DOMHTMLTableColElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLTableElement

Available on crate feature DOMHTMLTableElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLTableRowElement

Available on crate feature DOMHTMLTableRowElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLTableSectionElement

Available on crate feature DOMHTMLTableSectionElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLTextAreaElement

Available on crate feature DOMHTMLTextAreaElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLTitleElement

Available on crate feature DOMHTMLTitleElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMHTMLUListElement

Available on crate feature DOMHTMLUListElement only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMImplementation

Available on crate feature DOMImplementation only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMKeyboardEvent

Available on crate feature DOMKeyboardEvent only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMMediaList

Available on crate feature DOMMediaList only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMMouseEvent

Available on crate feature DOMMouseEvent only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMMutationEvent

Available on crate feature DOMMutationEvent only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMNamedNodeMap

Available on crate feature DOMNamedNodeMap only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMNode

Available on crate feature DOMNode only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMNodeIterator

Available on crate feature DOMNodeIterator only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMNodeList

Available on crate feature DOMNodeList only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMObject

sourceยง

fn as_mut(&mut self) -> &mut Self

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMOverflowEvent

Available on crate feature DOMOverflowEvent only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMProcessingInstruction

Available on crate feature DOMProcessingInstruction only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMProgressEvent

Available on crate feature DOMProgressEvent only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMRGBColor

Available on crate feature DOMRGBColor only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMRange

Available on crate feature DOMRange only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMRect

Available on crate feature DOMRect only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMStyleSheet

Available on crate feature DOMStyleSheet only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMStyleSheetList

Available on crate feature DOMStyleSheetList only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMText

Available on crate feature DOMText only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMTreeWalker

Available on crate feature DOMTreeWalker only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMUIEvent

Available on crate feature DOMUIEvent only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMWheelEvent

Available on crate feature DOMWheelEvent only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMXPathExpression

Available on crate feature DOMXPathExpression only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<DOMObject> for DOMXPathResult

Available on crate feature DOMXPathResult only.
sourceยง

fn as_mut(&mut self) -> &mut DOMObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<NSObject> for DOMObject

sourceยง

fn as_mut(&mut self) -> &mut NSObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<WebScriptObject> for DOMObject

sourceยง

fn as_mut(&mut self) -> &mut WebScriptObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsRef<AnyObject> for DOMObject

sourceยง

fn as_ref(&self) -> &AnyObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMAbstractView

Available on crate feature DOMAbstractView only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMAttr

Available on crate feature DOMAttr only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMBlob

Available on crate feature DOMBlob only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMCDATASection

Available on crate feature DOMCDATASection only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMCSSCharsetRule

Available on crate feature DOMCSSCharsetRule only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMCSSFontFaceRule

Available on crate feature DOMCSSFontFaceRule only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMCSSImportRule

Available on crate feature DOMCSSImportRule only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMCSSMediaRule

Available on crate feature DOMCSSMediaRule only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMCSSPageRule

Available on crate feature DOMCSSPageRule only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMCSSPrimitiveValue

Available on crate feature DOMCSSPrimitiveValue only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMCSSRule

Available on crate feature DOMCSSRule only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMCSSRuleList

Available on crate feature DOMCSSRuleList only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMCSSStyleDeclaration

Available on crate feature DOMCSSStyleDeclaration only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMCSSStyleRule

Available on crate feature DOMCSSStyleRule only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMCSSStyleSheet

Available on crate feature DOMCSSStyleSheet only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMCSSUnknownRule

Available on crate feature DOMCSSUnknownRule only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMCSSValue

Available on crate feature DOMCSSValue only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMCSSValueList

Available on crate feature DOMCSSValueList only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMCharacterData

Available on crate feature DOMCharacterData only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMComment

Available on crate feature DOMComment only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMCounter

Available on crate feature DOMCounter only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMDocument

Available on crate feature DOMDocument only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMDocumentFragment

Available on crate feature DOMDocumentFragment only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMDocumentType

Available on crate feature DOMDocumentType only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMElement

Available on crate feature DOMElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMEntity

Available on crate feature DOMEntity only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMEntityReference

Available on crate feature DOMEntityReference only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMEvent

Available on crate feature DOMEvent only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMFile

Available on crate feature DOMFile only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMFileList

Available on crate feature DOMFileList only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLAnchorElement

Available on crate feature DOMHTMLAnchorElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLAppletElement

Available on crate feature DOMHTMLAppletElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLAreaElement

Available on crate feature DOMHTMLAreaElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLBRElement

Available on crate feature DOMHTMLBRElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLBaseElement

Available on crate feature DOMHTMLBaseElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLBaseFontElement

Available on crate feature DOMHTMLBaseFontElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLBodyElement

Available on crate feature DOMHTMLBodyElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLButtonElement

Available on crate feature DOMHTMLButtonElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLCollection

Available on crate feature DOMHTMLCollection only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLDListElement

Available on crate feature DOMHTMLDListElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLDirectoryElement

Available on crate feature DOMHTMLDirectoryElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLDivElement

Available on crate feature DOMHTMLDivElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLDocument

Available on crate feature DOMHTMLDocument only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLElement

Available on crate feature DOMHTMLElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLEmbedElement

Available on crate feature DOMHTMLEmbedElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLFieldSetElement

Available on crate feature DOMHTMLFieldSetElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLFontElement

Available on crate feature DOMHTMLFontElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLFormElement

Available on crate feature DOMHTMLFormElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLFrameElement

Available on crate feature DOMHTMLFrameElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLFrameSetElement

Available on crate feature DOMHTMLFrameSetElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLHRElement

Available on crate feature DOMHTMLHRElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLHeadElement

Available on crate feature DOMHTMLHeadElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLHeadingElement

Available on crate feature DOMHTMLHeadingElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLHtmlElement

Available on crate feature DOMHTMLHtmlElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLIFrameElement

Available on crate feature DOMHTMLIFrameElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLImageElement

Available on crate feature DOMHTMLImageElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLInputElement

Available on crate feature DOMHTMLInputElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLLIElement

Available on crate feature DOMHTMLLIElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLLabelElement

Available on crate feature DOMHTMLLabelElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLLegendElement

Available on crate feature DOMHTMLLegendElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLLinkElement

Available on crate feature DOMHTMLLinkElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLMapElement

Available on crate feature DOMHTMLMapElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLMarqueeElement

Available on crate feature DOMHTMLMarqueeElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLMenuElement

Available on crate feature DOMHTMLMenuElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLMetaElement

Available on crate feature DOMHTMLMetaElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLModElement

Available on crate feature DOMHTMLModElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLOListElement

Available on crate feature DOMHTMLOListElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLObjectElement

Available on crate feature DOMHTMLObjectElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLOptGroupElement

Available on crate feature DOMHTMLOptGroupElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLOptionElement

Available on crate feature DOMHTMLOptionElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLOptionsCollection

Available on crate feature DOMHTMLOptionsCollection only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLParagraphElement

Available on crate feature DOMHTMLParagraphElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLParamElement

Available on crate feature DOMHTMLParamElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLPreElement

Available on crate feature DOMHTMLPreElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLQuoteElement

Available on crate feature DOMHTMLQuoteElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLScriptElement

Available on crate feature DOMHTMLScriptElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLSelectElement

Available on crate feature DOMHTMLSelectElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLStyleElement

Available on crate feature DOMHTMLStyleElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLTableCaptionElement

Available on crate feature DOMHTMLTableCaptionElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLTableCellElement

Available on crate feature DOMHTMLTableCellElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLTableColElement

Available on crate feature DOMHTMLTableColElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLTableElement

Available on crate feature DOMHTMLTableElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLTableRowElement

Available on crate feature DOMHTMLTableRowElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLTableSectionElement

Available on crate feature DOMHTMLTableSectionElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLTextAreaElement

Available on crate feature DOMHTMLTextAreaElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLTitleElement

Available on crate feature DOMHTMLTitleElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMHTMLUListElement

Available on crate feature DOMHTMLUListElement only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMImplementation

Available on crate feature DOMImplementation only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMKeyboardEvent

Available on crate feature DOMKeyboardEvent only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMMediaList

Available on crate feature DOMMediaList only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMMouseEvent

Available on crate feature DOMMouseEvent only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMMutationEvent

Available on crate feature DOMMutationEvent only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMNamedNodeMap

Available on crate feature DOMNamedNodeMap only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMNode

Available on crate feature DOMNode only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMNodeIterator

Available on crate feature DOMNodeIterator only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMNodeList

Available on crate feature DOMNodeList only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMObject

sourceยง

fn as_ref(&self) -> &Self

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMOverflowEvent

Available on crate feature DOMOverflowEvent only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMProcessingInstruction

Available on crate feature DOMProcessingInstruction only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMProgressEvent

Available on crate feature DOMProgressEvent only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMRGBColor

Available on crate feature DOMRGBColor only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMRange

Available on crate feature DOMRange only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMRect

Available on crate feature DOMRect only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMStyleSheet

Available on crate feature DOMStyleSheet only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMStyleSheetList

Available on crate feature DOMStyleSheetList only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMText

Available on crate feature DOMText only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMTreeWalker

Available on crate feature DOMTreeWalker only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMUIEvent

Available on crate feature DOMUIEvent only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMWheelEvent

Available on crate feature DOMWheelEvent only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMXPathExpression

Available on crate feature DOMXPathExpression only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<DOMObject> for DOMXPathResult

Available on crate feature DOMXPathResult only.
sourceยง

fn as_ref(&self) -> &DOMObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<NSObject> for DOMObject

sourceยง

fn as_ref(&self) -> &NSObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<WebScriptObject> for DOMObject

sourceยง

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl Borrow<AnyObject> for DOMObject

sourceยง

fn borrow(&self) -> &AnyObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMAbstractView

Available on crate feature DOMAbstractView only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMAttr

Available on crate feature DOMAttr only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMBlob

Available on crate feature DOMBlob only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMCDATASection

Available on crate feature DOMCDATASection only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMCSSCharsetRule

Available on crate feature DOMCSSCharsetRule only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMCSSFontFaceRule

Available on crate feature DOMCSSFontFaceRule only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMCSSImportRule

Available on crate feature DOMCSSImportRule only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMCSSMediaRule

Available on crate feature DOMCSSMediaRule only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMCSSPageRule

Available on crate feature DOMCSSPageRule only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMCSSPrimitiveValue

Available on crate feature DOMCSSPrimitiveValue only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMCSSRule

Available on crate feature DOMCSSRule only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMCSSRuleList

Available on crate feature DOMCSSRuleList only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMCSSStyleDeclaration

Available on crate feature DOMCSSStyleDeclaration only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMCSSStyleRule

Available on crate feature DOMCSSStyleRule only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMCSSStyleSheet

Available on crate feature DOMCSSStyleSheet only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMCSSUnknownRule

Available on crate feature DOMCSSUnknownRule only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMCSSValue

Available on crate feature DOMCSSValue only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMCSSValueList

Available on crate feature DOMCSSValueList only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMCharacterData

Available on crate feature DOMCharacterData only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMComment

Available on crate feature DOMComment only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMCounter

Available on crate feature DOMCounter only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMDocument

Available on crate feature DOMDocument only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMDocumentFragment

Available on crate feature DOMDocumentFragment only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMDocumentType

Available on crate feature DOMDocumentType only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMElement

Available on crate feature DOMElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMEntity

Available on crate feature DOMEntity only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMEntityReference

Available on crate feature DOMEntityReference only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMEvent

Available on crate feature DOMEvent only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMFile

Available on crate feature DOMFile only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMFileList

Available on crate feature DOMFileList only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLAnchorElement

Available on crate feature DOMHTMLAnchorElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLAppletElement

Available on crate feature DOMHTMLAppletElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLAreaElement

Available on crate feature DOMHTMLAreaElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLBRElement

Available on crate feature DOMHTMLBRElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLBaseElement

Available on crate feature DOMHTMLBaseElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLBaseFontElement

Available on crate feature DOMHTMLBaseFontElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLBodyElement

Available on crate feature DOMHTMLBodyElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLButtonElement

Available on crate feature DOMHTMLButtonElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLCollection

Available on crate feature DOMHTMLCollection only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLDListElement

Available on crate feature DOMHTMLDListElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLDirectoryElement

Available on crate feature DOMHTMLDirectoryElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLDivElement

Available on crate feature DOMHTMLDivElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLDocument

Available on crate feature DOMHTMLDocument only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLElement

Available on crate feature DOMHTMLElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLEmbedElement

Available on crate feature DOMHTMLEmbedElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLFieldSetElement

Available on crate feature DOMHTMLFieldSetElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLFontElement

Available on crate feature DOMHTMLFontElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLFormElement

Available on crate feature DOMHTMLFormElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLFrameElement

Available on crate feature DOMHTMLFrameElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLFrameSetElement

Available on crate feature DOMHTMLFrameSetElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLHRElement

Available on crate feature DOMHTMLHRElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLHeadElement

Available on crate feature DOMHTMLHeadElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLHeadingElement

Available on crate feature DOMHTMLHeadingElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLHtmlElement

Available on crate feature DOMHTMLHtmlElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLIFrameElement

Available on crate feature DOMHTMLIFrameElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLImageElement

Available on crate feature DOMHTMLImageElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLInputElement

Available on crate feature DOMHTMLInputElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLLIElement

Available on crate feature DOMHTMLLIElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLLabelElement

Available on crate feature DOMHTMLLabelElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLLegendElement

Available on crate feature DOMHTMLLegendElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLLinkElement

Available on crate feature DOMHTMLLinkElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLMapElement

Available on crate feature DOMHTMLMapElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLMarqueeElement

Available on crate feature DOMHTMLMarqueeElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLMenuElement

Available on crate feature DOMHTMLMenuElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLMetaElement

Available on crate feature DOMHTMLMetaElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLModElement

Available on crate feature DOMHTMLModElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLOListElement

Available on crate feature DOMHTMLOListElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLObjectElement

Available on crate feature DOMHTMLObjectElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLOptGroupElement

Available on crate feature DOMHTMLOptGroupElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLOptionElement

Available on crate feature DOMHTMLOptionElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLOptionsCollection

Available on crate feature DOMHTMLOptionsCollection only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLParagraphElement

Available on crate feature DOMHTMLParagraphElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLParamElement

Available on crate feature DOMHTMLParamElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLPreElement

Available on crate feature DOMHTMLPreElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLQuoteElement

Available on crate feature DOMHTMLQuoteElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLScriptElement

Available on crate feature DOMHTMLScriptElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLSelectElement

Available on crate feature DOMHTMLSelectElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLStyleElement

Available on crate feature DOMHTMLStyleElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLTableCaptionElement

Available on crate feature DOMHTMLTableCaptionElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLTableCellElement

Available on crate feature DOMHTMLTableCellElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLTableColElement

Available on crate feature DOMHTMLTableColElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLTableElement

Available on crate feature DOMHTMLTableElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLTableRowElement

Available on crate feature DOMHTMLTableRowElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLTableSectionElement

Available on crate feature DOMHTMLTableSectionElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLTextAreaElement

Available on crate feature DOMHTMLTextAreaElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLTitleElement

Available on crate feature DOMHTMLTitleElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMHTMLUListElement

Available on crate feature DOMHTMLUListElement only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMImplementation

Available on crate feature DOMImplementation only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMKeyboardEvent

Available on crate feature DOMKeyboardEvent only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMMediaList

Available on crate feature DOMMediaList only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMMouseEvent

Available on crate feature DOMMouseEvent only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMMutationEvent

Available on crate feature DOMMutationEvent only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMNamedNodeMap

Available on crate feature DOMNamedNodeMap only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMNode

Available on crate feature DOMNode only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMNodeIterator

Available on crate feature DOMNodeIterator only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMNodeList

Available on crate feature DOMNodeList only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMOverflowEvent

Available on crate feature DOMOverflowEvent only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMProcessingInstruction

Available on crate feature DOMProcessingInstruction only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMProgressEvent

Available on crate feature DOMProgressEvent only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMRGBColor

Available on crate feature DOMRGBColor only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMRange

Available on crate feature DOMRange only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMRect

Available on crate feature DOMRect only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMStyleSheet

Available on crate feature DOMStyleSheet only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMStyleSheetList

Available on crate feature DOMStyleSheetList only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMText

Available on crate feature DOMText only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMTreeWalker

Available on crate feature DOMTreeWalker only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMUIEvent

Available on crate feature DOMUIEvent only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMWheelEvent

Available on crate feature DOMWheelEvent only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMXPathExpression

Available on crate feature DOMXPathExpression only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<DOMObject> for DOMXPathResult

Available on crate feature DOMXPathResult only.
sourceยง

fn borrow(&self) -> &DOMObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<NSObject> for DOMObject

sourceยง

fn borrow(&self) -> &NSObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<WebScriptObject> for DOMObject

sourceยง

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<AnyObject> for DOMObject

sourceยง

fn borrow_mut(&mut self) -> &mut AnyObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMAbstractView

Available on crate feature DOMAbstractView only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMAttr

Available on crate feature DOMAttr only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMBlob

Available on crate feature DOMBlob only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMCDATASection

Available on crate feature DOMCDATASection only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMCSSCharsetRule

Available on crate feature DOMCSSCharsetRule only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMCSSFontFaceRule

Available on crate feature DOMCSSFontFaceRule only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMCSSImportRule

Available on crate feature DOMCSSImportRule only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMCSSMediaRule

Available on crate feature DOMCSSMediaRule only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMCSSPageRule

Available on crate feature DOMCSSPageRule only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMCSSPrimitiveValue

Available on crate feature DOMCSSPrimitiveValue only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMCSSRule

Available on crate feature DOMCSSRule only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMCSSRuleList

Available on crate feature DOMCSSRuleList only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMCSSStyleDeclaration

Available on crate feature DOMCSSStyleDeclaration only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMCSSStyleRule

Available on crate feature DOMCSSStyleRule only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMCSSStyleSheet

Available on crate feature DOMCSSStyleSheet only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMCSSUnknownRule

Available on crate feature DOMCSSUnknownRule only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMCSSValue

Available on crate feature DOMCSSValue only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMCSSValueList

Available on crate feature DOMCSSValueList only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMCharacterData

Available on crate feature DOMCharacterData only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMComment

Available on crate feature DOMComment only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMCounter

Available on crate feature DOMCounter only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMDocument

Available on crate feature DOMDocument only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMDocumentFragment

Available on crate feature DOMDocumentFragment only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMDocumentType

Available on crate feature DOMDocumentType only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMElement

Available on crate feature DOMElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMEntity

Available on crate feature DOMEntity only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMEntityReference

Available on crate feature DOMEntityReference only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMEvent

Available on crate feature DOMEvent only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMFile

Available on crate feature DOMFile only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMFileList

Available on crate feature DOMFileList only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLAnchorElement

Available on crate feature DOMHTMLAnchorElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLAppletElement

Available on crate feature DOMHTMLAppletElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLAreaElement

Available on crate feature DOMHTMLAreaElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLBRElement

Available on crate feature DOMHTMLBRElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLBaseElement

Available on crate feature DOMHTMLBaseElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLBaseFontElement

Available on crate feature DOMHTMLBaseFontElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLBodyElement

Available on crate feature DOMHTMLBodyElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLButtonElement

Available on crate feature DOMHTMLButtonElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLCollection

Available on crate feature DOMHTMLCollection only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLDListElement

Available on crate feature DOMHTMLDListElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLDirectoryElement

Available on crate feature DOMHTMLDirectoryElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLDivElement

Available on crate feature DOMHTMLDivElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLDocument

Available on crate feature DOMHTMLDocument only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLElement

Available on crate feature DOMHTMLElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLEmbedElement

Available on crate feature DOMHTMLEmbedElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLFieldSetElement

Available on crate feature DOMHTMLFieldSetElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLFontElement

Available on crate feature DOMHTMLFontElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLFormElement

Available on crate feature DOMHTMLFormElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLFrameElement

Available on crate feature DOMHTMLFrameElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLFrameSetElement

Available on crate feature DOMHTMLFrameSetElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLHRElement

Available on crate feature DOMHTMLHRElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLHeadElement

Available on crate feature DOMHTMLHeadElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLHeadingElement

Available on crate feature DOMHTMLHeadingElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLHtmlElement

Available on crate feature DOMHTMLHtmlElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLIFrameElement

Available on crate feature DOMHTMLIFrameElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLImageElement

Available on crate feature DOMHTMLImageElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLInputElement

Available on crate feature DOMHTMLInputElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLLIElement

Available on crate feature DOMHTMLLIElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLLabelElement

Available on crate feature DOMHTMLLabelElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLLegendElement

Available on crate feature DOMHTMLLegendElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLLinkElement

Available on crate feature DOMHTMLLinkElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLMapElement

Available on crate feature DOMHTMLMapElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLMarqueeElement

Available on crate feature DOMHTMLMarqueeElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLMenuElement

Available on crate feature DOMHTMLMenuElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLMetaElement

Available on crate feature DOMHTMLMetaElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLModElement

Available on crate feature DOMHTMLModElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLOListElement

Available on crate feature DOMHTMLOListElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLObjectElement

Available on crate feature DOMHTMLObjectElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLOptGroupElement

Available on crate feature DOMHTMLOptGroupElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLOptionElement

Available on crate feature DOMHTMLOptionElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLOptionsCollection

Available on crate feature DOMHTMLOptionsCollection only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLParagraphElement

Available on crate feature DOMHTMLParagraphElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLParamElement

Available on crate feature DOMHTMLParamElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLPreElement

Available on crate feature DOMHTMLPreElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLQuoteElement

Available on crate feature DOMHTMLQuoteElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLScriptElement

Available on crate feature DOMHTMLScriptElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLSelectElement

Available on crate feature DOMHTMLSelectElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLStyleElement

Available on crate feature DOMHTMLStyleElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLTableCaptionElement

Available on crate feature DOMHTMLTableCaptionElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLTableCellElement

Available on crate feature DOMHTMLTableCellElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLTableColElement

Available on crate feature DOMHTMLTableColElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLTableElement

Available on crate feature DOMHTMLTableElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLTableRowElement

Available on crate feature DOMHTMLTableRowElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLTableSectionElement

Available on crate feature DOMHTMLTableSectionElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLTextAreaElement

Available on crate feature DOMHTMLTextAreaElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLTitleElement

Available on crate feature DOMHTMLTitleElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMHTMLUListElement

Available on crate feature DOMHTMLUListElement only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMImplementation

Available on crate feature DOMImplementation only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMKeyboardEvent

Available on crate feature DOMKeyboardEvent only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMMediaList

Available on crate feature DOMMediaList only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMMouseEvent

Available on crate feature DOMMouseEvent only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMMutationEvent

Available on crate feature DOMMutationEvent only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMNamedNodeMap

Available on crate feature DOMNamedNodeMap only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMNode

Available on crate feature DOMNode only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMNodeIterator

Available on crate feature DOMNodeIterator only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMNodeList

Available on crate feature DOMNodeList only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMOverflowEvent

Available on crate feature DOMOverflowEvent only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMProcessingInstruction

Available on crate feature DOMProcessingInstruction only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMProgressEvent

Available on crate feature DOMProgressEvent only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMRGBColor

Available on crate feature DOMRGBColor only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMRange

Available on crate feature DOMRange only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMRect

Available on crate feature DOMRect only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMStyleSheet

Available on crate feature DOMStyleSheet only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMStyleSheetList

Available on crate feature DOMStyleSheetList only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMText

Available on crate feature DOMText only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMTreeWalker

Available on crate feature DOMTreeWalker only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMUIEvent

Available on crate feature DOMUIEvent only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMWheelEvent

Available on crate feature DOMWheelEvent only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMXPathExpression

Available on crate feature DOMXPathExpression only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<DOMObject> for DOMXPathResult

Available on crate feature DOMXPathResult only.
sourceยง

fn borrow_mut(&mut self) -> &mut DOMObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<NSObject> for DOMObject

sourceยง

fn borrow_mut(&mut self) -> &mut NSObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<WebScriptObject> for DOMObject

sourceยง

fn borrow_mut(&mut self) -> &mut WebScriptObject

Mutably borrows from an owned value. Read more
sourceยง

impl ClassType for DOMObject

ยง

type Super = WebScriptObject

The superclass of this class. Read more
ยง

type Mutability = InteriorMutable

Whether the type is mutable or immutable. Read more
sourceยง

const NAME: &'static str = "DOMObject"

The name of the Objective-C class that this type represents. Read more
sourceยง

fn class() -> &'static AnyClass

Get a reference to the Objective-C class that this type represents. Read more
sourceยง

fn as_super(&self) -> &Self::Super

Get an immutable reference to the superclass.
sourceยง

fn as_super_mut(&mut self) -> &mut Self::Super

Get a mutable reference to the superclass.
sourceยง

fn retain(&self) -> Retained<Self>
where Self: IsRetainable + Sized,

Increment the reference count of the receiver. Read more
sourceยง

fn alloc() -> Allocated<Self>

Allocate a new instance of the class. Read more
sourceยง

impl Debug for DOMObject

sourceยง

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
sourceยง

impl Deref for DOMObject

ยง

type Target = WebScriptObject

The resulting type after dereferencing.
sourceยง

fn deref(&self) -> &Self::Target

Dereferences the value.
sourceยง

impl DerefMut for DOMObject

sourceยง

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
sourceยง

impl Hash for DOMObject

sourceยง

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 ยท sourceยง

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
sourceยง

impl NSCopying for DOMObject

sourceยง

fn copy(&self) -> Retained<Self::Immutable>

Returns a new instance thatโ€™s a copy of the receiver. Read more
sourceยง

impl NSObjectProtocol for DOMObject

sourceยง

fn isEqual(&self, other: &AnyObject) -> bool
where Self: Sized + Message,

Check whether the object is equal to an arbitrary other object. Read more
sourceยง

fn hash(&self) -> usize
where Self: Sized + Message,

An integer that can be used as a table address in a hash table structure. Read more
sourceยง

fn isKindOfClass(&self, cls: &AnyClass) -> bool
where Self: Sized + Message,

Check if the object is an instance of the class, or one of its subclasses. Read more
sourceยง

fn is_kind_of<T>(&self) -> bool
where T: ClassType, Self: Sized + Message,

Check if the object is an instance of the class type, or one of its subclasses. Read more
sourceยง

fn isMemberOfClass(&self, cls: &AnyClass) -> bool
where Self: Sized + Message,

Check if the object is an instance of a specific class, without checking subclasses. Read more
sourceยง

fn respondsToSelector(&self, aSelector: Sel) -> bool
where Self: Sized + Message,

Check whether the object implements or inherits a method with the given selector. Read more
sourceยง

fn conformsToProtocol(&self, aProtocol: &AnyProtocol) -> bool
where Self: Sized + Message,

Check whether the object conforms to a given protocol. Read more
sourceยง

fn description(&self) -> Retained<NSObject>
where Self: Sized + Message,

A textual representation of the object. Read more
sourceยง

fn debugDescription(&self) -> Retained<NSObject>
where Self: Sized + Message,

A textual representation of the object to use when debugging. Read more
sourceยง

fn isProxy(&self) -> bool
where Self: Sized + Message,

Check whether the receiver is a subclass of the NSProxy root class instead of the usual NSObject. Read more
sourceยง

fn retainCount(&self) -> usize
where Self: Sized + Message,

The reference count of the object. Read more
sourceยง

impl PartialEq for DOMObject

sourceยง

fn eq(&self, other: &DOMObject) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 ยท sourceยง

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
sourceยง

impl RefEncode for DOMObject

sourceยง

const ENCODING_REF: Encoding = <WebScriptObject as ::objc2::RefEncode>::ENCODING_REF

The Objective-C type-encoding for a reference of this type. Read more
sourceยง

impl Eq for DOMObject

sourceยง

impl Message for DOMObject

sourceยง

impl StructuralPartialEq for DOMObject

Auto Trait Implementationsยง

Blanket Implementationsยง

sourceยง

impl<T> Any for T
where T: 'static + ?Sized,

sourceยง

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
sourceยง

impl<T> Borrow<T> for T
where T: ?Sized,

sourceยง

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
sourceยง

impl<T> BorrowMut<T> for T
where T: ?Sized,

sourceยง

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
sourceยง

impl<T> CounterpartOrSelf for T
where T: ClassType + ?Sized, <T as ClassType>::Mutability: MutabilityCounterpartOrSelf<T>,

ยง

type Immutable = <<T as ClassType>::Mutability as MutabilityCounterpartOrSelf<T>>::Immutable

The immutable counterpart of the type, or Self if the type has no immutable counterpart. Read more
ยง

type Mutable = <<T as ClassType>::Mutability as MutabilityCounterpartOrSelf<T>>::Mutable

The mutable counterpart of the type, or Self if the type has no mutable counterpart. Read more
sourceยง

impl<T> From<T> for T

sourceยง

fn from(t: T) -> T

Returns the argument unchanged.

sourceยง

impl<T, U> Into<U> for T
where U: From<T>,

sourceยง

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

sourceยง

impl<T, U> TryFrom<U> for T
where U: Into<T>,

ยง

type Error = Infallible

The type returned in the event of a conversion error.
sourceยง

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
sourceยง

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

ยง

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
sourceยง

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
sourceยง

impl<T> AutoreleaseSafe for T
where T: ?Sized,

sourceยง

impl<T> IsAllocableAnyThread for T
where T: ClassType + ?Sized, <T as ClassType>::Mutability: MutabilityIsAllocableAnyThread,

sourceยง

impl<T> IsIdCloneable for T
where T: ClassType + ?Sized, <T as ClassType>::Mutability: MutabilityIsIdCloneable,

sourceยง

impl<T> IsRetainable for T
where T: ClassType + ?Sized, <T as ClassType>::Mutability: MutabilityIsRetainable,