Struct WebScriptObject

Source
#[repr(C)]
pub struct WebScriptObject { /* private fields */ }
👎Deprecated
Available on crate features WebKit and WebKit_WebScriptObject only.

Implementations§

Source§

impl WebScriptObject

Source

pub unsafe fn throwException(exception_message: Option<&NSString>) -> bool

👎Deprecated
Available on crate feature Foundation_NSString only.
Source

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

👎Deprecated
Available on crate features Foundation_NSArray and Foundation_NSString only.
Source

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

👎Deprecated
Available on crate feature Foundation_NSString only.
Source

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

👎Deprecated
Available on crate feature Foundation_NSString only.
Source

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

👎Deprecated
Available on crate feature Foundation_NSString only.
Source

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

👎Deprecated
Source

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

👎Deprecated
Source

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

👎Deprecated
Available on crate feature Foundation_NSString only.
Source§

impl WebScriptObject

Methods declared on superclass NSObject

Source

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

👎Deprecated: icrate::WebKit has been moved to objc2-web-kit
Source

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

👎Deprecated: icrate::WebKit has been moved to objc2-web-kit

Methods from Deref<Target = NSObject>§

Source

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

Available on crate feature AuthenticationServices only.

Handle messages the object doesn’t recognize.

See Apple’s documentation for details.

Methods from Deref<Target = AnyObject>§

Source

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

Dynamically find the class of this object.

§Example

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

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

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

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

👎Deprecated: this is difficult to use correctly, use Ivar::load instead.

Use Ivar::load instead.

§Safety

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

See Ivar::load_ptr for details surrounding this.

Source

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

👎Deprecated: this is difficult to use correctly, use Ivar::load_mut instead.

Use Ivar::load_mut instead.

§Safety

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

See Ivar::load_ptr for details surrounding this.

Trait Implementations§

Source§

impl AsMut<AnyObject> for WebScriptObject

Source§

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

Converts this type into a mutable reference of the (usually inferred) input type.
Source§

impl AsMut<NSObject> for WebScriptObject

Source§

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

Converts this type into a mutable reference of the (usually inferred) input type.
Source§

impl AsMut<WebScriptObject> for DOMAbstractView

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Converts this type into a mutable reference of the (usually inferred) input type.
Source§

impl AsRef<AnyObject> for WebScriptObject

Source§

fn as_ref(&self) -> &AnyObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<NSObject> for WebScriptObject

Source§

fn as_ref(&self) -> &NSObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMAbstractView

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMAttr

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMBlob

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMCDATASection

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMCSSCharsetRule

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMCSSFontFaceRule

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMCSSImportRule

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMCSSMediaRule

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMCSSPageRule

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMCSSPrimitiveValue

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMCSSRule

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMCSSRuleList

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMCSSStyleDeclaration

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMCSSStyleRule

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMCSSStyleSheet

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMCSSUnknownRule

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMCSSValue

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMCSSValueList

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMCharacterData

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMComment

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMCounter

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMDocument

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMDocumentFragment

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMDocumentType

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMEntity

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMEntityReference

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMEvent

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMFile

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMFileList

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLAnchorElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLAppletElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLAreaElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLBRElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLBaseElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLBaseFontElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLBodyElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLButtonElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLCollection

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLDListElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLDirectoryElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLDivElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLDocument

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLEmbedElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLFieldSetElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLFontElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLFormElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLFrameElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLFrameSetElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLHRElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLHeadElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLHeadingElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLHtmlElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLIFrameElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLImageElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLInputElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLLIElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLLabelElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLLegendElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLLinkElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLMapElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLMarqueeElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLMenuElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLMetaElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLModElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLOListElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLObjectElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLOptGroupElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLOptionElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLOptionsCollection

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLParagraphElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLParamElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLPreElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLQuoteElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLScriptElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLSelectElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLStyleElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLTableCaptionElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLTableCellElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLTableColElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLTableElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLTableRowElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLTableSectionElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLTextAreaElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLTitleElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMHTMLUListElement

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMImplementation

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMKeyboardEvent

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMMediaList

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMMouseEvent

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMMutationEvent

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMNamedNodeMap

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMNode

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMNodeIterator

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMNodeList

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMObject

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMOverflowEvent

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMProcessingInstruction

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMProgressEvent

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMRGBColor

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMRange

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMRect

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMStyleSheet

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMStyleSheetList

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMText

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMTreeWalker

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMUIEvent

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMWheelEvent

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMXPathExpression

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for DOMXPathResult

