Struct objc2_web_kit::WebScriptObject
source · #[repr(C)]pub struct WebScriptObject { /* private fields */ }👎Deprecated
Available on crate feature
WebScriptObject only.Implementations§
source§impl WebScriptObject
impl WebScriptObject
pub unsafe fn throwException(exception_message: Option<&NSString>) -> bool
👎Deprecated
pub unsafe fn callWebScriptMethod_withArguments( &self, name: Option<&NSString>, arguments: Option<&NSArray> ) -> Option<Retained<AnyObject>>
👎Deprecated
pub unsafe fn evaluateWebScript( &self, script: Option<&NSString> ) -> Option<Retained<AnyObject>>
👎Deprecated
pub unsafe fn removeWebScriptKey(&self, name: Option<&NSString>)
👎Deprecated
pub unsafe fn stringRepresentation(&self) -> Option<Retained<NSString>>
👎Deprecated
pub unsafe fn webScriptValueAtIndex( &self, index: c_uint ) -> Option<Retained<AnyObject>>
👎Deprecated
pub unsafe fn setWebScriptValueAtIndex_value( &self, index: c_uint, value: Option<&AnyObject> )
👎Deprecated
pub unsafe fn setException(&self, description: Option<&NSString>)
👎Deprecated
Methods from Deref<Target = NSObject>§
sourcepub fn doesNotRecognizeSelector(&self, sel: Sel) -> !
pub fn doesNotRecognizeSelector(&self, sel: Sel) -> !
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
Available on crate feature DOMAbstractView only.
impl AsMut<WebScriptObject> for DOMAbstractView
Available on crate feature
DOMAbstractView only.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
Available on crate feature DOMAttr only.
impl AsMut<WebScriptObject> for DOMAttr
Available on crate feature
DOMAttr only.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
Available on crate feature DOMBlob only.
impl AsMut<WebScriptObject> for DOMBlob
Available on crate feature
DOMBlob only.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
Available on crate feature DOMCDATASection only.
impl AsMut<WebScriptObject> for DOMCDATASection
Available on crate feature
DOMCDATASection only.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
Available on crate feature DOMCSSCharsetRule only.
impl AsMut<WebScriptObject> for DOMCSSCharsetRule
Available on crate feature
DOMCSSCharsetRule only.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
Available on crate feature DOMCSSFontFaceRule only.
impl AsMut<WebScriptObject> for DOMCSSFontFaceRule
Available on crate feature
DOMCSSFontFaceRule only.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
Available on crate feature DOMCSSImportRule only.
impl AsMut<WebScriptObject> for DOMCSSImportRule
Available on crate feature
DOMCSSImportRule only.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
Available on crate feature DOMCSSMediaRule only.
impl AsMut<WebScriptObject> for DOMCSSMediaRule
Available on crate feature
DOMCSSMediaRule only.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
Available on crate feature DOMCSSPageRule only.
impl AsMut<WebScriptObject> for DOMCSSPageRule
Available on crate feature
DOMCSSPageRule only.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
Available on crate feature DOMCSSPrimitiveValue only.
impl AsMut<WebScriptObject> for DOMCSSPrimitiveValue
Available on crate feature
DOMCSSPrimitiveValue only.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
Available on crate feature DOMCSSRule only.
impl AsMut<WebScriptObject> for DOMCSSRule
Available on crate feature
DOMCSSRule only.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
Available on crate feature DOMCSSRuleList only.
impl AsMut<WebScriptObject> for DOMCSSRuleList
Available on crate feature
DOMCSSRuleList only.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
Available on crate feature DOMCSSStyleDeclaration only.
impl AsMut<WebScriptObject> for DOMCSSStyleDeclaration
Available on crate feature
DOMCSSStyleDeclaration only.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
Available on crate feature DOMCSSStyleRule only.
impl AsMut<WebScriptObject> for DOMCSSStyleRule
Available on crate feature
DOMCSSStyleRule only.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
Available on crate feature DOMCSSStyleSheet only.
impl AsMut<WebScriptObject> for DOMCSSStyleSheet
Available on crate feature
DOMCSSStyleSheet only.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
Available on crate feature DOMCSSUnknownRule only.
impl AsMut<WebScriptObject> for DOMCSSUnknownRule
Available on crate feature
DOMCSSUnknownRule only.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
Available on crate feature DOMCSSValue only.
impl AsMut<WebScriptObject> for DOMCSSValue
Available on crate feature
DOMCSSValue only.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
Available on crate feature DOMCSSValueList only.
impl AsMut<WebScriptObject> for DOMCSSValueList
Available on crate feature
DOMCSSValueList only.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
Available on crate feature DOMCharacterData only.
impl AsMut<WebScriptObject> for DOMCharacterData
Available on crate feature
DOMCharacterData only.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
Available on crate feature DOMComment only.
impl AsMut<WebScriptObject> for DOMComment
Available on crate feature
DOMComment only.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
Available on crate feature DOMCounter only.
impl AsMut<WebScriptObject> for DOMCounter
Available on crate feature
DOMCounter only.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
Available on crate feature DOMDocument only.
impl AsMut<WebScriptObject> for DOMDocument
Available on crate feature
DOMDocument only.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
Available on crate feature DOMDocumentFragment only.
impl AsMut<WebScriptObject> for DOMDocumentFragment
Available on crate feature
DOMDocumentFragment only.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
Available on crate feature DOMDocumentType only.
impl AsMut<WebScriptObject> for DOMDocumentType
Available on crate feature
DOMDocumentType only.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
Available on crate feature DOMElement only.
impl AsMut<WebScriptObject> for DOMElement
Available on crate feature
DOMElement only.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
Available on crate feature DOMEntity only.
impl AsMut<WebScriptObject> for DOMEntity
Available on crate feature
DOMEntity only.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
Available on crate feature DOMEntityReference only.
impl AsMut<WebScriptObject> for DOMEntityReference
Available on crate feature
DOMEntityReference only.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
Available on crate feature DOMEvent only.
impl AsMut<WebScriptObject> for DOMEvent
Available on crate feature
DOMEvent only.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
Available on crate feature DOMFile only.
impl AsMut<WebScriptObject> for DOMFile
Available on crate feature
DOMFile only.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
Available on crate feature DOMFileList only.
impl AsMut<WebScriptObject> for DOMFileList
Available on crate feature
DOMFileList only.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
Available on crate feature DOMHTMLAnchorElement only.
impl AsMut<WebScriptObject> for DOMHTMLAnchorElement
Available on crate feature
DOMHTMLAnchorElement only.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
Available on crate feature DOMHTMLAppletElement only.
impl AsMut<WebScriptObject> for DOMHTMLAppletElement
Available on crate feature
DOMHTMLAppletElement only.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
Available on crate feature DOMHTMLAreaElement only.
impl AsMut<WebScriptObject> for DOMHTMLAreaElement
Available on crate feature
DOMHTMLAreaElement only.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
Available on crate feature DOMHTMLBRElement only.
impl AsMut<WebScriptObject> for DOMHTMLBRElement
Available on crate feature
DOMHTMLBRElement only.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
Available on crate feature DOMHTMLBaseElement only.
impl AsMut<WebScriptObject> for DOMHTMLBaseElement
Available on crate feature
DOMHTMLBaseElement only.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
Available on crate feature DOMHTMLBaseFontElement only.
impl AsMut<WebScriptObject> for DOMHTMLBaseFontElement
Available on crate feature
DOMHTMLBaseFontElement only.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
Available on crate feature DOMHTMLBodyElement only.
impl AsMut<WebScriptObject> for DOMHTMLBodyElement
Available on crate feature
DOMHTMLBodyElement only.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
Available on crate feature DOMHTMLButtonElement only.
impl AsMut<WebScriptObject> for DOMHTMLButtonElement
Available on crate feature
DOMHTMLButtonElement only.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
Available on crate feature DOMHTMLCollection only.
impl AsMut<WebScriptObject> for DOMHTMLCollection
Available on crate feature
DOMHTMLCollection only.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
Available on crate feature DOMHTMLDListElement only.
impl AsMut<WebScriptObject> for DOMHTMLDListElement
Available on crate feature
DOMHTMLDListElement only.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
Available on crate feature DOMHTMLDirectoryElement only.
impl AsMut<WebScriptObject> for DOMHTMLDirectoryElement
Available on crate feature
DOMHTMLDirectoryElement only.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
Available on crate feature DOMHTMLDivElement only.
impl AsMut<WebScriptObject> for DOMHTMLDivElement
Available on crate feature
DOMHTMLDivElement only.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
Available on crate feature DOMHTMLDocument only.
impl AsMut<WebScriptObject> for DOMHTMLDocument
Available on crate feature
DOMHTMLDocument only.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
Available on crate feature DOMHTMLElement only.
impl AsMut<WebScriptObject> for DOMHTMLElement
Available on crate feature
DOMHTMLElement only.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
Available on crate feature DOMHTMLEmbedElement only.
impl AsMut<WebScriptObject> for DOMHTMLEmbedElement
Available on crate feature
DOMHTMLEmbedElement only.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
Available on crate feature DOMHTMLFieldSetElement only.
impl AsMut<WebScriptObject> for DOMHTMLFieldSetElement
Available on crate feature
DOMHTMLFieldSetElement only.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
Available on crate feature DOMHTMLFontElement only.
impl AsMut<WebScriptObject> for DOMHTMLFontElement
Available on crate feature
DOMHTMLFontElement only.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
Available on crate feature DOMHTMLFormElement only.
impl AsMut<WebScriptObject> for DOMHTMLFormElement
Available on crate feature
DOMHTMLFormElement only.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
Available on crate feature DOMHTMLFrameElement only.
impl AsMut<WebScriptObject> for DOMHTMLFrameElement
Available on crate feature
DOMHTMLFrameElement only.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
Available on crate feature DOMHTMLFrameSetElement only.
impl AsMut<WebScriptObject> for DOMHTMLFrameSetElement
Available on crate feature
DOMHTMLFrameSetElement only.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
Available on crate feature DOMHTMLHRElement only.
impl AsMut<WebScriptObject> for DOMHTMLHRElement
Available on crate feature
DOMHTMLHRElement only.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
Available on crate feature DOMHTMLHeadElement only.
impl AsMut<WebScriptObject> for DOMHTMLHeadElement
Available on crate feature
DOMHTMLHeadElement only.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
Available on crate feature DOMHTMLHeadingElement only.
impl AsMut<WebScriptObject> for DOMHTMLHeadingElement
Available on crate feature
DOMHTMLHeadingElement only.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
Available on crate feature DOMHTMLHtmlElement only.
impl AsMut<WebScriptObject> for DOMHTMLHtmlElement
Available on crate feature
DOMHTMLHtmlElement only.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
Available on crate feature DOMHTMLIFrameElement only.
impl AsMut<WebScriptObject> for DOMHTMLIFrameElement
Available on crate feature
DOMHTMLIFrameElement only.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
Available on crate feature DOMHTMLImageElement only.
impl AsMut<WebScriptObject> for DOMHTMLImageElement
Available on crate feature
DOMHTMLImageElement only.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
Available on crate feature DOMHTMLInputElement only.
impl AsMut<WebScriptObject> for DOMHTMLInputElement
Available on crate feature
DOMHTMLInputElement only.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
Available on crate feature DOMHTMLLIElement only.
impl AsMut<WebScriptObject> for DOMHTMLLIElement
Available on crate feature
DOMHTMLLIElement only.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
Available on crate feature DOMHTMLLabelElement only.
impl AsMut<WebScriptObject> for DOMHTMLLabelElement
Available on crate feature
DOMHTMLLabelElement only.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
Available on crate feature DOMHTMLLegendElement only.
impl AsMut<WebScriptObject> for DOMHTMLLegendElement
Available on crate feature
DOMHTMLLegendElement only.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
Available on crate feature DOMHTMLLinkElement only.
impl AsMut<WebScriptObject> for DOMHTMLLinkElement
Available on crate feature
DOMHTMLLinkElement only.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
Available on crate feature DOMHTMLMapElement only.
impl AsMut<WebScriptObject> for DOMHTMLMapElement
Available on crate feature
DOMHTMLMapElement only.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
Available on crate feature DOMHTMLMarqueeElement only.
impl AsMut<WebScriptObject> for DOMHTMLMarqueeElement
Available on crate feature
DOMHTMLMarqueeElement only.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
Available on crate feature DOMHTMLMenuElement only.
impl AsMut<WebScriptObject> for DOMHTMLMenuElement
Available on crate feature
DOMHTMLMenuElement only.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
Available on crate feature DOMHTMLMetaElement only.
impl AsMut<WebScriptObject> for DOMHTMLMetaElement
Available on crate feature
DOMHTMLMetaElement only.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
Available on crate feature DOMHTMLModElement only.
impl AsMut<WebScriptObject> for DOMHTMLModElement
Available on crate feature
DOMHTMLModElement only.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
Available on crate feature DOMHTMLOListElement only.
impl AsMut<WebScriptObject> for DOMHTMLOListElement
Available on crate feature
DOMHTMLOListElement only.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
Available on crate feature DOMHTMLObjectElement only.
impl AsMut<WebScriptObject> for DOMHTMLObjectElement
Available on crate feature
DOMHTMLObjectElement only.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
Available on crate feature DOMHTMLOptGroupElement only.
impl AsMut<WebScriptObject> for DOMHTMLOptGroupElement
Available on crate feature
DOMHTMLOptGroupElement only.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
Available on crate feature DOMHTMLOptionElement only.
impl AsMut<WebScriptObject> for DOMHTMLOptionElement
Available on crate feature
DOMHTMLOptionElement only.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
Available on crate feature DOMHTMLOptionsCollection only.
impl AsMut<WebScriptObject> for DOMHTMLOptionsCollection
Available on crate feature
DOMHTMLOptionsCollection only.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
Available on crate feature DOMHTMLParagraphElement only.
impl AsMut<WebScriptObject> for DOMHTMLParagraphElement
Available on crate feature
DOMHTMLParagraphElement only.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
Available on crate feature DOMHTMLParamElement only.
impl AsMut<WebScriptObject> for DOMHTMLParamElement
Available on crate feature
DOMHTMLParamElement only.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
Available on crate feature DOMHTMLPreElement only.
impl AsMut<WebScriptObject> for DOMHTMLPreElement
Available on crate feature
DOMHTMLPreElement only.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
Available on crate feature DOMHTMLQuoteElement only.
impl AsMut<WebScriptObject> for DOMHTMLQuoteElement
Available on crate feature
DOMHTMLQuoteElement only.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
Available on crate feature DOMHTMLScriptElement only.
impl AsMut<WebScriptObject> for DOMHTMLScriptElement
Available on crate feature
DOMHTMLScriptElement only.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
Available on crate feature DOMHTMLSelectElement only.
impl AsMut<WebScriptObject> for DOMHTMLSelectElement
Available on crate feature
DOMHTMLSelectElement only.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
Available on crate feature DOMHTMLStyleElement only.
impl AsMut<WebScriptObject> for DOMHTMLStyleElement
Available on crate feature
DOMHTMLStyleElement only.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
Available on crate feature DOMHTMLTableCaptionElement only.
impl AsMut<WebScriptObject> for DOMHTMLTableCaptionElement
Available on crate feature
DOMHTMLTableCaptionElement only.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
Available on crate feature DOMHTMLTableCellElement only.
impl AsMut<WebScriptObject> for DOMHTMLTableCellElement
Available on crate feature
DOMHTMLTableCellElement only.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
Available on crate feature DOMHTMLTableColElement only.
impl AsMut<WebScriptObject> for DOMHTMLTableColElement
Available on crate feature
DOMHTMLTableColElement only.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
Available on crate feature DOMHTMLTableElement only.
impl AsMut<WebScriptObject> for DOMHTMLTableElement
Available on crate feature
DOMHTMLTableElement only.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
Available on crate feature DOMHTMLTableRowElement only.
impl AsMut<WebScriptObject> for DOMHTMLTableRowElement
Available on crate feature
DOMHTMLTableRowElement only.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
Available on crate feature DOMHTMLTableSectionElement only.
impl AsMut<WebScriptObject> for DOMHTMLTableSectionElement
Available on crate feature
DOMHTMLTableSectionElement only.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
Available on crate feature DOMHTMLTextAreaElement only.
impl AsMut<WebScriptObject> for DOMHTMLTextAreaElement
Available on crate feature
DOMHTMLTextAreaElement only.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
Available on crate feature DOMHTMLTitleElement only.
impl AsMut<WebScriptObject> for DOMHTMLTitleElement
Available on crate feature
DOMHTMLTitleElement only.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
Available on crate feature DOMHTMLUListElement only.
impl AsMut<WebScriptObject> for DOMHTMLUListElement
Available on crate feature
DOMHTMLUListElement only.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
Available on crate feature DOMImplementation only.
impl AsMut<WebScriptObject> for DOMImplementation
Available on crate feature
DOMImplementation only.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
Available on crate feature DOMKeyboardEvent only.
impl AsMut<WebScriptObject> for DOMKeyboardEvent
Available on crate feature
DOMKeyboardEvent only.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
Available on crate feature DOMMediaList only.
impl AsMut<WebScriptObject> for DOMMediaList
Available on crate feature
DOMMediaList only.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
Available on crate feature DOMMouseEvent only.
impl AsMut<WebScriptObject> for DOMMouseEvent
Available on crate feature
DOMMouseEvent only.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
Available on crate feature DOMMutationEvent only.
impl AsMut<WebScriptObject> for DOMMutationEvent
Available on crate feature
DOMMutationEvent only.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
Available on crate feature DOMNamedNodeMap only.
impl AsMut<WebScriptObject> for DOMNamedNodeMap
Available on crate feature
DOMNamedNodeMap only.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
Available on crate feature DOMNode only.
impl AsMut<WebScriptObject> for DOMNode
Available on crate feature
DOMNode only.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
Available on crate feature DOMNodeIterator only.
impl AsMut<WebScriptObject> for DOMNodeIterator
Available on crate feature
DOMNodeIterator only.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
Available on crate feature DOMNodeList only.
impl AsMut<WebScriptObject> for DOMNodeList
Available on crate feature
DOMNodeList only.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
Available on crate feature DOMObject only.
impl AsMut<WebScriptObject> for DOMObject
Available on crate feature
DOMObject only.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
Available on crate feature DOMOverflowEvent only.
impl AsMut<WebScriptObject> for DOMOverflowEvent
Available on crate feature
DOMOverflowEvent only.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
Available on crate feature DOMProcessingInstruction only.
impl AsMut<WebScriptObject> for DOMProcessingInstruction
Available on crate feature
DOMProcessingInstruction only.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
Available on crate feature DOMProgressEvent only.
impl AsMut<WebScriptObject> for DOMProgressEvent
Available on crate feature
DOMProgressEvent only.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
Available on crate feature DOMRGBColor only.
impl AsMut<WebScriptObject> for DOMRGBColor
Available on crate feature
DOMRGBColor only.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
Available on crate feature DOMRange only.
impl AsMut<WebScriptObject> for DOMRange
Available on crate feature
DOMRange only.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
Available on crate feature DOMRect only.
impl AsMut<WebScriptObject> for DOMRect
Available on crate feature
DOMRect only.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
Available on crate feature DOMStyleSheet only.
impl AsMut<WebScriptObject> for DOMStyleSheet
Available on crate feature
DOMStyleSheet only.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
Available on crate feature DOMStyleSheetList only.
impl AsMut<WebScriptObject> for DOMStyleSheetList
Available on crate feature
DOMStyleSheetList only.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
Available on crate feature DOMText only.
impl AsMut<WebScriptObject> for DOMText
Available on crate feature
DOMText only.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
Available on crate feature DOMTreeWalker only.
impl AsMut<WebScriptObject> for DOMTreeWalker
Available on crate feature
DOMTreeWalker only.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
Available on crate feature DOMUIEvent only.
impl AsMut<WebScriptObject> for DOMUIEvent
Available on crate feature
DOMUIEvent only.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
Available on crate feature DOMWheelEvent only.
impl AsMut<WebScriptObject> for DOMWheelEvent
Available on crate feature
DOMWheelEvent only.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
Available on crate feature DOMXPathExpression only.
impl AsMut<WebScriptObject> for DOMXPathExpression
Available on crate feature
DOMXPathExpression only.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
Available on crate feature DOMXPathResult only.
impl AsMut<WebScriptObject> for DOMXPathResult
Available on crate feature
DOMXPathResult only.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
Available on crate feature DOMAbstractView only.
impl AsRef<WebScriptObject> for DOMAbstractView
Available on crate feature
DOMAbstractView only.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
Available on crate feature DOMAttr only.
impl AsRef<WebScriptObject> for DOMAttr
Available on crate feature
DOMAttr only.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
Available on crate feature DOMBlob only.
impl AsRef<WebScriptObject> for DOMBlob
Available on crate feature
DOMBlob only.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
Available on crate feature DOMCDATASection only.
impl AsRef<WebScriptObject> for DOMCDATASection
Available on crate feature
DOMCDATASection only.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
Available on crate feature DOMCSSCharsetRule only.
impl AsRef<WebScriptObject> for DOMCSSCharsetRule
Available on crate feature
DOMCSSCharsetRule only.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
Available on crate feature DOMCSSFontFaceRule only.
impl AsRef<WebScriptObject> for DOMCSSFontFaceRule
Available on crate feature
DOMCSSFontFaceRule only.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
Available on crate feature DOMCSSImportRule only.
impl AsRef<WebScriptObject> for DOMCSSImportRule
Available on crate feature
DOMCSSImportRule only.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
Available on crate feature DOMCSSMediaRule only.
impl AsRef<WebScriptObject> for DOMCSSMediaRule
Available on crate feature
DOMCSSMediaRule only.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
Available on crate feature DOMCSSPageRule only.
impl AsRef<WebScriptObject> for DOMCSSPageRule
Available on crate feature
DOMCSSPageRule only.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
Available on crate feature DOMCSSPrimitiveValue only.
impl AsRef<WebScriptObject> for DOMCSSPrimitiveValue
Available on crate feature
DOMCSSPrimitiveValue only.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
Available on crate feature DOMCSSRule only.
impl AsRef<WebScriptObject> for DOMCSSRule
Available on crate feature
DOMCSSRule only.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
Available on crate feature DOMCSSRuleList only.
impl AsRef<WebScriptObject> for DOMCSSRuleList
Available on crate feature
DOMCSSRuleList only.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
Available on crate feature DOMCSSStyleDeclaration only.
impl AsRef<WebScriptObject> for DOMCSSStyleDeclaration
Available on crate feature
DOMCSSStyleDeclaration only.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
Available on crate feature DOMCSSStyleRule only.
impl AsRef<WebScriptObject> for DOMCSSStyleRule
Available on crate feature
DOMCSSStyleRule only.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
Available on crate feature DOMCSSStyleSheet only.
impl AsRef<WebScriptObject> for DOMCSSStyleSheet
Available on crate feature
DOMCSSStyleSheet only.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
Available on crate feature DOMCSSUnknownRule only.
impl AsRef<WebScriptObject> for DOMCSSUnknownRule
Available on crate feature
DOMCSSUnknownRule only.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
Available on crate feature DOMCSSValue only.
impl AsRef<WebScriptObject> for DOMCSSValue
Available on crate feature
DOMCSSValue only.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
Available on crate feature DOMCSSValueList only.
impl AsRef<WebScriptObject> for DOMCSSValueList
Available on crate feature
DOMCSSValueList only.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
Available on crate feature DOMCharacterData only.
impl AsRef<WebScriptObject> for DOMCharacterData
Available on crate feature
DOMCharacterData only.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
Available on crate feature DOMComment only.
impl AsRef<WebScriptObject> for DOMComment
Available on crate feature
DOMComment only.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
Available on crate feature DOMCounter only.
impl AsRef<WebScriptObject> for DOMCounter
Available on crate feature
DOMCounter only.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
Available on crate feature DOMDocument only.
impl AsRef<WebScriptObject> for DOMDocument
Available on crate feature
DOMDocument only.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
Available on crate feature DOMDocumentFragment only.
impl AsRef<WebScriptObject> for DOMDocumentFragment
Available on crate feature
DOMDocumentFragment only.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
Available on crate feature DOMDocumentType only.
impl AsRef<WebScriptObject> for DOMDocumentType
Available on crate feature
DOMDocumentType only.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
Available on crate feature DOMElement only.
impl AsRef<WebScriptObject> for DOMElement
Available on crate feature
DOMElement only.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
Available on crate feature DOMEntity only.
impl AsRef<WebScriptObject> for DOMEntity
Available on crate feature
DOMEntity only.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
Available on crate feature DOMEntityReference only.
impl AsRef<WebScriptObject> for DOMEntityReference
Available on crate feature
DOMEntityReference only.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
Available on crate feature DOMEvent only.
impl AsRef<WebScriptObject> for DOMEvent
Available on crate feature
DOMEvent only.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
Available on crate feature DOMFile only.
impl AsRef<WebScriptObject> for DOMFile
Available on crate feature
DOMFile only.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
Available on crate feature DOMFileList only.
impl AsRef<WebScriptObject> for DOMFileList
Available on crate feature
DOMFileList only.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
Available on crate feature DOMHTMLAnchorElement only.
impl AsRef<WebScriptObject> for DOMHTMLAnchorElement
Available on crate feature
DOMHTMLAnchorElement only.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
Available on crate feature DOMHTMLAppletElement only.
impl AsRef<WebScriptObject> for DOMHTMLAppletElement
Available on crate feature
DOMHTMLAppletElement only.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
Available on crate feature DOMHTMLAreaElement only.
impl AsRef<WebScriptObject> for DOMHTMLAreaElement
Available on crate feature
DOMHTMLAreaElement only.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
Available on crate feature DOMHTMLBRElement only.
impl AsRef<WebScriptObject> for DOMHTMLBRElement
Available on crate feature
DOMHTMLBRElement only.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
Available on crate feature DOMHTMLBaseElement only.
impl AsRef<WebScriptObject> for DOMHTMLBaseElement
Available on crate feature
DOMHTMLBaseElement only.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
Available on crate feature DOMHTMLBaseFontElement only.
impl AsRef<WebScriptObject> for DOMHTMLBaseFontElement
Available on crate feature
DOMHTMLBaseFontElement only.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
Available on crate feature DOMHTMLBodyElement only.
impl AsRef<WebScriptObject> for DOMHTMLBodyElement
Available on crate feature
DOMHTMLBodyElement only.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
Available on crate feature DOMHTMLButtonElement only.
impl AsRef<WebScriptObject> for DOMHTMLButtonElement
Available on crate feature
DOMHTMLButtonElement only.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
Available on crate feature DOMHTMLCollection only.
impl AsRef<WebScriptObject> for DOMHTMLCollection
Available on crate feature
DOMHTMLCollection only.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
Available on crate feature DOMHTMLDListElement only.
impl AsRef<WebScriptObject> for DOMHTMLDListElement
Available on crate feature
DOMHTMLDListElement only.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
Available on crate feature DOMHTMLDirectoryElement only.
impl AsRef<WebScriptObject> for DOMHTMLDirectoryElement
Available on crate feature
DOMHTMLDirectoryElement only.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
Available on crate feature DOMHTMLDivElement only.
impl AsRef<WebScriptObject> for DOMHTMLDivElement
Available on crate feature
DOMHTMLDivElement only.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
Available on crate feature DOMHTMLDocument only.
impl AsRef<WebScriptObject> for DOMHTMLDocument
Available on crate feature
DOMHTMLDocument only.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
Available on crate feature DOMHTMLElement only.
impl AsRef<WebScriptObject> for DOMHTMLElement
Available on crate feature
DOMHTMLElement only.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
Available on crate feature DOMHTMLEmbedElement only.
impl AsRef<WebScriptObject> for DOMHTMLEmbedElement
Available on crate feature
DOMHTMLEmbedElement only.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
Available on crate feature DOMHTMLFieldSetElement only.
impl AsRef<WebScriptObject> for DOMHTMLFieldSetElement
Available on crate feature
DOMHTMLFieldSetElement only.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
Available on crate feature DOMHTMLFontElement only.
impl AsRef<WebScriptObject> for DOMHTMLFontElement
Available on crate feature
DOMHTMLFontElement only.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
Available on crate feature DOMHTMLFormElement only.
impl AsRef<WebScriptObject> for DOMHTMLFormElement
Available on crate feature
DOMHTMLFormElement only.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
Available on crate feature DOMHTMLFrameElement only.
impl AsRef<WebScriptObject> for DOMHTMLFrameElement
Available on crate feature
DOMHTMLFrameElement only.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
Available on crate feature DOMHTMLFrameSetElement only.
impl AsRef<WebScriptObject> for DOMHTMLFrameSetElement
Available on crate feature
DOMHTMLFrameSetElement only.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
Available on crate feature DOMHTMLHRElement only.
impl AsRef<WebScriptObject> for DOMHTMLHRElement
Available on crate feature
DOMHTMLHRElement only.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
Available on crate feature DOMHTMLHeadElement only.
impl AsRef<WebScriptObject> for DOMHTMLHeadElement
Available on crate feature
DOMHTMLHeadElement only.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
Available on crate feature DOMHTMLHeadingElement only.
impl AsRef<WebScriptObject> for DOMHTMLHeadingElement
Available on crate feature
DOMHTMLHeadingElement only.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
Available on crate feature DOMHTMLHtmlElement only.
impl AsRef<WebScriptObject> for DOMHTMLHtmlElement
Available on crate feature
DOMHTMLHtmlElement only.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
Available on crate feature DOMHTMLIFrameElement only.
impl AsRef<WebScriptObject> for DOMHTMLIFrameElement
Available on crate feature
DOMHTMLIFrameElement only.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
Available on crate feature DOMHTMLImageElement only.
impl AsRef<WebScriptObject> for DOMHTMLImageElement
Available on crate feature
DOMHTMLImageElement only.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
Available on crate feature DOMHTMLInputElement only.
impl AsRef<WebScriptObject> for DOMHTMLInputElement
Available on crate feature
DOMHTMLInputElement only.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
Available on crate feature DOMHTMLLIElement only.
impl AsRef<WebScriptObject> for DOMHTMLLIElement
Available on crate feature
DOMHTMLLIElement only.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
Available on crate feature DOMHTMLLabelElement only.
impl AsRef<WebScriptObject> for DOMHTMLLabelElement
Available on crate feature
DOMHTMLLabelElement only.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
Available on crate feature DOMHTMLLegendElement only.
impl AsRef<WebScriptObject> for DOMHTMLLegendElement
Available on crate feature
DOMHTMLLegendElement only.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
Available on crate feature DOMHTMLLinkElement only.
impl AsRef<WebScriptObject> for DOMHTMLLinkElement
Available on crate feature
DOMHTMLLinkElement only.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
Available on crate feature DOMHTMLMapElement only.
impl AsRef<WebScriptObject> for DOMHTMLMapElement
Available on crate feature
DOMHTMLMapElement only.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
Available on crate feature DOMHTMLMarqueeElement only.
impl AsRef<WebScriptObject> for DOMHTMLMarqueeElement
Available on crate feature
DOMHTMLMarqueeElement only.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
Available on crate feature DOMHTMLMenuElement only.
impl AsRef<WebScriptObject> for DOMHTMLMenuElement
Available on crate feature
DOMHTMLMenuElement only.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
Available on crate feature DOMHTMLMetaElement only.
impl AsRef<WebScriptObject> for DOMHTMLMetaElement
Available on crate feature
DOMHTMLMetaElement only.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
Available on crate feature DOMHTMLModElement only.
impl AsRef<WebScriptObject> for DOMHTMLModElement
Available on crate feature
DOMHTMLModElement only.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
Available on crate feature DOMHTMLOListElement only.
impl AsRef<WebScriptObject> for DOMHTMLOListElement
Available on crate feature
DOMHTMLOListElement only.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
Available on crate feature DOMHTMLObjectElement only.
impl AsRef<WebScriptObject> for DOMHTMLObjectElement
Available on crate feature
DOMHTMLObjectElement only.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
Available on crate feature DOMHTMLOptGroupElement only.
impl AsRef<WebScriptObject> for DOMHTMLOptGroupElement
Available on crate feature
DOMHTMLOptGroupElement only.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
Available on crate feature DOMHTMLOptionElement only.
impl AsRef<WebScriptObject> for DOMHTMLOptionElement
Available on crate feature
DOMHTMLOptionElement only.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
Available on crate feature DOMHTMLOptionsCollection only.
impl AsRef<WebScriptObject> for DOMHTMLOptionsCollection
Available on crate feature
DOMHTMLOptionsCollection only.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
Available on crate feature DOMHTMLParagraphElement only.
impl AsRef<WebScriptObject> for DOMHTMLParagraphElement
Available on crate feature
DOMHTMLParagraphElement only.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
Available on crate feature DOMHTMLParamElement only.
impl AsRef<WebScriptObject> for DOMHTMLParamElement
Available on crate feature
DOMHTMLParamElement only.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
Available on crate feature DOMHTMLPreElement only.
impl AsRef<WebScriptObject> for DOMHTMLPreElement
Available on crate feature
DOMHTMLPreElement only.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
Available on crate feature DOMHTMLQuoteElement only.
impl AsRef<WebScriptObject> for DOMHTMLQuoteElement
Available on crate feature
DOMHTMLQuoteElement only.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
Available on crate feature DOMHTMLScriptElement only.
impl AsRef<WebScriptObject> for DOMHTMLScriptElement
Available on crate feature
DOMHTMLScriptElement only.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
Available on crate feature DOMHTMLSelectElement only.
impl AsRef<WebScriptObject> for DOMHTMLSelectElement
Available on crate feature
DOMHTMLSelectElement only.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
Available on crate feature DOMHTMLStyleElement only.
impl AsRef<WebScriptObject> for DOMHTMLStyleElement
Available on crate feature
DOMHTMLStyleElement only.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
Available on crate feature DOMHTMLTableCaptionElement only.
impl AsRef<WebScriptObject> for DOMHTMLTableCaptionElement
Available on crate feature
DOMHTMLTableCaptionElement only.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
Available on crate feature DOMHTMLTableCellElement only.
impl AsRef<WebScriptObject> for DOMHTMLTableCellElement
Available on crate feature
DOMHTMLTableCellElement only.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
Available on crate feature DOMHTMLTableColElement only.
impl AsRef<WebScriptObject> for DOMHTMLTableColElement
Available on crate feature
DOMHTMLTableColElement only.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
Available on crate feature DOMHTMLTableElement only.
impl AsRef<WebScriptObject> for DOMHTMLTableElement
Available on crate feature
DOMHTMLTableElement only.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
Available on crate feature DOMHTMLTableRowElement only.
impl AsRef<WebScriptObject> for DOMHTMLTableRowElement
Available on crate feature
DOMHTMLTableRowElement only.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
Available on crate feature DOMHTMLTableSectionElement only.
impl AsRef<WebScriptObject> for DOMHTMLTableSectionElement
Available on crate feature
DOMHTMLTableSectionElement only.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
Available on crate feature DOMHTMLTextAreaElement only.
impl AsRef<WebScriptObject> for DOMHTMLTextAreaElement
Available on crate feature
DOMHTMLTextAreaElement only.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
Available on crate feature DOMHTMLTitleElement only.
impl AsRef<WebScriptObject> for DOMHTMLTitleElement
Available on crate feature
DOMHTMLTitleElement only.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
Available on crate feature DOMHTMLUListElement only.
impl AsRef<WebScriptObject> for DOMHTMLUListElement
Available on crate feature
DOMHTMLUListElement only.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
Available on crate feature DOMImplementation only.
impl AsRef<WebScriptObject> for DOMImplementation
Available on crate feature
DOMImplementation only.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
Available on crate feature DOMKeyboardEvent only.
impl AsRef<WebScriptObject> for DOMKeyboardEvent
Available on crate feature
DOMKeyboardEvent only.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
Available on crate feature DOMMediaList only.
impl AsRef<WebScriptObject> for DOMMediaList
Available on crate feature
DOMMediaList only.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
Available on crate feature DOMMouseEvent only.
impl AsRef<WebScriptObject> for DOMMouseEvent
Available on crate feature
DOMMouseEvent only.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
Available on crate feature DOMMutationEvent only.
impl AsRef<WebScriptObject> for DOMMutationEvent
Available on crate feature
DOMMutationEvent only.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
Available on crate feature DOMNamedNodeMap only.
impl AsRef<WebScriptObject> for DOMNamedNodeMap
Available on crate feature
DOMNamedNodeMap only.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
Available on crate feature DOMNode only.
impl AsRef<WebScriptObject> for DOMNode
Available on crate feature
DOMNode only.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
Available on crate feature DOMNodeIterator only.
impl AsRef<WebScriptObject> for DOMNodeIterator
Available on crate feature
DOMNodeIterator only.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
Available on crate feature DOMNodeList only.
impl AsRef<WebScriptObject> for DOMNodeList
Available on crate feature
DOMNodeList only.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
Available on crate feature DOMObject only.
impl AsRef<WebScriptObject> for DOMObject
Available on crate feature
DOMObject only.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
Available on crate feature DOMOverflowEvent only.
impl AsRef<WebScriptObject> for DOMOverflowEvent
Available on crate feature
DOMOverflowEvent only.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
Available on crate feature DOMProcessingInstruction only.
impl AsRef<WebScriptObject> for DOMProcessingInstruction
Available on crate feature
DOMProcessingInstruction only.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
Available on crate feature DOMProgressEvent only.
impl AsRef<WebScriptObject> for DOMProgressEvent
Available on crate feature
DOMProgressEvent only.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
Available on crate feature DOMRGBColor only.
impl AsRef<WebScriptObject> for DOMRGBColor
Available on crate feature
DOMRGBColor only.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
Available on crate feature DOMRange only.
impl AsRef<WebScriptObject> for DOMRange
Available on crate feature
DOMRange only.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
Available on crate feature DOMRect only.
impl AsRef<WebScriptObject> for DOMRect
Available on crate feature
DOMRect only.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
Available on crate feature DOMStyleSheet only.
impl AsRef<WebScriptObject> for DOMStyleSheet
Available on crate feature
DOMStyleSheet only.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
Available on crate feature DOMStyleSheetList only.
impl AsRef<WebScriptObject> for DOMStyleSheetList
Available on crate feature
DOMStyleSheetList only.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
Available on crate feature DOMText only.
impl AsRef<WebScriptObject> for DOMText
Available on crate feature
DOMText only.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
Available on crate feature DOMTreeWalker only.
impl AsRef<WebScriptObject> for DOMTreeWalker
Available on crate feature
DOMTreeWalker only.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
Available on crate feature DOMUIEvent only.
impl AsRef<WebScriptObject> for DOMUIEvent
Available on crate feature
DOMUIEvent only.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
Available on crate feature DOMWheelEvent only.
impl AsRef<WebScriptObject> for DOMWheelEvent
Available on crate feature
DOMWheelEvent only.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
Available on crate feature DOMXPathExpression only.
impl AsRef<WebScriptObject> for DOMXPathExpression
Available on crate feature
DOMXPathExpression only.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
Available on crate feature DOMXPathResult only.
impl AsRef<WebScriptObject> for DOMXPathResult
Available on crate feature
DOMXPathResult only.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
Available on crate feature DOMAbstractView only.
impl Borrow<WebScriptObject> for DOMAbstractView
Available on crate feature
DOMAbstractView only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMAttr
Available on crate feature DOMAttr only.
impl Borrow<WebScriptObject> for DOMAttr
Available on crate feature
DOMAttr only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMBlob
Available on crate feature DOMBlob only.
impl Borrow<WebScriptObject> for DOMBlob
Available on crate feature
DOMBlob only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMCDATASection
Available on crate feature DOMCDATASection only.
impl Borrow<WebScriptObject> for DOMCDATASection
Available on crate feature
DOMCDATASection only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMCSSCharsetRule
Available on crate feature DOMCSSCharsetRule only.
impl Borrow<WebScriptObject> for DOMCSSCharsetRule
Available on crate feature
DOMCSSCharsetRule only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMCSSFontFaceRule
Available on crate feature DOMCSSFontFaceRule only.
impl Borrow<WebScriptObject> for DOMCSSFontFaceRule
Available on crate feature
DOMCSSFontFaceRule only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMCSSImportRule
Available on crate feature DOMCSSImportRule only.
impl Borrow<WebScriptObject> for DOMCSSImportRule
Available on crate feature
DOMCSSImportRule only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMCSSMediaRule
Available on crate feature DOMCSSMediaRule only.
impl Borrow<WebScriptObject> for DOMCSSMediaRule
Available on crate feature
DOMCSSMediaRule only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMCSSPageRule
Available on crate feature DOMCSSPageRule only.
impl Borrow<WebScriptObject> for DOMCSSPageRule
Available on crate feature
DOMCSSPageRule only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMCSSPrimitiveValue
Available on crate feature DOMCSSPrimitiveValue only.
impl Borrow<WebScriptObject> for DOMCSSPrimitiveValue
Available on crate feature
DOMCSSPrimitiveValue only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMCSSRule
Available on crate feature DOMCSSRule only.
impl Borrow<WebScriptObject> for DOMCSSRule
Available on crate feature
DOMCSSRule only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMCSSRuleList
Available on crate feature DOMCSSRuleList only.
impl Borrow<WebScriptObject> for DOMCSSRuleList
Available on crate feature
DOMCSSRuleList only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMCSSStyleDeclaration
Available on crate feature DOMCSSStyleDeclaration only.
impl Borrow<WebScriptObject> for DOMCSSStyleDeclaration
Available on crate feature
DOMCSSStyleDeclaration only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMCSSStyleRule
Available on crate feature DOMCSSStyleRule only.
impl Borrow<WebScriptObject> for DOMCSSStyleRule
Available on crate feature
DOMCSSStyleRule only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMCSSStyleSheet
Available on crate feature DOMCSSStyleSheet only.
impl Borrow<WebScriptObject> for DOMCSSStyleSheet
Available on crate feature
DOMCSSStyleSheet only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMCSSUnknownRule
Available on crate feature DOMCSSUnknownRule only.
impl Borrow<WebScriptObject> for DOMCSSUnknownRule
Available on crate feature
DOMCSSUnknownRule only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMCSSValue
Available on crate feature DOMCSSValue only.
impl Borrow<WebScriptObject> for DOMCSSValue
Available on crate feature
DOMCSSValue only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMCSSValueList
Available on crate feature DOMCSSValueList only.
impl Borrow<WebScriptObject> for DOMCSSValueList
Available on crate feature
DOMCSSValueList only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMCharacterData
Available on crate feature DOMCharacterData only.
impl Borrow<WebScriptObject> for DOMCharacterData
Available on crate feature
DOMCharacterData only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMComment
Available on crate feature DOMComment only.
impl Borrow<WebScriptObject> for DOMComment
Available on crate feature
DOMComment only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMCounter
Available on crate feature DOMCounter only.
impl Borrow<WebScriptObject> for DOMCounter
Available on crate feature
DOMCounter only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMDocument
Available on crate feature DOMDocument only.
impl Borrow<WebScriptObject> for DOMDocument
Available on crate feature
DOMDocument only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMDocumentFragment
Available on crate feature DOMDocumentFragment only.
impl Borrow<WebScriptObject> for DOMDocumentFragment
Available on crate feature
DOMDocumentFragment only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMDocumentType
Available on crate feature DOMDocumentType only.
impl Borrow<WebScriptObject> for DOMDocumentType
Available on crate feature
DOMDocumentType only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMElement
Available on crate feature DOMElement only.
impl Borrow<WebScriptObject> for DOMElement
Available on crate feature
DOMElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMEntity
Available on crate feature DOMEntity only.
impl Borrow<WebScriptObject> for DOMEntity
Available on crate feature
DOMEntity only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMEntityReference
Available on crate feature DOMEntityReference only.
impl Borrow<WebScriptObject> for DOMEntityReference
Available on crate feature
DOMEntityReference only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMEvent
Available on crate feature DOMEvent only.
impl Borrow<WebScriptObject> for DOMEvent
Available on crate feature
DOMEvent only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMFile
Available on crate feature DOMFile only.
impl Borrow<WebScriptObject> for DOMFile
Available on crate feature
DOMFile only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMFileList
Available on crate feature DOMFileList only.
impl Borrow<WebScriptObject> for DOMFileList
Available on crate feature
DOMFileList only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLAnchorElement
Available on crate feature DOMHTMLAnchorElement only.
impl Borrow<WebScriptObject> for DOMHTMLAnchorElement
Available on crate feature
DOMHTMLAnchorElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLAppletElement
Available on crate feature DOMHTMLAppletElement only.
impl Borrow<WebScriptObject> for DOMHTMLAppletElement
Available on crate feature
DOMHTMLAppletElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLAreaElement
Available on crate feature DOMHTMLAreaElement only.
impl Borrow<WebScriptObject> for DOMHTMLAreaElement
Available on crate feature
DOMHTMLAreaElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLBRElement
Available on crate feature DOMHTMLBRElement only.
impl Borrow<WebScriptObject> for DOMHTMLBRElement
Available on crate feature
DOMHTMLBRElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLBaseElement
Available on crate feature DOMHTMLBaseElement only.
impl Borrow<WebScriptObject> for DOMHTMLBaseElement
Available on crate feature
DOMHTMLBaseElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLBaseFontElement
Available on crate feature DOMHTMLBaseFontElement only.
impl Borrow<WebScriptObject> for DOMHTMLBaseFontElement
Available on crate feature
DOMHTMLBaseFontElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLBodyElement
Available on crate feature DOMHTMLBodyElement only.
impl Borrow<WebScriptObject> for DOMHTMLBodyElement
Available on crate feature
DOMHTMLBodyElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLButtonElement
Available on crate feature DOMHTMLButtonElement only.
impl Borrow<WebScriptObject> for DOMHTMLButtonElement
Available on crate feature
DOMHTMLButtonElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLCollection
Available on crate feature DOMHTMLCollection only.
impl Borrow<WebScriptObject> for DOMHTMLCollection
Available on crate feature
DOMHTMLCollection only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLDListElement
Available on crate feature DOMHTMLDListElement only.
impl Borrow<WebScriptObject> for DOMHTMLDListElement
Available on crate feature
DOMHTMLDListElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLDirectoryElement
Available on crate feature DOMHTMLDirectoryElement only.
impl Borrow<WebScriptObject> for DOMHTMLDirectoryElement
Available on crate feature
DOMHTMLDirectoryElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLDivElement
Available on crate feature DOMHTMLDivElement only.
impl Borrow<WebScriptObject> for DOMHTMLDivElement
Available on crate feature
DOMHTMLDivElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLDocument
Available on crate feature DOMHTMLDocument only.
impl Borrow<WebScriptObject> for DOMHTMLDocument
Available on crate feature
DOMHTMLDocument only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLElement
Available on crate feature DOMHTMLElement only.
impl Borrow<WebScriptObject> for DOMHTMLElement
Available on crate feature
DOMHTMLElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLEmbedElement
Available on crate feature DOMHTMLEmbedElement only.
impl Borrow<WebScriptObject> for DOMHTMLEmbedElement
Available on crate feature
DOMHTMLEmbedElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLFieldSetElement
Available on crate feature DOMHTMLFieldSetElement only.
impl Borrow<WebScriptObject> for DOMHTMLFieldSetElement
Available on crate feature
DOMHTMLFieldSetElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLFontElement
Available on crate feature DOMHTMLFontElement only.
impl Borrow<WebScriptObject> for DOMHTMLFontElement
Available on crate feature
DOMHTMLFontElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLFormElement
Available on crate feature DOMHTMLFormElement only.
impl Borrow<WebScriptObject> for DOMHTMLFormElement
Available on crate feature
DOMHTMLFormElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLFrameElement
Available on crate feature DOMHTMLFrameElement only.
impl Borrow<WebScriptObject> for DOMHTMLFrameElement
Available on crate feature
DOMHTMLFrameElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLFrameSetElement
Available on crate feature DOMHTMLFrameSetElement only.
impl Borrow<WebScriptObject> for DOMHTMLFrameSetElement
Available on crate feature
DOMHTMLFrameSetElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLHRElement
Available on crate feature DOMHTMLHRElement only.
impl Borrow<WebScriptObject> for DOMHTMLHRElement
Available on crate feature
DOMHTMLHRElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLHeadElement
Available on crate feature DOMHTMLHeadElement only.
impl Borrow<WebScriptObject> for DOMHTMLHeadElement
Available on crate feature
DOMHTMLHeadElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLHeadingElement
Available on crate feature DOMHTMLHeadingElement only.
impl Borrow<WebScriptObject> for DOMHTMLHeadingElement
Available on crate feature
DOMHTMLHeadingElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLHtmlElement
Available on crate feature DOMHTMLHtmlElement only.
impl Borrow<WebScriptObject> for DOMHTMLHtmlElement
Available on crate feature
DOMHTMLHtmlElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLIFrameElement
Available on crate feature DOMHTMLIFrameElement only.
impl Borrow<WebScriptObject> for DOMHTMLIFrameElement
Available on crate feature
DOMHTMLIFrameElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLImageElement
Available on crate feature DOMHTMLImageElement only.
impl Borrow<WebScriptObject> for DOMHTMLImageElement
Available on crate feature
DOMHTMLImageElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLInputElement
Available on crate feature DOMHTMLInputElement only.
impl Borrow<WebScriptObject> for DOMHTMLInputElement
Available on crate feature
DOMHTMLInputElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLLIElement
Available on crate feature DOMHTMLLIElement only.
impl Borrow<WebScriptObject> for DOMHTMLLIElement
Available on crate feature
DOMHTMLLIElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLLabelElement
Available on crate feature DOMHTMLLabelElement only.
impl Borrow<WebScriptObject> for DOMHTMLLabelElement
Available on crate feature
DOMHTMLLabelElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLLegendElement
Available on crate feature DOMHTMLLegendElement only.
impl Borrow<WebScriptObject> for DOMHTMLLegendElement
Available on crate feature
DOMHTMLLegendElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLLinkElement
Available on crate feature DOMHTMLLinkElement only.
impl Borrow<WebScriptObject> for DOMHTMLLinkElement
Available on crate feature
DOMHTMLLinkElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLMapElement
Available on crate feature DOMHTMLMapElement only.
impl Borrow<WebScriptObject> for DOMHTMLMapElement
Available on crate feature
DOMHTMLMapElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLMarqueeElement
Available on crate feature DOMHTMLMarqueeElement only.
impl Borrow<WebScriptObject> for DOMHTMLMarqueeElement
Available on crate feature
DOMHTMLMarqueeElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLMenuElement
Available on crate feature DOMHTMLMenuElement only.
impl Borrow<WebScriptObject> for DOMHTMLMenuElement
Available on crate feature
DOMHTMLMenuElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLMetaElement
Available on crate feature DOMHTMLMetaElement only.
impl Borrow<WebScriptObject> for DOMHTMLMetaElement
Available on crate feature
DOMHTMLMetaElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLModElement
Available on crate feature DOMHTMLModElement only.
impl Borrow<WebScriptObject> for DOMHTMLModElement
Available on crate feature
DOMHTMLModElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLOListElement
Available on crate feature DOMHTMLOListElement only.
impl Borrow<WebScriptObject> for DOMHTMLOListElement
Available on crate feature
DOMHTMLOListElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLObjectElement
Available on crate feature DOMHTMLObjectElement only.
impl Borrow<WebScriptObject> for DOMHTMLObjectElement
Available on crate feature
DOMHTMLObjectElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLOptGroupElement
Available on crate feature DOMHTMLOptGroupElement only.
impl Borrow<WebScriptObject> for DOMHTMLOptGroupElement
Available on crate feature
DOMHTMLOptGroupElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLOptionElement
Available on crate feature DOMHTMLOptionElement only.
impl Borrow<WebScriptObject> for DOMHTMLOptionElement
Available on crate feature
DOMHTMLOptionElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLOptionsCollection
Available on crate feature DOMHTMLOptionsCollection only.
impl Borrow<WebScriptObject> for DOMHTMLOptionsCollection
Available on crate feature
DOMHTMLOptionsCollection only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLParagraphElement
Available on crate feature DOMHTMLParagraphElement only.
impl Borrow<WebScriptObject> for DOMHTMLParagraphElement
Available on crate feature
DOMHTMLParagraphElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLParamElement
Available on crate feature DOMHTMLParamElement only.
impl Borrow<WebScriptObject> for DOMHTMLParamElement
Available on crate feature
DOMHTMLParamElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLPreElement
Available on crate feature DOMHTMLPreElement only.
impl Borrow<WebScriptObject> for DOMHTMLPreElement
Available on crate feature
DOMHTMLPreElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLQuoteElement
Available on crate feature DOMHTMLQuoteElement only.
impl Borrow<WebScriptObject> for DOMHTMLQuoteElement
Available on crate feature
DOMHTMLQuoteElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLScriptElement
Available on crate feature DOMHTMLScriptElement only.
impl Borrow<WebScriptObject> for DOMHTMLScriptElement
Available on crate feature
DOMHTMLScriptElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLSelectElement
Available on crate feature DOMHTMLSelectElement only.
impl Borrow<WebScriptObject> for DOMHTMLSelectElement
Available on crate feature
DOMHTMLSelectElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLStyleElement
Available on crate feature DOMHTMLStyleElement only.
impl Borrow<WebScriptObject> for DOMHTMLStyleElement
Available on crate feature
DOMHTMLStyleElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLTableCaptionElement
Available on crate feature DOMHTMLTableCaptionElement only.
impl Borrow<WebScriptObject> for DOMHTMLTableCaptionElement
Available on crate feature
DOMHTMLTableCaptionElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLTableCellElement
Available on crate feature DOMHTMLTableCellElement only.
impl Borrow<WebScriptObject> for DOMHTMLTableCellElement
Available on crate feature
DOMHTMLTableCellElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLTableColElement
Available on crate feature DOMHTMLTableColElement only.
impl Borrow<WebScriptObject> for DOMHTMLTableColElement
Available on crate feature
DOMHTMLTableColElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLTableElement
Available on crate feature DOMHTMLTableElement only.
impl Borrow<WebScriptObject> for DOMHTMLTableElement
Available on crate feature
DOMHTMLTableElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLTableRowElement
Available on crate feature DOMHTMLTableRowElement only.
impl Borrow<WebScriptObject> for DOMHTMLTableRowElement
Available on crate feature
DOMHTMLTableRowElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLTableSectionElement
Available on crate feature DOMHTMLTableSectionElement only.
impl Borrow<WebScriptObject> for DOMHTMLTableSectionElement
Available on crate feature
DOMHTMLTableSectionElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLTextAreaElement
Available on crate feature DOMHTMLTextAreaElement only.
impl Borrow<WebScriptObject> for DOMHTMLTextAreaElement
Available on crate feature
DOMHTMLTextAreaElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLTitleElement
Available on crate feature DOMHTMLTitleElement only.
impl Borrow<WebScriptObject> for DOMHTMLTitleElement
Available on crate feature
DOMHTMLTitleElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMHTMLUListElement
Available on crate feature DOMHTMLUListElement only.
impl Borrow<WebScriptObject> for DOMHTMLUListElement
Available on crate feature
DOMHTMLUListElement only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMImplementation
Available on crate feature DOMImplementation only.
impl Borrow<WebScriptObject> for DOMImplementation
Available on crate feature
DOMImplementation only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMKeyboardEvent
Available on crate feature DOMKeyboardEvent only.
impl Borrow<WebScriptObject> for DOMKeyboardEvent
Available on crate feature
DOMKeyboardEvent only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMMediaList
Available on crate feature DOMMediaList only.
impl Borrow<WebScriptObject> for DOMMediaList
Available on crate feature
DOMMediaList only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMMouseEvent
Available on crate feature DOMMouseEvent only.
impl Borrow<WebScriptObject> for DOMMouseEvent
Available on crate feature
DOMMouseEvent only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMMutationEvent
Available on crate feature DOMMutationEvent only.
impl Borrow<WebScriptObject> for DOMMutationEvent
Available on crate feature
DOMMutationEvent only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMNamedNodeMap
Available on crate feature DOMNamedNodeMap only.
impl Borrow<WebScriptObject> for DOMNamedNodeMap
Available on crate feature
DOMNamedNodeMap only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMNode
Available on crate feature DOMNode only.
impl Borrow<WebScriptObject> for DOMNode
Available on crate feature
DOMNode only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMNodeIterator
Available on crate feature DOMNodeIterator only.
impl Borrow<WebScriptObject> for DOMNodeIterator
Available on crate feature
DOMNodeIterator only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMNodeList
Available on crate feature DOMNodeList only.
impl Borrow<WebScriptObject> for DOMNodeList
Available on crate feature
DOMNodeList only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMObject
Available on crate feature DOMObject only.
impl Borrow<WebScriptObject> for DOMObject
Available on crate feature
DOMObject only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMOverflowEvent
Available on crate feature DOMOverflowEvent only.
impl Borrow<WebScriptObject> for DOMOverflowEvent
Available on crate feature
DOMOverflowEvent only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMProcessingInstruction
Available on crate feature DOMProcessingInstruction only.
impl Borrow<WebScriptObject> for DOMProcessingInstruction
Available on crate feature
DOMProcessingInstruction only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMProgressEvent
Available on crate feature DOMProgressEvent only.
impl Borrow<WebScriptObject> for DOMProgressEvent
Available on crate feature
DOMProgressEvent only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMRGBColor
Available on crate feature DOMRGBColor only.
impl Borrow<WebScriptObject> for DOMRGBColor
Available on crate feature
DOMRGBColor only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMRange
Available on crate feature DOMRange only.
impl Borrow<WebScriptObject> for DOMRange
Available on crate feature
DOMRange only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMRect
Available on crate feature DOMRect only.
impl Borrow<WebScriptObject> for DOMRect
Available on crate feature
DOMRect only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMStyleSheet
Available on crate feature DOMStyleSheet only.
impl Borrow<WebScriptObject> for DOMStyleSheet
Available on crate feature
DOMStyleSheet only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMStyleSheetList
Available on crate feature DOMStyleSheetList only.
impl Borrow<WebScriptObject> for DOMStyleSheetList
Available on crate feature
DOMStyleSheetList only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMText
Available on crate feature DOMText only.
impl Borrow<WebScriptObject> for DOMText
Available on crate feature
DOMText only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMTreeWalker
Available on crate feature DOMTreeWalker only.
impl Borrow<WebScriptObject> for DOMTreeWalker
Available on crate feature
DOMTreeWalker only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMUIEvent
Available on crate feature DOMUIEvent only.
impl Borrow<WebScriptObject> for DOMUIEvent
Available on crate feature
DOMUIEvent only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMWheelEvent
Available on crate feature DOMWheelEvent only.
impl Borrow<WebScriptObject> for DOMWheelEvent
Available on crate feature
DOMWheelEvent only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMXPathExpression
Available on crate feature DOMXPathExpression only.
impl Borrow<WebScriptObject> for DOMXPathExpression
Available on crate feature
DOMXPathExpression only.source§fn borrow(&self) -> &WebScriptObject
fn borrow(&self) -> &WebScriptObject
Immutably borrows from an owned value. Read more
source§impl Borrow<WebScriptObject> for DOMXPathResult
Available on crate feature DOMXPathResult only.
impl Borrow<WebScriptObject> for DOMXPathResult
Available on crate feature
DOMXPathResult only.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
Available on crate feature DOMAbstractView only.
impl BorrowMut<WebScriptObject> for DOMAbstractView
Available on crate feature
DOMAbstractView only.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
Available on crate feature DOMAttr only.
impl BorrowMut<WebScriptObject> for DOMAttr
Available on crate feature
DOMAttr only.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
Available on crate feature DOMBlob only.
impl BorrowMut<WebScriptObject> for DOMBlob
Available on crate feature
DOMBlob only.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
Available on crate feature DOMCDATASection only.
impl BorrowMut<WebScriptObject> for DOMCDATASection
Available on crate feature
DOMCDATASection only.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
Available on crate feature DOMCSSCharsetRule only.
impl BorrowMut<WebScriptObject> for DOMCSSCharsetRule
Available on crate feature
DOMCSSCharsetRule only.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
Available on crate feature DOMCSSFontFaceRule only.
impl BorrowMut<WebScriptObject> for DOMCSSFontFaceRule
Available on crate feature
DOMCSSFontFaceRule only.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
Available on crate feature DOMCSSImportRule only.
impl BorrowMut<WebScriptObject> for DOMCSSImportRule
Available on crate feature
DOMCSSImportRule only.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
Available on crate feature DOMCSSMediaRule only.
impl BorrowMut<WebScriptObject> for DOMCSSMediaRule
Available on crate feature
DOMCSSMediaRule only.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
Available on crate feature DOMCSSPageRule only.
impl BorrowMut<WebScriptObject> for DOMCSSPageRule
Available on crate feature
DOMCSSPageRule only.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
Available on crate feature DOMCSSPrimitiveValue only.
impl BorrowMut<WebScriptObject> for DOMCSSPrimitiveValue
Available on crate feature
DOMCSSPrimitiveValue only.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
Available on crate feature DOMCSSRule only.
impl BorrowMut<WebScriptObject> for DOMCSSRule
Available on crate feature
DOMCSSRule only.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
Available on crate feature DOMCSSRuleList only.
impl BorrowMut<WebScriptObject> for DOMCSSRuleList
Available on crate feature
DOMCSSRuleList only.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
Available on crate feature DOMCSSStyleDeclaration only.
impl BorrowMut<WebScriptObject> for DOMCSSStyleDeclaration
Available on crate feature
DOMCSSStyleDeclaration only.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
Available on crate feature DOMCSSStyleRule only.
impl BorrowMut<WebScriptObject> for DOMCSSStyleRule
Available on crate feature
DOMCSSStyleRule only.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
Available on crate feature DOMCSSStyleSheet only.
impl BorrowMut<WebScriptObject> for DOMCSSStyleSheet
Available on crate feature
DOMCSSStyleSheet only.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
Available on crate feature DOMCSSUnknownRule only.
impl BorrowMut<WebScriptObject> for DOMCSSUnknownRule
Available on crate feature
DOMCSSUnknownRule only.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
Available on crate feature DOMCSSValue only.
impl BorrowMut<WebScriptObject> for DOMCSSValue
Available on crate feature
DOMCSSValue only.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
Available on crate feature DOMCSSValueList only.
impl BorrowMut<WebScriptObject> for DOMCSSValueList
Available on crate feature
DOMCSSValueList only.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
Available on crate feature DOMCharacterData only.
impl BorrowMut<WebScriptObject> for DOMCharacterData
Available on crate feature
DOMCharacterData only.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
Available on crate feature DOMComment only.
impl BorrowMut<WebScriptObject> for DOMComment
Available on crate feature
DOMComment only.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
Available on crate feature DOMCounter only.
impl BorrowMut<WebScriptObject> for DOMCounter
Available on crate feature
DOMCounter only.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
Available on crate feature DOMDocument only.
impl BorrowMut<WebScriptObject> for DOMDocument
Available on crate feature
DOMDocument only.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
Available on crate feature DOMDocumentFragment only.
impl BorrowMut<WebScriptObject> for DOMDocumentFragment
Available on crate feature
DOMDocumentFragment only.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
Available on crate feature DOMDocumentType only.
impl BorrowMut<WebScriptObject> for DOMDocumentType
Available on crate feature
DOMDocumentType only.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
Available on crate feature DOMElement only.
impl BorrowMut<WebScriptObject> for DOMElement
Available on crate feature
DOMElement only.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
Available on crate feature DOMEntity only.
impl BorrowMut<WebScriptObject> for DOMEntity
Available on crate feature
DOMEntity only.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
Available on crate feature DOMEntityReference only.
impl BorrowMut<WebScriptObject> for DOMEntityReference
Available on crate feature
DOMEntityReference only.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
Available on crate feature DOMEvent only.
impl BorrowMut<WebScriptObject> for DOMEvent
Available on crate feature
DOMEvent only.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
Available on crate feature DOMFile only.
impl BorrowMut<WebScriptObject> for DOMFile
Available on crate feature
DOMFile only.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
Available on crate feature DOMFileList only.
impl BorrowMut<WebScriptObject> for DOMFileList
Available on crate feature
DOMFileList only.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
Available on crate feature DOMHTMLAnchorElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLAnchorElement
Available on crate feature
DOMHTMLAnchorElement only.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
Available on crate feature DOMHTMLAppletElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLAppletElement
Available on crate feature
DOMHTMLAppletElement only.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
Available on crate feature DOMHTMLAreaElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLAreaElement
Available on crate feature
DOMHTMLAreaElement only.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
Available on crate feature DOMHTMLBRElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLBRElement
Available on crate feature
DOMHTMLBRElement only.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
Available on crate feature DOMHTMLBaseElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLBaseElement
Available on crate feature
DOMHTMLBaseElement only.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
Available on crate feature DOMHTMLBaseFontElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLBaseFontElement
Available on crate feature
DOMHTMLBaseFontElement only.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
Available on crate feature DOMHTMLBodyElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLBodyElement
Available on crate feature
DOMHTMLBodyElement only.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
Available on crate feature DOMHTMLButtonElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLButtonElement
Available on crate feature
DOMHTMLButtonElement only.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
Available on crate feature DOMHTMLCollection only.
impl BorrowMut<WebScriptObject> for DOMHTMLCollection
Available on crate feature
DOMHTMLCollection only.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
Available on crate feature DOMHTMLDListElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLDListElement
Available on crate feature
DOMHTMLDListElement only.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
Available on crate feature DOMHTMLDirectoryElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLDirectoryElement
Available on crate feature
DOMHTMLDirectoryElement only.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
Available on crate feature DOMHTMLDivElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLDivElement
Available on crate feature
DOMHTMLDivElement only.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
Available on crate feature DOMHTMLDocument only.
impl BorrowMut<WebScriptObject> for DOMHTMLDocument
Available on crate feature
DOMHTMLDocument only.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
Available on crate feature DOMHTMLElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLElement
Available on crate feature
DOMHTMLElement only.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
Available on crate feature DOMHTMLEmbedElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLEmbedElement
Available on crate feature
DOMHTMLEmbedElement only.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
Available on crate feature DOMHTMLFieldSetElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLFieldSetElement
Available on crate feature
DOMHTMLFieldSetElement only.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
Available on crate feature DOMHTMLFontElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLFontElement
Available on crate feature
DOMHTMLFontElement only.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
Available on crate feature DOMHTMLFormElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLFormElement
Available on crate feature
DOMHTMLFormElement only.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
Available on crate feature DOMHTMLFrameElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLFrameElement
Available on crate feature
DOMHTMLFrameElement only.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
Available on crate feature DOMHTMLFrameSetElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLFrameSetElement
Available on crate feature
DOMHTMLFrameSetElement only.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
Available on crate feature DOMHTMLHRElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLHRElement
Available on crate feature
DOMHTMLHRElement only.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
Available on crate feature DOMHTMLHeadElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLHeadElement
Available on crate feature
DOMHTMLHeadElement only.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
Available on crate feature DOMHTMLHeadingElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLHeadingElement
Available on crate feature
DOMHTMLHeadingElement only.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
Available on crate feature DOMHTMLHtmlElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLHtmlElement
Available on crate feature
DOMHTMLHtmlElement only.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
Available on crate feature DOMHTMLIFrameElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLIFrameElement
Available on crate feature
DOMHTMLIFrameElement only.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
Available on crate feature DOMHTMLImageElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLImageElement
Available on crate feature
DOMHTMLImageElement only.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
Available on crate feature DOMHTMLInputElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLInputElement
Available on crate feature
DOMHTMLInputElement only.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
Available on crate feature DOMHTMLLIElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLLIElement
Available on crate feature
DOMHTMLLIElement only.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
Available on crate feature DOMHTMLLabelElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLLabelElement
Available on crate feature
DOMHTMLLabelElement only.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
Available on crate feature DOMHTMLLegendElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLLegendElement
Available on crate feature
DOMHTMLLegendElement only.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
Available on crate feature DOMHTMLLinkElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLLinkElement
Available on crate feature
DOMHTMLLinkElement only.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
Available on crate feature DOMHTMLMapElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLMapElement
Available on crate feature
DOMHTMLMapElement only.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
Available on crate feature DOMHTMLMarqueeElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLMarqueeElement
Available on crate feature
DOMHTMLMarqueeElement only.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
Available on crate feature DOMHTMLMenuElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLMenuElement
Available on crate feature
DOMHTMLMenuElement only.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
Available on crate feature DOMHTMLMetaElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLMetaElement
Available on crate feature
DOMHTMLMetaElement only.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
Available on crate feature DOMHTMLModElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLModElement
Available on crate feature
DOMHTMLModElement only.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
Available on crate feature DOMHTMLOListElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLOListElement
Available on crate feature
DOMHTMLOListElement only.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
Available on crate feature DOMHTMLObjectElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLObjectElement
Available on crate feature
DOMHTMLObjectElement only.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
Available on crate feature DOMHTMLOptGroupElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLOptGroupElement
Available on crate feature
DOMHTMLOptGroupElement only.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
Available on crate feature DOMHTMLOptionElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLOptionElement
Available on crate feature
DOMHTMLOptionElement only.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
Available on crate feature DOMHTMLOptionsCollection only.
impl BorrowMut<WebScriptObject> for DOMHTMLOptionsCollection
Available on crate feature
DOMHTMLOptionsCollection only.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
Available on crate feature DOMHTMLParagraphElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLParagraphElement
Available on crate feature
DOMHTMLParagraphElement only.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
Available on crate feature DOMHTMLParamElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLParamElement
Available on crate feature
DOMHTMLParamElement only.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
Available on crate feature DOMHTMLPreElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLPreElement
Available on crate feature
DOMHTMLPreElement only.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
Available on crate feature DOMHTMLQuoteElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLQuoteElement
Available on crate feature
DOMHTMLQuoteElement only.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
Available on crate feature DOMHTMLScriptElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLScriptElement
Available on crate feature
DOMHTMLScriptElement only.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
Available on crate feature DOMHTMLSelectElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLSelectElement
Available on crate feature
DOMHTMLSelectElement only.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
Available on crate feature DOMHTMLStyleElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLStyleElement
Available on crate feature
DOMHTMLStyleElement only.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
Available on crate feature DOMHTMLTableCaptionElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLTableCaptionElement
Available on crate feature
DOMHTMLTableCaptionElement only.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
Available on crate feature DOMHTMLTableCellElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLTableCellElement
Available on crate feature
DOMHTMLTableCellElement only.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
Available on crate feature DOMHTMLTableColElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLTableColElement
Available on crate feature
DOMHTMLTableColElement only.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
Available on crate feature DOMHTMLTableElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLTableElement
Available on crate feature
DOMHTMLTableElement only.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
Available on crate feature DOMHTMLTableRowElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLTableRowElement
Available on crate feature
DOMHTMLTableRowElement only.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
Available on crate feature DOMHTMLTableSectionElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLTableSectionElement
Available on crate feature
DOMHTMLTableSectionElement only.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
Available on crate feature DOMHTMLTextAreaElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLTextAreaElement
Available on crate feature
DOMHTMLTextAreaElement only.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
Available on crate feature DOMHTMLTitleElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLTitleElement
Available on crate feature
DOMHTMLTitleElement only.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
Available on crate feature DOMHTMLUListElement only.
impl BorrowMut<WebScriptObject> for DOMHTMLUListElement
Available on crate feature
DOMHTMLUListElement only.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
Available on crate feature DOMImplementation only.
impl BorrowMut<WebScriptObject> for DOMImplementation
Available on crate feature
DOMImplementation only.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
Available on crate feature DOMKeyboardEvent only.
impl BorrowMut<WebScriptObject> for DOMKeyboardEvent
Available on crate feature
DOMKeyboardEvent only.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
Available on crate feature DOMMediaList only.
impl BorrowMut<WebScriptObject> for DOMMediaList
Available on crate feature
DOMMediaList only.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
Available on crate feature DOMMouseEvent only.
impl BorrowMut<WebScriptObject> for DOMMouseEvent
Available on crate feature
DOMMouseEvent only.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
Available on crate feature DOMMutationEvent only.
impl BorrowMut<WebScriptObject> for DOMMutationEvent
Available on crate feature
DOMMutationEvent only.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
Available on crate feature DOMNamedNodeMap only.
impl BorrowMut<WebScriptObject> for DOMNamedNodeMap
Available on crate feature
DOMNamedNodeMap only.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
Available on crate feature DOMNode only.
impl BorrowMut<WebScriptObject> for DOMNode
Available on crate feature
DOMNode only.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
Available on crate feature DOMNodeIterator only.
impl BorrowMut<WebScriptObject> for DOMNodeIterator
Available on crate feature
DOMNodeIterator only.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
Available on crate feature DOMNodeList only.
impl BorrowMut<WebScriptObject> for DOMNodeList
Available on crate feature
DOMNodeList only.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
Available on crate feature DOMObject only.
impl BorrowMut<WebScriptObject> for DOMObject
Available on crate feature
DOMObject only.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
Available on crate feature DOMOverflowEvent only.
impl BorrowMut<WebScriptObject> for DOMOverflowEvent
Available on crate feature
DOMOverflowEvent only.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
Available on crate feature DOMProcessingInstruction only.
impl BorrowMut<WebScriptObject> for DOMProcessingInstruction
Available on crate feature
DOMProcessingInstruction only.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
Available on crate feature DOMProgressEvent only.
impl BorrowMut<WebScriptObject> for DOMProgressEvent
Available on crate feature
DOMProgressEvent only.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
Available on crate feature DOMRGBColor only.
impl BorrowMut<WebScriptObject> for DOMRGBColor
Available on crate feature
DOMRGBColor only.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
Available on crate feature DOMRange only.
impl BorrowMut<WebScriptObject> for DOMRange
Available on crate feature
DOMRange only.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
Available on crate feature DOMRect only.
impl BorrowMut<WebScriptObject> for DOMRect
Available on crate feature
DOMRect only.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
Available on crate feature DOMStyleSheet only.
impl BorrowMut<WebScriptObject> for DOMStyleSheet
Available on crate feature
DOMStyleSheet only.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
Available on crate feature DOMStyleSheetList only.
impl BorrowMut<WebScriptObject> for DOMStyleSheetList
Available on crate feature
DOMStyleSheetList only.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
Available on crate feature DOMText only.
impl BorrowMut<WebScriptObject> for DOMText
Available on crate feature
DOMText only.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
Available on crate feature DOMTreeWalker only.
impl BorrowMut<WebScriptObject> for DOMTreeWalker
Available on crate feature
DOMTreeWalker only.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
Available on crate feature DOMUIEvent only.
impl BorrowMut<WebScriptObject> for DOMUIEvent
Available on crate feature
DOMUIEvent only.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
Available on crate feature DOMWheelEvent only.
impl BorrowMut<WebScriptObject> for DOMWheelEvent
Available on crate feature
DOMWheelEvent only.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
Available on crate feature DOMXPathExpression only.
impl BorrowMut<WebScriptObject> for DOMXPathExpression
Available on crate feature
DOMXPathExpression only.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
Available on crate feature DOMXPathResult only.
impl BorrowMut<WebScriptObject> for DOMXPathResult
Available on crate feature
DOMXPathResult only.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
§type Mutability = InteriorMutable
type Mutability = InteriorMutable
Whether the type is mutable or immutable. Read more
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§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) -> Retained<NSObject>
fn debugDescription(&self) -> Retained<NSObject>
A textual representation of the object to use when debugging. Read more
source§impl PartialEq for WebScriptObject
impl PartialEq for WebScriptObject
source§fn eq(&self, other: &WebScriptObject) -> bool
fn eq(&self, other: &WebScriptObject) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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
source§impl<T> CounterpartOrSelf for T
impl<T> CounterpartOrSelf for T
§type Immutable = <<T as ClassType>::Mutability as MutabilityCounterpartOrSelf<T>>::Immutable
type Immutable = <<T as ClassType>::Mutability as MutabilityCounterpartOrSelf<T>>::Immutable
The immutable counterpart of the type, or
Self if the type has no
immutable counterpart. Read more§type Mutable = <<T as ClassType>::Mutability as MutabilityCounterpartOrSelf<T>>::Mutable
type Mutable = <<T as ClassType>::Mutability as MutabilityCounterpartOrSelf<T>>::Mutable
The mutable counterpart of the type, or
Self if the type has no
mutable counterpart. Read more