#[repr(C)]pub struct WebScriptObject { /* private fields */ }
👎Deprecated
Available on crate features
WebKit
and WebKit_WebScriptObject
only.Implementations§
Source§impl WebScriptObject
impl WebScriptObject
pub unsafe fn throwException(exception_message: Option<&NSString>) -> bool
👎Deprecated
Available on crate feature
Foundation_NSString
only.pub unsafe fn callWebScriptMethod_withArguments( &self, name: Option<&NSString>, arguments: Option<&NSArray>, ) -> Option<Id<AnyObject>>
👎Deprecated
Available on crate features
Foundation_NSArray
and Foundation_NSString
only.pub unsafe fn evaluateWebScript( &self, script: Option<&NSString>, ) -> Option<Id<AnyObject>>
👎Deprecated
Available on crate feature
Foundation_NSString
only.pub unsafe fn removeWebScriptKey(&self, name: Option<&NSString>)
👎Deprecated
Available on crate feature
Foundation_NSString
only.pub unsafe fn stringRepresentation(&self) -> Option<Id<NSString>>
👎Deprecated
Available on crate feature
Foundation_NSString
only.pub unsafe fn webScriptValueAtIndex( &self, index: c_uint, ) -> Option<Id<AnyObject>>
👎Deprecated
pub unsafe fn setWebScriptValueAtIndex_value( &self, index: c_uint, value: Option<&AnyObject>, )
👎Deprecated
pub unsafe fn setException(&self, description: Option<&NSString>)
👎Deprecated
Available on crate feature
Foundation_NSString
only.Methods from Deref<Target = NSObject>§
Sourcepub fn doesNotRecognizeSelector(&self, sel: Sel) -> !
Available on crate feature AuthenticationServices
only.
pub fn doesNotRecognizeSelector(&self, sel: Sel) -> !
AuthenticationServices
only.Handle messages the object doesn’t recognize.
See Apple’s documentation for details.
Methods from Deref<Target = AnyObject>§
Sourcepub fn class(&self) -> &'static AnyClass
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());
Sourcepub unsafe fn get_ivar<T>(&self, name: &str) -> &Twhere
T: Encode,
👎Deprecated: this is difficult to use correctly, use Ivar::load
instead.
pub unsafe fn get_ivar<T>(&self, name: &str) -> &Twhere
T: Encode,
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.
Sourcepub unsafe fn get_mut_ivar<T>(&mut self, name: &str) -> &mut Twhere
T: Encode,
👎Deprecated: this is difficult to use correctly, use Ivar::load_mut
instead.
pub unsafe fn get_mut_ivar<T>(&mut self, name: &str) -> &mut Twhere
T: Encode,
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 WebScriptObject
impl AsMut<AnyObject> for WebScriptObject
Source§impl AsMut<NSObject> for WebScriptObject
impl AsMut<NSObject> for WebScriptObject
Source§impl AsMut<WebScriptObject> for DOMAbstractView
impl AsMut<WebScriptObject> for DOMAbstractView
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMAttr
impl AsMut<WebScriptObject> for DOMAttr
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMBlob
impl AsMut<WebScriptObject> for DOMBlob
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMCDATASection
impl AsMut<WebScriptObject> for DOMCDATASection
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMCSSCharsetRule
impl AsMut<WebScriptObject> for DOMCSSCharsetRule
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMCSSFontFaceRule
impl AsMut<WebScriptObject> for DOMCSSFontFaceRule
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMCSSImportRule
impl AsMut<WebScriptObject> for DOMCSSImportRule
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMCSSMediaRule
impl AsMut<WebScriptObject> for DOMCSSMediaRule
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMCSSPageRule
impl AsMut<WebScriptObject> for DOMCSSPageRule
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMCSSPrimitiveValue
impl AsMut<WebScriptObject> for DOMCSSPrimitiveValue
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMCSSRule
impl AsMut<WebScriptObject> for DOMCSSRule
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMCSSRuleList
impl AsMut<WebScriptObject> for DOMCSSRuleList
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMCSSStyleDeclaration
impl AsMut<WebScriptObject> for DOMCSSStyleDeclaration
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMCSSStyleRule
impl AsMut<WebScriptObject> for DOMCSSStyleRule
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMCSSStyleSheet
impl AsMut<WebScriptObject> for DOMCSSStyleSheet
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMCSSUnknownRule
impl AsMut<WebScriptObject> for DOMCSSUnknownRule
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMCSSValue
impl AsMut<WebScriptObject> for DOMCSSValue
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMCSSValueList
impl AsMut<WebScriptObject> for DOMCSSValueList
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMCharacterData
impl AsMut<WebScriptObject> for DOMCharacterData
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMComment
impl AsMut<WebScriptObject> for DOMComment
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMCounter
impl AsMut<WebScriptObject> for DOMCounter
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMDocument
impl AsMut<WebScriptObject> for DOMDocument
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMDocumentFragment
impl AsMut<WebScriptObject> for DOMDocumentFragment
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMDocumentType
impl AsMut<WebScriptObject> for DOMDocumentType
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMElement
impl AsMut<WebScriptObject> for DOMElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMEntity
impl AsMut<WebScriptObject> for DOMEntity
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMEntityReference
impl AsMut<WebScriptObject> for DOMEntityReference
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMEvent
impl AsMut<WebScriptObject> for DOMEvent
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMFile
impl AsMut<WebScriptObject> for DOMFile
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMFileList
impl AsMut<WebScriptObject> for DOMFileList
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLAnchorElement
impl AsMut<WebScriptObject> for DOMHTMLAnchorElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLAppletElement
impl AsMut<WebScriptObject> for DOMHTMLAppletElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLAreaElement
impl AsMut<WebScriptObject> for DOMHTMLAreaElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLBRElement
impl AsMut<WebScriptObject> for DOMHTMLBRElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLBaseElement
impl AsMut<WebScriptObject> for DOMHTMLBaseElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLBaseFontElement
impl AsMut<WebScriptObject> for DOMHTMLBaseFontElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLBodyElement
impl AsMut<WebScriptObject> for DOMHTMLBodyElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLButtonElement
impl AsMut<WebScriptObject> for DOMHTMLButtonElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLCollection
impl AsMut<WebScriptObject> for DOMHTMLCollection
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLDListElement
impl AsMut<WebScriptObject> for DOMHTMLDListElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLDirectoryElement
impl AsMut<WebScriptObject> for DOMHTMLDirectoryElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLDivElement
impl AsMut<WebScriptObject> for DOMHTMLDivElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLDocument
impl AsMut<WebScriptObject> for DOMHTMLDocument
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLElement
impl AsMut<WebScriptObject> for DOMHTMLElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLEmbedElement
impl AsMut<WebScriptObject> for DOMHTMLEmbedElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLFieldSetElement
impl AsMut<WebScriptObject> for DOMHTMLFieldSetElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLFontElement
impl AsMut<WebScriptObject> for DOMHTMLFontElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLFormElement
impl AsMut<WebScriptObject> for DOMHTMLFormElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLFrameElement
impl AsMut<WebScriptObject> for DOMHTMLFrameElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLFrameSetElement
impl AsMut<WebScriptObject> for DOMHTMLFrameSetElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLHRElement
impl AsMut<WebScriptObject> for DOMHTMLHRElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLHeadElement
impl AsMut<WebScriptObject> for DOMHTMLHeadElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLHeadingElement
impl AsMut<WebScriptObject> for DOMHTMLHeadingElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLHtmlElement
impl AsMut<WebScriptObject> for DOMHTMLHtmlElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLIFrameElement
impl AsMut<WebScriptObject> for DOMHTMLIFrameElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLImageElement
impl AsMut<WebScriptObject> for DOMHTMLImageElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLInputElement
impl AsMut<WebScriptObject> for DOMHTMLInputElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLLIElement
impl AsMut<WebScriptObject> for DOMHTMLLIElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLLabelElement
impl AsMut<WebScriptObject> for DOMHTMLLabelElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLLegendElement
impl AsMut<WebScriptObject> for DOMHTMLLegendElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLLinkElement
impl AsMut<WebScriptObject> for DOMHTMLLinkElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLMapElement
impl AsMut<WebScriptObject> for DOMHTMLMapElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLMarqueeElement
impl AsMut<WebScriptObject> for DOMHTMLMarqueeElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLMenuElement
impl AsMut<WebScriptObject> for DOMHTMLMenuElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLMetaElement
impl AsMut<WebScriptObject> for DOMHTMLMetaElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLModElement
impl AsMut<WebScriptObject> for DOMHTMLModElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLOListElement
impl AsMut<WebScriptObject> for DOMHTMLOListElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLObjectElement
impl AsMut<WebScriptObject> for DOMHTMLObjectElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLOptGroupElement
impl AsMut<WebScriptObject> for DOMHTMLOptGroupElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLOptionElement
impl AsMut<WebScriptObject> for DOMHTMLOptionElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLOptionsCollection
impl AsMut<WebScriptObject> for DOMHTMLOptionsCollection
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLParagraphElement
impl AsMut<WebScriptObject> for DOMHTMLParagraphElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLParamElement
impl AsMut<WebScriptObject> for DOMHTMLParamElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLPreElement
impl AsMut<WebScriptObject> for DOMHTMLPreElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLQuoteElement
impl AsMut<WebScriptObject> for DOMHTMLQuoteElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLScriptElement
impl AsMut<WebScriptObject> for DOMHTMLScriptElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLSelectElement
impl AsMut<WebScriptObject> for DOMHTMLSelectElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLStyleElement
impl AsMut<WebScriptObject> for DOMHTMLStyleElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLTableCaptionElement
impl AsMut<WebScriptObject> for DOMHTMLTableCaptionElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLTableCellElement
impl AsMut<WebScriptObject> for DOMHTMLTableCellElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLTableColElement
impl AsMut<WebScriptObject> for DOMHTMLTableColElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLTableElement
impl AsMut<WebScriptObject> for DOMHTMLTableElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLTableRowElement
impl AsMut<WebScriptObject> for DOMHTMLTableRowElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLTableSectionElement
impl AsMut<WebScriptObject> for DOMHTMLTableSectionElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLTextAreaElement
impl AsMut<WebScriptObject> for DOMHTMLTextAreaElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLTitleElement
impl AsMut<WebScriptObject> for DOMHTMLTitleElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMHTMLUListElement
impl AsMut<WebScriptObject> for DOMHTMLUListElement
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMImplementation
impl AsMut<WebScriptObject> for DOMImplementation
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMKeyboardEvent
impl AsMut<WebScriptObject> for DOMKeyboardEvent
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMMediaList
impl AsMut<WebScriptObject> for DOMMediaList
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMMouseEvent
impl AsMut<WebScriptObject> for DOMMouseEvent
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMMutationEvent
impl AsMut<WebScriptObject> for DOMMutationEvent
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMNamedNodeMap
impl AsMut<WebScriptObject> for DOMNamedNodeMap
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMNode
impl AsMut<WebScriptObject> for DOMNode
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMNodeIterator
impl AsMut<WebScriptObject> for DOMNodeIterator
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMNodeList
impl AsMut<WebScriptObject> for DOMNodeList
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMObject
impl AsMut<WebScriptObject> for DOMObject
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMOverflowEvent
impl AsMut<WebScriptObject> for DOMOverflowEvent
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMProcessingInstruction
impl AsMut<WebScriptObject> for DOMProcessingInstruction
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMProgressEvent
impl AsMut<WebScriptObject> for DOMProgressEvent
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMRGBColor
impl AsMut<WebScriptObject> for DOMRGBColor
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMRange
impl AsMut<WebScriptObject> for DOMRange
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMRect
impl AsMut<WebScriptObject> for DOMRect
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMStyleSheet
impl AsMut<WebScriptObject> for DOMStyleSheet
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMStyleSheetList
impl AsMut<WebScriptObject> for DOMStyleSheetList
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMText
impl AsMut<WebScriptObject> for DOMText
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMTreeWalker
impl AsMut<WebScriptObject> for DOMTreeWalker
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMUIEvent
impl AsMut<WebScriptObject> for DOMUIEvent
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMWheelEvent
impl AsMut<WebScriptObject> for DOMWheelEvent
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMXPathExpression
impl AsMut<WebScriptObject> for DOMXPathExpression
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for DOMXPathResult
impl AsMut<WebScriptObject> for DOMXPathResult
Source§fn as_mut(&mut self) -> &mut WebScriptObject
fn as_mut(&mut self) -> &mut WebScriptObject
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<WebScriptObject> for WebScriptObject
impl AsMut<WebScriptObject> for WebScriptObject
Source§impl AsRef<AnyObject> for WebScriptObject
impl AsRef<AnyObject> for WebScriptObject
Source§impl AsRef<NSObject> for WebScriptObject
impl AsRef<NSObject> for WebScriptObject
Source§impl AsRef<WebScriptObject> for DOMAbstractView
impl AsRef<WebScriptObject> for DOMAbstractView
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMAttr
impl AsRef<WebScriptObject> for DOMAttr
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMBlob
impl AsRef<WebScriptObject> for DOMBlob
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMCDATASection
impl AsRef<WebScriptObject> for DOMCDATASection
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMCSSCharsetRule
impl AsRef<WebScriptObject> for DOMCSSCharsetRule
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMCSSFontFaceRule
impl AsRef<WebScriptObject> for DOMCSSFontFaceRule
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMCSSImportRule
impl AsRef<WebScriptObject> for DOMCSSImportRule
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMCSSMediaRule
impl AsRef<WebScriptObject> for DOMCSSMediaRule
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMCSSPageRule
impl AsRef<WebScriptObject> for DOMCSSPageRule
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMCSSPrimitiveValue
impl AsRef<WebScriptObject> for DOMCSSPrimitiveValue
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMCSSRule
impl AsRef<WebScriptObject> for DOMCSSRule
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMCSSRuleList
impl AsRef<WebScriptObject> for DOMCSSRuleList
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMCSSStyleDeclaration
impl AsRef<WebScriptObject> for DOMCSSStyleDeclaration
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMCSSStyleRule
impl AsRef<WebScriptObject> for DOMCSSStyleRule
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMCSSStyleSheet
impl AsRef<WebScriptObject> for DOMCSSStyleSheet
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMCSSUnknownRule
impl AsRef<WebScriptObject> for DOMCSSUnknownRule
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMCSSValue
impl AsRef<WebScriptObject> for DOMCSSValue
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMCSSValueList
impl AsRef<WebScriptObject> for DOMCSSValueList
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMCharacterData
impl AsRef<WebScriptObject> for DOMCharacterData
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMComment
impl AsRef<WebScriptObject> for DOMComment
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMCounter
impl AsRef<WebScriptObject> for DOMCounter
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMDocument
impl AsRef<WebScriptObject> for DOMDocument
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMDocumentFragment
impl AsRef<WebScriptObject> for DOMDocumentFragment
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMDocumentType
impl AsRef<WebScriptObject> for DOMDocumentType
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMElement
impl AsRef<WebScriptObject> for DOMElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMEntity
impl AsRef<WebScriptObject> for DOMEntity
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMEntityReference
impl AsRef<WebScriptObject> for DOMEntityReference
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMEvent
impl AsRef<WebScriptObject> for DOMEvent
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMFile
impl AsRef<WebScriptObject> for DOMFile
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMFileList
impl AsRef<WebScriptObject> for DOMFileList
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLAnchorElement
impl AsRef<WebScriptObject> for DOMHTMLAnchorElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLAppletElement
impl AsRef<WebScriptObject> for DOMHTMLAppletElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLAreaElement
impl AsRef<WebScriptObject> for DOMHTMLAreaElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLBRElement
impl AsRef<WebScriptObject> for DOMHTMLBRElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLBaseElement
impl AsRef<WebScriptObject> for DOMHTMLBaseElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLBaseFontElement
impl AsRef<WebScriptObject> for DOMHTMLBaseFontElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLBodyElement
impl AsRef<WebScriptObject> for DOMHTMLBodyElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLButtonElement
impl AsRef<WebScriptObject> for DOMHTMLButtonElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLCollection
impl AsRef<WebScriptObject> for DOMHTMLCollection
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLDListElement
impl AsRef<WebScriptObject> for DOMHTMLDListElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLDirectoryElement
impl AsRef<WebScriptObject> for DOMHTMLDirectoryElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLDivElement
impl AsRef<WebScriptObject> for DOMHTMLDivElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLDocument
impl AsRef<WebScriptObject> for DOMHTMLDocument
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLElement
impl AsRef<WebScriptObject> for DOMHTMLElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLEmbedElement
impl AsRef<WebScriptObject> for DOMHTMLEmbedElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLFieldSetElement
impl AsRef<WebScriptObject> for DOMHTMLFieldSetElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLFontElement
impl AsRef<WebScriptObject> for DOMHTMLFontElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLFormElement
impl AsRef<WebScriptObject> for DOMHTMLFormElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLFrameElement
impl AsRef<WebScriptObject> for DOMHTMLFrameElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLFrameSetElement
impl AsRef<WebScriptObject> for DOMHTMLFrameSetElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLHRElement
impl AsRef<WebScriptObject> for DOMHTMLHRElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLHeadElement
impl AsRef<WebScriptObject> for DOMHTMLHeadElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLHeadingElement
impl AsRef<WebScriptObject> for DOMHTMLHeadingElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLHtmlElement
impl AsRef<WebScriptObject> for DOMHTMLHtmlElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLIFrameElement
impl AsRef<WebScriptObject> for DOMHTMLIFrameElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLImageElement
impl AsRef<WebScriptObject> for DOMHTMLImageElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLInputElement
impl AsRef<WebScriptObject> for DOMHTMLInputElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLLIElement
impl AsRef<WebScriptObject> for DOMHTMLLIElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLLabelElement
impl AsRef<WebScriptObject> for DOMHTMLLabelElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLLegendElement
impl AsRef<WebScriptObject> for DOMHTMLLegendElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLLinkElement
impl AsRef<WebScriptObject> for DOMHTMLLinkElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLMapElement
impl AsRef<WebScriptObject> for DOMHTMLMapElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLMarqueeElement
impl AsRef<WebScriptObject> for DOMHTMLMarqueeElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLMenuElement
impl AsRef<WebScriptObject> for DOMHTMLMenuElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLMetaElement
impl AsRef<WebScriptObject> for DOMHTMLMetaElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLModElement
impl AsRef<WebScriptObject> for DOMHTMLModElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLOListElement
impl AsRef<WebScriptObject> for DOMHTMLOListElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLObjectElement
impl AsRef<WebScriptObject> for DOMHTMLObjectElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLOptGroupElement
impl AsRef<WebScriptObject> for DOMHTMLOptGroupElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLOptionElement
impl AsRef<WebScriptObject> for DOMHTMLOptionElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLOptionsCollection
impl AsRef<WebScriptObject> for DOMHTMLOptionsCollection
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLParagraphElement
impl AsRef<WebScriptObject> for DOMHTMLParagraphElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLParamElement
impl AsRef<WebScriptObject> for DOMHTMLParamElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLPreElement
impl AsRef<WebScriptObject> for DOMHTMLPreElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLQuoteElement
impl AsRef<WebScriptObject> for DOMHTMLQuoteElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLScriptElement
impl AsRef<WebScriptObject> for DOMHTMLScriptElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLSelectElement
impl AsRef<WebScriptObject> for DOMHTMLSelectElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLStyleElement
impl AsRef<WebScriptObject> for DOMHTMLStyleElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLTableCaptionElement
impl AsRef<WebScriptObject> for DOMHTMLTableCaptionElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLTableCellElement
impl AsRef<WebScriptObject> for DOMHTMLTableCellElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLTableColElement
impl AsRef<WebScriptObject> for DOMHTMLTableColElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLTableElement
impl AsRef<WebScriptObject> for DOMHTMLTableElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLTableRowElement
impl AsRef<WebScriptObject> for DOMHTMLTableRowElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLTableSectionElement
impl AsRef<WebScriptObject> for DOMHTMLTableSectionElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLTextAreaElement
impl AsRef<WebScriptObject> for DOMHTMLTextAreaElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLTitleElement
impl AsRef<WebScriptObject> for DOMHTMLTitleElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMHTMLUListElement
impl AsRef<WebScriptObject> for DOMHTMLUListElement
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMImplementation
impl AsRef<WebScriptObject> for DOMImplementation
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMKeyboardEvent
impl AsRef<WebScriptObject> for DOMKeyboardEvent
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMMediaList
impl AsRef<WebScriptObject> for DOMMediaList
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMMouseEvent
impl AsRef<WebScriptObject> for DOMMouseEvent
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMMutationEvent
impl AsRef<WebScriptObject> for DOMMutationEvent
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMNamedNodeMap
impl AsRef<WebScriptObject> for DOMNamedNodeMap
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMNode
impl AsRef<WebScriptObject> for DOMNode
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMNodeIterator
impl AsRef<WebScriptObject> for DOMNodeIterator
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMNodeList
impl AsRef<WebScriptObject> for DOMNodeList
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMObject
impl AsRef<WebScriptObject> for DOMObject
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMOverflowEvent
impl AsRef<WebScriptObject> for DOMOverflowEvent
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMProcessingInstruction
impl AsRef<WebScriptObject> for DOMProcessingInstruction
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMProgressEvent
impl AsRef<WebScriptObject> for DOMProgressEvent
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMRGBColor
impl AsRef<WebScriptObject> for DOMRGBColor
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMRange
impl AsRef<WebScriptObject> for DOMRange
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMRect
impl AsRef<WebScriptObject> for DOMRect
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMStyleSheet
impl AsRef<WebScriptObject> for DOMStyleSheet
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMStyleSheetList
impl AsRef<WebScriptObject> for DOMStyleSheetList
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMText
impl AsRef<WebScriptObject> for DOMText
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMTreeWalker
impl AsRef<WebScriptObject> for DOMTreeWalker
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMUIEvent
impl AsRef<WebScriptObject> for DOMUIEvent
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMWheelEvent
impl AsRef<WebScriptObject> for DOMWheelEvent
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMXPathExpression
impl AsRef<WebScriptObject> for DOMXPathExpression
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for DOMXPathResult
impl AsRef<WebScriptObject> for DOMXPathResult
Source§fn as_ref(&self) -> &WebScriptObject
fn as_ref(&self) -> &WebScriptObject
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WebScriptObject> for WebScriptObject
impl AsRef<WebScriptObject> for WebScriptObject
Source§impl Borrow<AnyObject> for WebScriptObject
impl Borrow<AnyObject> for WebScriptObject
Source§impl Borrow<NSObject> for WebScriptObject
impl Borrow<NSObject> for WebScriptObject
Source§impl Borrow<WebScriptObject> for DOMAbstractView
impl Borrow<WebScriptObject> for DOMAbstractView
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMAttr
impl Borrow<WebScriptObject> for DOMAttr
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMBlob
impl Borrow<WebScriptObject> for DOMBlob
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMCDATASection
impl Borrow<WebScriptObject> for DOMCDATASection
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMCSSCharsetRule
impl Borrow<WebScriptObject> for DOMCSSCharsetRule
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMCSSFontFaceRule
impl Borrow<WebScriptObject> for DOMCSSFontFaceRule
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMCSSImportRule
impl Borrow<WebScriptObject> for DOMCSSImportRule
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMCSSMediaRule
impl Borrow<WebScriptObject> for DOMCSSMediaRule
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMCSSPageRule
impl Borrow<WebScriptObject> for DOMCSSPageRule
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMCSSPrimitiveValue
impl Borrow<WebScriptObject> for DOMCSSPrimitiveValue
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMCSSRule
impl Borrow<WebScriptObject> for DOMCSSRule
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMCSSRuleList
impl Borrow<WebScriptObject> for DOMCSSRuleList
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMCSSStyleDeclaration
impl Borrow<WebScriptObject> for DOMCSSStyleDeclaration
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMCSSStyleRule
impl Borrow<WebScriptObject> for DOMCSSStyleRule
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMCSSStyleSheet
impl Borrow<WebScriptObject> for DOMCSSStyleSheet
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMCSSUnknownRule
impl Borrow<WebScriptObject> for DOMCSSUnknownRule
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMCSSValue
impl Borrow<WebScriptObject> for DOMCSSValue
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMCSSValueList
impl Borrow<WebScriptObject> for DOMCSSValueList
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMCharacterData
impl Borrow<WebScriptObject> for DOMCharacterData
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMComment
impl Borrow<WebScriptObject> for DOMComment
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMCounter
impl Borrow<WebScriptObject> for DOMCounter
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMDocument
impl Borrow<WebScriptObject> for DOMDocument
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMDocumentFragment
impl Borrow<WebScriptObject> for DOMDocumentFragment
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMDocumentType
impl Borrow<WebScriptObject> for DOMDocumentType
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMElement
impl Borrow<WebScriptObject> for DOMElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMEntity
impl Borrow<WebScriptObject> for DOMEntity
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMEntityReference
impl Borrow<WebScriptObject> for DOMEntityReference
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMEvent
impl Borrow<WebScriptObject> for DOMEvent
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMFile
impl Borrow<WebScriptObject> for DOMFile
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMFileList
impl Borrow<WebScriptObject> for DOMFileList
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLAnchorElement
impl Borrow<WebScriptObject> for DOMHTMLAnchorElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLAppletElement
impl Borrow<WebScriptObject> for DOMHTMLAppletElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLAreaElement
impl Borrow<WebScriptObject> for DOMHTMLAreaElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLBRElement
impl Borrow<WebScriptObject> for DOMHTMLBRElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLBaseElement
impl Borrow<WebScriptObject> for DOMHTMLBaseElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLBaseFontElement
impl Borrow<WebScriptObject> for DOMHTMLBaseFontElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLBodyElement
impl Borrow<WebScriptObject> for DOMHTMLBodyElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLButtonElement
impl Borrow<WebScriptObject> for DOMHTMLButtonElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLCollection
impl Borrow<WebScriptObject> for DOMHTMLCollection
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLDListElement
impl Borrow<WebScriptObject> for DOMHTMLDListElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLDirectoryElement
impl Borrow<WebScriptObject> for DOMHTMLDirectoryElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLDivElement
impl Borrow<WebScriptObject> for DOMHTMLDivElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLDocument
impl Borrow<WebScriptObject> for DOMHTMLDocument
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLElement
impl Borrow<WebScriptObject> for DOMHTMLElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLEmbedElement
impl Borrow<WebScriptObject> for DOMHTMLEmbedElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLFieldSetElement
impl Borrow<WebScriptObject> for DOMHTMLFieldSetElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLFontElement
impl Borrow<WebScriptObject> for DOMHTMLFontElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLFormElement
impl Borrow<WebScriptObject> for DOMHTMLFormElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLFrameElement
impl Borrow<WebScriptObject> for DOMHTMLFrameElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLFrameSetElement
impl Borrow<WebScriptObject> for DOMHTMLFrameSetElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLHRElement
impl Borrow<WebScriptObject> for DOMHTMLHRElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLHeadElement
impl Borrow<WebScriptObject> for DOMHTMLHeadElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLHeadingElement
impl Borrow<WebScriptObject> for DOMHTMLHeadingElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLHtmlElement
impl Borrow<WebScriptObject> for DOMHTMLHtmlElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLIFrameElement
impl Borrow<WebScriptObject> for DOMHTMLIFrameElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLImageElement
impl Borrow<WebScriptObject> for DOMHTMLImageElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLInputElement
impl Borrow<WebScriptObject> for DOMHTMLInputElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLLIElement
impl Borrow<WebScriptObject> for DOMHTMLLIElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLLabelElement
impl Borrow<WebScriptObject> for DOMHTMLLabelElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLLegendElement
impl Borrow<WebScriptObject> for DOMHTMLLegendElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLLinkElement
impl Borrow<WebScriptObject> for DOMHTMLLinkElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLMapElement
impl Borrow<WebScriptObject> for DOMHTMLMapElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLMarqueeElement
impl Borrow<WebScriptObject> for DOMHTMLMarqueeElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLMenuElement
impl Borrow<WebScriptObject> for DOMHTMLMenuElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLMetaElement
impl Borrow<WebScriptObject> for DOMHTMLMetaElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLModElement
impl Borrow<WebScriptObject> for DOMHTMLModElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLOListElement
impl Borrow<WebScriptObject> for DOMHTMLOListElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLObjectElement
impl Borrow<WebScriptObject> for DOMHTMLObjectElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLOptGroupElement
impl Borrow<WebScriptObject> for DOMHTMLOptGroupElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLOptionElement
impl Borrow<WebScriptObject> for DOMHTMLOptionElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLOptionsCollection
impl Borrow<WebScriptObject> for DOMHTMLOptionsCollection
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLParagraphElement
impl Borrow<WebScriptObject> for DOMHTMLParagraphElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLParamElement
impl Borrow<WebScriptObject> for DOMHTMLParamElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLPreElement
impl Borrow<WebScriptObject> for DOMHTMLPreElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLQuoteElement
impl Borrow<WebScriptObject> for DOMHTMLQuoteElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLScriptElement
impl Borrow<WebScriptObject> for DOMHTMLScriptElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLSelectElement
impl Borrow<WebScriptObject> for DOMHTMLSelectElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLStyleElement
impl Borrow<WebScriptObject> for DOMHTMLStyleElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLTableCaptionElement
impl Borrow<WebScriptObject> for DOMHTMLTableCaptionElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLTableCellElement
impl Borrow<WebScriptObject> for DOMHTMLTableCellElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLTableColElement
impl Borrow<WebScriptObject> for DOMHTMLTableColElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLTableElement
impl Borrow<WebScriptObject> for DOMHTMLTableElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLTableRowElement
impl Borrow<WebScriptObject> for DOMHTMLTableRowElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLTableSectionElement
impl Borrow<WebScriptObject> for DOMHTMLTableSectionElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLTextAreaElement
impl Borrow<WebScriptObject> for DOMHTMLTextAreaElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLTitleElement
impl Borrow<WebScriptObject> for DOMHTMLTitleElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMHTMLUListElement
impl Borrow<WebScriptObject> for DOMHTMLUListElement
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMImplementation
impl Borrow<WebScriptObject> for DOMImplementation
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMKeyboardEvent
impl Borrow<WebScriptObject> for DOMKeyboardEvent
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMMediaList
impl Borrow<WebScriptObject> for DOMMediaList
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMMouseEvent
impl Borrow<WebScriptObject> for DOMMouseEvent
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMMutationEvent
impl Borrow<WebScriptObject> for DOMMutationEvent
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMNamedNodeMap
impl Borrow<WebScriptObject> for DOMNamedNodeMap
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMNode
impl Borrow<WebScriptObject> for DOMNode
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMNodeIterator
impl Borrow<WebScriptObject> for DOMNodeIterator
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMNodeList
impl Borrow<WebScriptObject> for DOMNodeList
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMObject
impl Borrow<WebScriptObject> for DOMObject
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMOverflowEvent
impl Borrow<WebScriptObject> for DOMOverflowEvent
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMProcessingInstruction
impl Borrow<WebScriptObject> for DOMProcessingInstruction
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMProgressEvent
impl Borrow<WebScriptObject> for DOMProgressEvent
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMRGBColor
impl Borrow<WebScriptObject> for DOMRGBColor
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMRange
impl Borrow<WebScriptObject> for DOMRange
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMRect
impl Borrow<WebScriptObject> for DOMRect
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMStyleSheet
impl Borrow<WebScriptObject> for DOMStyleSheet
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMStyleSheetList
impl Borrow<WebScriptObject> for DOMStyleSheetList
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMText
impl Borrow<WebScriptObject> for DOMText
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMTreeWalker
impl Borrow<WebScriptObject> for DOMTreeWalker
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMUIEvent
impl Borrow<WebScriptObject> for DOMUIEvent
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMWheelEvent
impl Borrow<WebScriptObject> for DOMWheelEvent
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMXPathExpression
impl Borrow<WebScriptObject> for DOMXPathExpression
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl Borrow<WebScriptObject> for DOMXPathResult
impl Borrow<WebScriptObject> for DOMXPathResult
Source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
Source§impl BorrowMut<AnyObject> for WebScriptObject
impl BorrowMut<AnyObject> for WebScriptObject
Source§fn borrow_mut(&mut self) -> &mut AnyObject
fn borrow_mut(&mut self) -> &mut AnyObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<NSObject> for WebScriptObject
impl BorrowMut<NSObject> for WebScriptObject
Source§fn borrow_mut(&mut self) -> &mut NSObject
fn borrow_mut(&mut self) -> &mut NSObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMAbstractView
impl BorrowMut<WebScriptObject> for DOMAbstractView
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMAttr
impl BorrowMut<WebScriptObject> for DOMAttr
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMBlob
impl BorrowMut<WebScriptObject> for DOMBlob
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMCDATASection
impl BorrowMut<WebScriptObject> for DOMCDATASection
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMCSSCharsetRule
impl BorrowMut<WebScriptObject> for DOMCSSCharsetRule
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMCSSFontFaceRule
impl BorrowMut<WebScriptObject> for DOMCSSFontFaceRule
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMCSSImportRule
impl BorrowMut<WebScriptObject> for DOMCSSImportRule
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMCSSMediaRule
impl BorrowMut<WebScriptObject> for DOMCSSMediaRule
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMCSSPageRule
impl BorrowMut<WebScriptObject> for DOMCSSPageRule
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMCSSPrimitiveValue
impl BorrowMut<WebScriptObject> for DOMCSSPrimitiveValue
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMCSSRule
impl BorrowMut<WebScriptObject> for DOMCSSRule
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMCSSRuleList
impl BorrowMut<WebScriptObject> for DOMCSSRuleList
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMCSSStyleDeclaration
impl BorrowMut<WebScriptObject> for DOMCSSStyleDeclaration
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMCSSStyleRule
impl BorrowMut<WebScriptObject> for DOMCSSStyleRule
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMCSSStyleSheet
impl BorrowMut<WebScriptObject> for DOMCSSStyleSheet
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMCSSUnknownRule
impl BorrowMut<WebScriptObject> for DOMCSSUnknownRule
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMCSSValue
impl BorrowMut<WebScriptObject> for DOMCSSValue
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMCSSValueList
impl BorrowMut<WebScriptObject> for DOMCSSValueList
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMCharacterData
impl BorrowMut<WebScriptObject> for DOMCharacterData
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMComment
impl BorrowMut<WebScriptObject> for DOMComment
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMCounter
impl BorrowMut<WebScriptObject> for DOMCounter
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMDocument
impl BorrowMut<WebScriptObject> for DOMDocument
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMDocumentFragment
impl BorrowMut<WebScriptObject> for DOMDocumentFragment
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMDocumentType
impl BorrowMut<WebScriptObject> for DOMDocumentType
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMElement
impl BorrowMut<WebScriptObject> for DOMElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMEntity
impl BorrowMut<WebScriptObject> for DOMEntity
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMEntityReference
impl BorrowMut<WebScriptObject> for DOMEntityReference
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMEvent
impl BorrowMut<WebScriptObject> for DOMEvent
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMFile
impl BorrowMut<WebScriptObject> for DOMFile
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMFileList
impl BorrowMut<WebScriptObject> for DOMFileList
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLAnchorElement
impl BorrowMut<WebScriptObject> for DOMHTMLAnchorElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLAppletElement
impl BorrowMut<WebScriptObject> for DOMHTMLAppletElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLAreaElement
impl BorrowMut<WebScriptObject> for DOMHTMLAreaElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLBRElement
impl BorrowMut<WebScriptObject> for DOMHTMLBRElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLBaseElement
impl BorrowMut<WebScriptObject> for DOMHTMLBaseElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLBaseFontElement
impl BorrowMut<WebScriptObject> for DOMHTMLBaseFontElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLBodyElement
impl BorrowMut<WebScriptObject> for DOMHTMLBodyElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLButtonElement
impl BorrowMut<WebScriptObject> for DOMHTMLButtonElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLCollection
impl BorrowMut<WebScriptObject> for DOMHTMLCollection
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLDListElement
impl BorrowMut<WebScriptObject> for DOMHTMLDListElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLDirectoryElement
impl BorrowMut<WebScriptObject> for DOMHTMLDirectoryElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLDivElement
impl BorrowMut<WebScriptObject> for DOMHTMLDivElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLDocument
impl BorrowMut<WebScriptObject> for DOMHTMLDocument
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLElement
impl BorrowMut<WebScriptObject> for DOMHTMLElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLEmbedElement
impl BorrowMut<WebScriptObject> for DOMHTMLEmbedElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLFieldSetElement
impl BorrowMut<WebScriptObject> for DOMHTMLFieldSetElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLFontElement
impl BorrowMut<WebScriptObject> for DOMHTMLFontElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLFormElement
impl BorrowMut<WebScriptObject> for DOMHTMLFormElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLFrameElement
impl BorrowMut<WebScriptObject> for DOMHTMLFrameElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLFrameSetElement
impl BorrowMut<WebScriptObject> for DOMHTMLFrameSetElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLHRElement
impl BorrowMut<WebScriptObject> for DOMHTMLHRElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLHeadElement
impl BorrowMut<WebScriptObject> for DOMHTMLHeadElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLHeadingElement
impl BorrowMut<WebScriptObject> for DOMHTMLHeadingElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLHtmlElement
impl BorrowMut<WebScriptObject> for DOMHTMLHtmlElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLIFrameElement
impl BorrowMut<WebScriptObject> for DOMHTMLIFrameElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLImageElement
impl BorrowMut<WebScriptObject> for DOMHTMLImageElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLInputElement
impl BorrowMut<WebScriptObject> for DOMHTMLInputElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLLIElement
impl BorrowMut<WebScriptObject> for DOMHTMLLIElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLLabelElement
impl BorrowMut<WebScriptObject> for DOMHTMLLabelElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLLegendElement
impl BorrowMut<WebScriptObject> for DOMHTMLLegendElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLLinkElement
impl BorrowMut<WebScriptObject> for DOMHTMLLinkElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLMapElement
impl BorrowMut<WebScriptObject> for DOMHTMLMapElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLMarqueeElement
impl BorrowMut<WebScriptObject> for DOMHTMLMarqueeElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLMenuElement
impl BorrowMut<WebScriptObject> for DOMHTMLMenuElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLMetaElement
impl BorrowMut<WebScriptObject> for DOMHTMLMetaElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLModElement
impl BorrowMut<WebScriptObject> for DOMHTMLModElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLOListElement
impl BorrowMut<WebScriptObject> for DOMHTMLOListElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLObjectElement
impl BorrowMut<WebScriptObject> for DOMHTMLObjectElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLOptGroupElement
impl BorrowMut<WebScriptObject> for DOMHTMLOptGroupElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLOptionElement
impl BorrowMut<WebScriptObject> for DOMHTMLOptionElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLOptionsCollection
impl BorrowMut<WebScriptObject> for DOMHTMLOptionsCollection
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLParagraphElement
impl BorrowMut<WebScriptObject> for DOMHTMLParagraphElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLParamElement
impl BorrowMut<WebScriptObject> for DOMHTMLParamElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLPreElement
impl BorrowMut<WebScriptObject> for DOMHTMLPreElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLQuoteElement
impl BorrowMut<WebScriptObject> for DOMHTMLQuoteElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLScriptElement
impl BorrowMut<WebScriptObject> for DOMHTMLScriptElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLSelectElement
impl BorrowMut<WebScriptObject> for DOMHTMLSelectElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLStyleElement
impl BorrowMut<WebScriptObject> for DOMHTMLStyleElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLTableCaptionElement
impl BorrowMut<WebScriptObject> for DOMHTMLTableCaptionElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLTableCellElement
impl BorrowMut<WebScriptObject> for DOMHTMLTableCellElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLTableColElement
impl BorrowMut<WebScriptObject> for DOMHTMLTableColElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLTableElement
impl BorrowMut<WebScriptObject> for DOMHTMLTableElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLTableRowElement
impl BorrowMut<WebScriptObject> for DOMHTMLTableRowElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLTableSectionElement
impl BorrowMut<WebScriptObject> for DOMHTMLTableSectionElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLTextAreaElement
impl BorrowMut<WebScriptObject> for DOMHTMLTextAreaElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLTitleElement
impl BorrowMut<WebScriptObject> for DOMHTMLTitleElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMHTMLUListElement
impl BorrowMut<WebScriptObject> for DOMHTMLUListElement
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMImplementation
impl BorrowMut<WebScriptObject> for DOMImplementation
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMKeyboardEvent
impl BorrowMut<WebScriptObject> for DOMKeyboardEvent
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMMediaList
impl BorrowMut<WebScriptObject> for DOMMediaList
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMMouseEvent
impl BorrowMut<WebScriptObject> for DOMMouseEvent
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMMutationEvent
impl BorrowMut<WebScriptObject> for DOMMutationEvent
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMNamedNodeMap
impl BorrowMut<WebScriptObject> for DOMNamedNodeMap
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMNode
impl BorrowMut<WebScriptObject> for DOMNode
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMNodeIterator
impl BorrowMut<WebScriptObject> for DOMNodeIterator
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMNodeList
impl BorrowMut<WebScriptObject> for DOMNodeList
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMObject
impl BorrowMut<WebScriptObject> for DOMObject
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMOverflowEvent
impl BorrowMut<WebScriptObject> for DOMOverflowEvent
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMProcessingInstruction
impl BorrowMut<WebScriptObject> for DOMProcessingInstruction
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMProgressEvent
impl BorrowMut<WebScriptObject> for DOMProgressEvent
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMRGBColor
impl BorrowMut<WebScriptObject> for DOMRGBColor
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMRange
impl BorrowMut<WebScriptObject> for DOMRange
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMRect
impl BorrowMut<WebScriptObject> for DOMRect
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMStyleSheet
impl BorrowMut<WebScriptObject> for DOMStyleSheet
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMStyleSheetList
impl BorrowMut<WebScriptObject> for DOMStyleSheetList
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMText
impl BorrowMut<WebScriptObject> for DOMText
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMTreeWalker
impl BorrowMut<WebScriptObject> for DOMTreeWalker
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMUIEvent
impl BorrowMut<WebScriptObject> for DOMUIEvent
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMWheelEvent
impl BorrowMut<WebScriptObject> for DOMWheelEvent
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMXPathExpression
impl BorrowMut<WebScriptObject> for DOMXPathExpression
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WebScriptObject> for DOMXPathResult
impl BorrowMut<WebScriptObject> for DOMXPathResult
Source§fn borrow_mut(&mut self) -> &mut WebScriptObject
fn borrow_mut(&mut self) -> &mut WebScriptObject
Mutably borrows from an owned value. Read more
Source§impl ClassType for WebScriptObject
impl ClassType for WebScriptObject
Source§const NAME: &'static str = "WebScriptObject"
const NAME: &'static str = "WebScriptObject"
The name of the Objective-C class that this type represents. Read more
Source§type Mutability = InteriorMutable
type Mutability = InteriorMutable
Whether the type is mutable or immutable. Read more
Source§fn class() -> &'static AnyClass
fn class() -> &'static AnyClass
Get a reference to the Objective-C class that this type represents. Read more
Source§fn as_super_mut(&mut self) -> &mut Self::Super
fn as_super_mut(&mut self) -> &mut Self::Super
Get a mutable reference to the superclass.
Source§impl Debug for WebScriptObject
impl Debug for WebScriptObject
Source§impl Deref for WebScriptObject
impl Deref for WebScriptObject
Source§impl DerefMut for WebScriptObject
impl DerefMut for WebScriptObject
Source§impl Hash for WebScriptObject
impl Hash for WebScriptObject
Source§impl NSObjectProtocol for WebScriptObject
impl NSObjectProtocol for WebScriptObject
Source§fn isEqual(&self, other: &AnyObject) -> bool
fn isEqual(&self, other: &AnyObject) -> bool
Check whether the object is equal to an arbitrary other object. Read more
Source§fn hash(&self) -> usize
fn hash(&self) -> usize
An integer that can be used as a table address in a hash table
structure. Read more
Source§fn isKindOfClass(&self, cls: &AnyClass) -> bool
fn isKindOfClass(&self, cls: &AnyClass) -> bool
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
fn is_kind_of<T>(&self) -> bool
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
fn isMemberOfClass(&self, cls: &AnyClass) -> bool
Check if the object is an instance of a specific class, without
checking subclasses. Read more
Source§fn respondsToSelector(&self, aSelector: Sel) -> bool
fn respondsToSelector(&self, aSelector: Sel) -> bool
Check whether the object implements or inherits a method with the
given selector. Read more
Source§fn conformsToProtocol(&self, aProtocol: &AnyProtocol) -> bool
fn conformsToProtocol(&self, aProtocol: &AnyProtocol) -> bool
Check whether the object conforms to a given protocol. Read more
Source§fn debugDescription(&self) -> Id<NSObject>
fn debugDescription(&self) -> Id<NSObject>
A textual representation of the object to use when debugging. Read more
Source§impl PartialEq for WebScriptObject
impl PartialEq for WebScriptObject
Source§impl RefEncode for WebScriptObject
impl RefEncode for WebScriptObject
Source§const ENCODING_REF: Encoding = <NSObject as ::objc2::RefEncode>::ENCODING_REF
const ENCODING_REF: Encoding = <NSObject as ::objc2::RefEncode>::ENCODING_REF
The Objective-C type-encoding for a reference of this type. Read more
impl Eq for WebScriptObject
impl Message for WebScriptObject
impl StructuralPartialEq for WebScriptObject
Auto Trait Implementations§
impl !Freeze for WebScriptObject
impl !RefUnwindSafe for WebScriptObject
impl !Send for WebScriptObject
impl !Sync for WebScriptObject
impl !Unpin for WebScriptObject
impl !UnwindSafe for WebScriptObject
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more