Source§

fn as_ref(&self) -> &WebScriptObject

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl AsRef<WebScriptObject> for WebScriptObject

Source§

fn as_ref(&self) -> &Self

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl Borrow<AnyObject> for WebScriptObject

Source§

fn borrow(&self) -> &AnyObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<NSObject> for WebScriptObject

Source§

fn borrow(&self) -> &NSObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMAbstractView

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMAttr

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMBlob

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMCDATASection

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMCSSCharsetRule

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMCSSFontFaceRule

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMCSSImportRule

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMCSSMediaRule

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMCSSPageRule

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMCSSPrimitiveValue

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMCSSRule

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMCSSRuleList

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMCSSStyleDeclaration

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMCSSStyleRule

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMCSSStyleSheet

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMCSSUnknownRule

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMCSSValue

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMCSSValueList

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMCharacterData

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMComment

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMCounter

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMDocument

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMDocumentFragment

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMDocumentType

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMEntity

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMEntityReference

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMEvent

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMFile

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMFileList

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLAnchorElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLAppletElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLAreaElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLBRElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLBaseElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLBaseFontElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLBodyElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLButtonElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLCollection

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLDListElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLDirectoryElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLDivElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLDocument

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLEmbedElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLFieldSetElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLFontElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLFormElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLFrameElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLFrameSetElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLHRElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLHeadElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLHeadingElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLHtmlElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLIFrameElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLImageElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLInputElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLLIElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLLabelElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLLegendElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLLinkElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLMapElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLMarqueeElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLMenuElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLMetaElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLModElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLOListElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLObjectElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLOptGroupElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLOptionElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLOptionsCollection

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLParagraphElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLParamElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLPreElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLQuoteElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLScriptElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLSelectElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLStyleElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLTableCaptionElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLTableCellElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLTableColElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLTableElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLTableRowElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLTableSectionElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLTextAreaElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLTitleElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMHTMLUListElement

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMImplementation

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMKeyboardEvent

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMMediaList

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMMouseEvent

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMMutationEvent

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMNamedNodeMap

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMNode

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMNodeIterator

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMNodeList

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMObject

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMOverflowEvent

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMProcessingInstruction

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMProgressEvent

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMRGBColor

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMRange

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMRect

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMStyleSheet

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMStyleSheetList

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMText

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMTreeWalker

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMUIEvent

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMWheelEvent

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMXPathExpression

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl Borrow<WebScriptObject> for DOMXPathResult

Source§

fn borrow(&self) -> &WebScriptObject

Immutably borrows from an owned value. Read more
Source§

impl BorrowMut<AnyObject> for WebScriptObject

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<NSObject> for WebScriptObject

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMAbstractView

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMAttr

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMBlob

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMCDATASection

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMCSSCharsetRule

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMCSSFontFaceRule

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMCSSImportRule

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMCSSMediaRule

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMCSSPageRule

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMCSSPrimitiveValue

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMCSSRule

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMCSSRuleList

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMCSSStyleDeclaration

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMCSSStyleRule

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMCSSStyleSheet

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMCSSUnknownRule

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMCSSValue

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMCSSValueList

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMCharacterData

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMComment

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMCounter

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMDocument

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMDocumentFragment

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMDocumentType

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMEntity

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMEntityReference

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMEvent

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMFile

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMFileList

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLAnchorElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLAppletElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLAreaElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLBRElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLBaseElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLBaseFontElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLBodyElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLButtonElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLCollection

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLDListElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLDirectoryElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLDivElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLDocument

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLEmbedElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLFieldSetElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLFontElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLFormElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLFrameElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLFrameSetElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLHRElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLHeadElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLHeadingElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLHtmlElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLIFrameElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLImageElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLInputElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLLIElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLLabelElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLLegendElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLLinkElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLMapElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLMarqueeElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLMenuElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLMetaElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLModElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLOListElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLObjectElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLOptGroupElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLOptionElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLOptionsCollection

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLParagraphElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLParamElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLPreElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLQuoteElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLScriptElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLSelectElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLStyleElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLTableCaptionElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLTableCellElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLTableColElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLTableElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLTableRowElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLTableSectionElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLTextAreaElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLTitleElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMHTMLUListElement

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMImplementation

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMKeyboardEvent

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMMediaList

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMMouseEvent

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMMutationEvent

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMNamedNodeMap

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMNode

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMNodeIterator

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMNodeList

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMObject

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMOverflowEvent

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMProcessingInstruction

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMProgressEvent

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMRGBColor

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMRange

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMRect

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMStyleSheet

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMStyleSheetList

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMText

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMTreeWalker

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMUIEvent

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMWheelEvent

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMXPathExpression

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl BorrowMut<WebScriptObject> for DOMXPathResult

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl ClassType for WebScriptObject

Source§

const NAME: &'static str = "WebScriptObject"

The name of the Objective-C class that this type represents. Read more
Source§

type Super = NSObject

The superclass of this class. Read more
Source§

type Mutability = InteriorMutable

Whether the type is mutable or immutable. Read more
Source§

fn class() -> &'static AnyClass

Get a reference to the Objective-C class that this type represents. Read more
Source§

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

Get an immutable reference to the superclass.
Source§

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

Get a mutable reference to the superclass.
Source§

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

Increment the reference count of the receiver. Read more
Source§

fn alloc() -> Allocated<Self>

Allocate a new instance of the class. Read more
Source§

impl Debug for WebScriptObject

Source§

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

Formats the value using the given formatter. Read more
Source§

impl Deref for WebScriptObject

Source§

type Target = NSObject

The resulting type after dereferencing.
Source§

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

Dereferences the value.
Source§

impl DerefMut for WebScriptObject

Source§

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

Mutably dereferences the value.
Source§

impl Hash for WebScriptObject

Source§

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

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

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

Feeds a slice of this type into the given Hasher. Read more
Source§

impl NSObjectProtocol for WebScriptObject

Source§

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

Check whether the object is equal to an arbitrary other object. Read more
Source§

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

An integer that can be used as a table address in a hash table structure. Read more
Source§

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

Check if the object is an instance of the class, or one of its subclasses. Read more
Source§

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

Check if the object is an instance of the class type, or one of its subclasses. Read more
Source§

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

Check if the object is an instance of a specific class, without checking subclasses. Read more
Source§

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

Check whether the object implements or inherits a method with the given selector. Read more
Source§

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

Check whether the object conforms to a given protocol. Read more
Source§

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

A textual representation of the object. Read more
Source§

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

A textual representation of the object to use when debugging. Read more
Source§

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

Check whether the receiver is a subclass of the NSProxy root class instead of the usual NSObject. Read more
Source§

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

The reference count of the object. Read more
Source§

impl PartialEq for WebScriptObject

Source§

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

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

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

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl RefEncode for WebScriptObject

Source§

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

The Objective-C type-encoding for a reference of this type. Read more
Source§

impl Eq for WebScriptObject

Source§

impl Message for WebScriptObject

Source§

impl StructuralPartialEq for WebScriptObject

Auto Trait Implementations§

Blanket Implementations§

Source§

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

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

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

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

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

Source§

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

Mutably borrows from an owned value. Read more
Source§

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

Source§

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
Source§

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

The mutable counterpart of the type, or Self if the type has no mutable counterpart. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

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

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

impl<P, T> Receiver for P
where P: Deref<Target = T> + ?Sized, T: ?Sized,

Source§

type Target = T

🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.
Source§

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

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

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

Performs the conversion.
Source§

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

Source§

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

The type returned in the event of a conversion error.
Source§

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

Performs the conversion.
Source§

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

Source§

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

Source§

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

Source§

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