Struct GlobalEventHandlers

Source
pub struct GlobalEventHandlers(/* private fields */);

Implementations§

Source§

impl GlobalEventHandlers

Source

pub fn remove_event_listener( &self, type_: &dyn ToJs<JsString>, listener: &dyn ToJs<JsValue>, options: &dyn ToJs<JsNullable<JsValue>>, ) -> JsNullish

Source

pub fn add_event_listener( &self, type_: &dyn ToJs<JsString>, listener: &dyn ToJs<JsValue>, options: &dyn ToJs<JsNullable<JsValue>>, ) -> JsNullish

Source

pub fn get_onwheel(&self) -> JsNullable<JsValue>

Source

pub fn set_onwheel(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onwebkittransitionend(&self) -> JsNullable<JsValue>

Source

pub fn set_onwebkittransitionend(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onwebkitanimationstart(&self) -> JsNullable<JsValue>

Source

pub fn set_onwebkitanimationstart(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onwebkitanimationiteration(&self) -> JsNullable<JsValue>

Source

pub fn set_onwebkitanimationiteration( &self, value: &dyn ToJs<JsNullable<JsValue>>, )

Source

pub fn get_onwebkitanimationend(&self) -> JsNullable<JsValue>

Source

pub fn set_onwebkitanimationend(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onwaiting(&self) -> JsNullable<JsValue>

Source

pub fn set_onwaiting(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onvolumechange(&self) -> JsNullable<JsValue>

Source

pub fn set_onvolumechange(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_ontransitionstart(&self) -> JsNullable<JsValue>

Source

pub fn set_ontransitionstart(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_ontransitionrun(&self) -> JsNullable<JsValue>

Source

pub fn set_ontransitionrun(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_ontransitionend(&self) -> JsNullable<JsValue>

Source

pub fn set_ontransitionend(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_ontransitioncancel(&self) -> JsNullable<JsValue>

Source

pub fn set_ontransitioncancel(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_ontouchstart(&self) -> JsNullable<JsNullable<JsValue>>

Source

pub fn set_ontouchstart( &self, value: &dyn ToJs<JsNullable<JsNullable<JsValue>>>, )

Source

pub fn get_ontouchmove(&self) -> JsNullable<JsNullable<JsValue>>

Source

pub fn set_ontouchmove(&self, value: &dyn ToJs<JsNullable<JsNullable<JsValue>>>)

Source

pub fn get_ontouchend(&self) -> JsNullable<JsNullable<JsValue>>

Source

pub fn set_ontouchend(&self, value: &dyn ToJs<JsNullable<JsNullable<JsValue>>>)

Source

pub fn get_ontouchcancel(&self) -> JsNullable<JsNullable<JsValue>>

Source

pub fn set_ontouchcancel( &self, value: &dyn ToJs<JsNullable<JsNullable<JsValue>>>, )

Source

pub fn get_ontoggle(&self) -> JsNullable<JsValue>

Source

pub fn set_ontoggle(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_ontimeupdate(&self) -> JsNullable<JsValue>

Source

pub fn set_ontimeupdate(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onsuspend(&self) -> JsNullable<JsValue>

Source

pub fn set_onsuspend(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onsubmit(&self) -> JsNullable<JsValue>

Source

pub fn set_onsubmit(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onstalled(&self) -> JsNullable<JsValue>

Source

pub fn set_onstalled(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onslotchange(&self) -> JsNullable<JsValue>

Source

pub fn set_onslotchange(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onselectstart(&self) -> JsNullable<JsValue>

Source

pub fn set_onselectstart(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onselectionchange(&self) -> JsNullable<JsValue>

Source

pub fn set_onselectionchange(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onselect(&self) -> JsNullable<JsValue>

Source

pub fn set_onselect(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onseeking(&self) -> JsNullable<JsValue>

Source

pub fn set_onseeking(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onseeked(&self) -> JsNullable<JsValue>

Source

pub fn set_onseeked(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onsecuritypolicyviolation(&self) -> JsNullable<JsValue>

Source

pub fn set_onsecuritypolicyviolation( &self, value: &dyn ToJs<JsNullable<JsValue>>, )

Source

pub fn get_onscrollend(&self) -> JsNullable<JsValue>

Source

pub fn set_onscrollend(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onscroll(&self) -> JsNullable<JsValue>

Source

pub fn set_onscroll(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onresize(&self) -> JsNullable<JsValue>

Source

pub fn set_onresize(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onreset(&self) -> JsNullable<JsValue>

Source

pub fn set_onreset(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onratechange(&self) -> JsNullable<JsValue>

Source

pub fn set_onratechange(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onprogress(&self) -> JsNullable<JsValue>

Source

pub fn set_onprogress(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onpointerup(&self) -> JsNullable<JsValue>

Source

pub fn set_onpointerup(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onpointerover(&self) -> JsNullable<JsValue>

Source

pub fn set_onpointerover(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onpointerout(&self) -> JsNullable<JsValue>

Source

pub fn set_onpointerout(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onpointermove(&self) -> JsNullable<JsValue>

Source

pub fn set_onpointermove(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onpointerleave(&self) -> JsNullable<JsValue>

Source

pub fn set_onpointerleave(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onpointerenter(&self) -> JsNullable<JsValue>

Source

pub fn set_onpointerenter(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onpointerdown(&self) -> JsNullable<JsValue>

Source

pub fn set_onpointerdown(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onpointercancel(&self) -> JsNullable<JsValue>

Source

pub fn set_onpointercancel(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onplaying(&self) -> JsNullable<JsValue>

Source

pub fn set_onplaying(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onplay(&self) -> JsNullable<JsValue>

Source

pub fn set_onplay(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onpause(&self) -> JsNullable<JsValue>

Source

pub fn set_onpause(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onpaste(&self) -> JsNullable<JsValue>

Source

pub fn set_onpaste(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onmouseup(&self) -> JsNullable<JsValue>

Source

pub fn set_onmouseup(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onmouseover(&self) -> JsNullable<JsValue>

Source

pub fn set_onmouseover(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onmouseout(&self) -> JsNullable<JsValue>

Source

pub fn set_onmouseout(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onmousemove(&self) -> JsNullable<JsValue>

Source

pub fn set_onmousemove(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onmouseleave(&self) -> JsNullable<JsValue>

Source

pub fn set_onmouseleave(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onmouseenter(&self) -> JsNullable<JsValue>

Source

pub fn set_onmouseenter(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onmousedown(&self) -> JsNullable<JsValue>

Source

pub fn set_onmousedown(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onlostpointercapture(&self) -> JsNullable<JsValue>

Source

pub fn set_onlostpointercapture(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onloadstart(&self) -> JsNullable<JsValue>

Source

pub fn set_onloadstart(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onloadedmetadata(&self) -> JsNullable<JsValue>

Source

pub fn set_onloadedmetadata(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onloadeddata(&self) -> JsNullable<JsValue>

Source

pub fn set_onloadeddata(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onload(&self) -> JsNullable<JsValue>

Source

pub fn set_onload(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onkeyup(&self) -> JsNullable<JsValue>

Source

pub fn set_onkeyup(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onkeypress(&self) -> JsNullable<JsValue>

Source

pub fn set_onkeypress(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onkeydown(&self) -> JsNullable<JsValue>

Source

pub fn set_onkeydown(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_oninvalid(&self) -> JsNullable<JsValue>

Source

pub fn set_oninvalid(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_oninput(&self) -> JsNullable<JsValue>

Source

pub fn set_oninput(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_ongotpointercapture(&self) -> JsNullable<JsValue>

Source

pub fn set_ongotpointercapture(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onformdata(&self) -> JsNullable<JsValue>

Source

pub fn set_onformdata(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onfocus(&self) -> JsNullable<JsValue>

Source

pub fn set_onfocus(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onerror(&self) -> JsNullable<OnErrorEventHandlerNonNull>

Source

pub fn set_onerror( &self, value: &dyn ToJs<JsNullable<OnErrorEventHandlerNonNull>>, )

Source

pub fn get_onended(&self) -> JsNullable<JsValue>

Source

pub fn set_onended(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onemptied(&self) -> JsNullable<JsValue>

Source

pub fn set_onemptied(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_ondurationchange(&self) -> JsNullable<JsValue>

Source

pub fn set_ondurationchange(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_ondrop(&self) -> JsNullable<JsValue>

Source

pub fn set_ondrop(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_ondragstart(&self) -> JsNullable<JsValue>

Source

pub fn set_ondragstart(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_ondragover(&self) -> JsNullable<JsValue>

Source

pub fn set_ondragover(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_ondragleave(&self) -> JsNullable<JsValue>

Source

pub fn set_ondragleave(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_ondragenter(&self) -> JsNullable<JsValue>

Source

pub fn set_ondragenter(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_ondragend(&self) -> JsNullable<JsValue>

Source

pub fn set_ondragend(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_ondrag(&self) -> JsNullable<JsValue>

Source

pub fn set_ondrag(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_ondblclick(&self) -> JsNullable<JsValue>

Source

pub fn set_ondblclick(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_oncut(&self) -> JsNullable<JsValue>

Source

pub fn set_oncut(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_oncuechange(&self) -> JsNullable<JsValue>

Source

pub fn set_oncuechange(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_oncopy(&self) -> JsNullable<JsValue>

Source

pub fn set_oncopy(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_oncontextmenu(&self) -> JsNullable<JsValue>

Source

pub fn set_oncontextmenu(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onclose(&self) -> JsNullable<JsValue>

Source

pub fn set_onclose(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onclick(&self) -> JsNullable<JsValue>

Source

pub fn set_onclick(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onchange(&self) -> JsNullable<JsValue>

Source

pub fn set_onchange(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_oncanplaythrough(&self) -> JsNullable<JsValue>

Source

pub fn set_oncanplaythrough(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_oncanplay(&self) -> JsNullable<JsValue>

Source

pub fn set_oncanplay(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_oncancel(&self) -> JsNullable<JsValue>

Source

pub fn set_oncancel(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onblur(&self) -> JsNullable<JsValue>

Source

pub fn set_onblur(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onbeforeinput(&self) -> JsNullable<JsValue>

Source

pub fn set_onbeforeinput(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onauxclick(&self) -> JsNullable<JsValue>

Source

pub fn set_onauxclick(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onanimationstart(&self) -> JsNullable<JsValue>

Source

pub fn set_onanimationstart(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onanimationiteration(&self) -> JsNullable<JsValue>

Source

pub fn set_onanimationiteration(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onanimationend(&self) -> JsNullable<JsValue>

Source

pub fn set_onanimationend(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onanimationcancel(&self) -> JsNullable<JsValue>

Source

pub fn set_onanimationcancel(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Source

pub fn get_onabort(&self) -> JsNullable<JsValue>

Source

pub fn set_onabort(&self, value: &dyn ToJs<JsNullable<JsValue>>)

Methods from Deref<Target = JsObject>§

Source

pub fn js_get_field(&self, property: &dyn UseInJsCode) -> JsValue

Get a field value of in this object.

WSDOM provides built-in getters so you should use that instead when possible.

Use js_get_field only when needed

fn example(browser: Browser) {
    // you can get `window["location"]["href"]` like this
    let href: JsValue = wsdom::dom::location(&browser).js_get_field(&"href");

    // but you should use built-in getters instead
    let href: JsString = wsdom::dom::location(&browser).get_href();
}
Source

pub fn js_set_field(&self, property: &dyn UseInJsCode, value: &dyn UseInJsCode)

Set a field value of in this object.

WSDOM provides built-in setters so you should use that instead when possible.

Use js_set_field only when needed

fn example(browser: Browser) {
    // you can set `window["location"]["href"]` like this
    wsdom::dom::location(&browser).js_set_field(&"href", &"https://example.com/");

    // but you should use built-in setters instead
    wsdom::dom::location(&browser).set_href(&"https://example.com");
}
Source

pub fn js_call_method<'a>( &'a self, method_name: &'a str, args: impl IntoIterator<Item = &'a dyn UseInJsCode>, last_arg_variadic: bool, ) -> JsValue

Call a method on this object.

Most types in WSDOM already come with safe Rust wrappers for their methods, so you should use those instead.

fn example(browser: &Browser) {
    let console = wsdom::dom::console(browser);
    // you can call console.log like this
    console.js_call_method("log", [&"hello" as &_], false);
     
    // but the better way is to use
    wsdom::dom::console(&browser).log(&[&"Hello" as &_]);
}

Be aware that the first argument (method_name) is NOT escaped.

Set last_arg_variadic to true if you want to “spread” the last argument as obj.method(arg1, arg2, ...arg3).

Source

pub fn js_call_self<'a>( &'a self, args: impl IntoIterator<Item = &'a dyn UseInJsCode>, last_arg_variadic: bool, ) -> JsValue

Call this object: obj().

Most types in WSDOM already come with safe Rust wrappers for their methods, so you should use those instead.

Methods from Deref<Target = JsValue>§

Source

pub fn browser(&self) -> &Browser

Source

pub fn retrieve_json(&self) -> RetrieveFuture<'_, Value>

Retrive this value from the JS side to the Rust side. Returns Future whose output is a serde_json::Value.

§use wsdom::dom::Browser
§use wsdom::dom::HTMLInputElement;

async fn example(input: &HTMLInputElement) { let _val = input.get_value().retrieve_json().await; }

Trait Implementations§

Source§

impl AsRef<GlobalEventHandlers> for Document

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for GlobalEventHandlers

Source§

fn as_ref(&self) -> &Self

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

impl AsRef<GlobalEventHandlers> for HTMLAnchorElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLAreaElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLAudioElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLBRElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLBaseElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLBodyElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLButtonElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLCanvasElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLDListElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLDataElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLDataListElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLDetailsElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLDialogElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLDirectoryElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLDivElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLDocument

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLEmbedElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLFieldSetElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLFontElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLFormElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLFrameElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLFrameSetElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLHRElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLHeadElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLHeadingElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLHtmlElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLIFrameElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLImageElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLInputElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLLIElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLLabelElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLLegendElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLLinkElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLMapElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLMarqueeElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLMediaElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLMenuElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLMetaElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLMeterElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLModElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLOListElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLObjectElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLOptGroupElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLOptionElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLOutputElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLParagraphElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLParamElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLPictureElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLPreElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLProgressElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLQuoteElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLScriptElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLSelectElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLSlotElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLSourceElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLSpanElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLStyleElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLTableCaptionElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLTableCellElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLTableColElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLTableDataCellElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLTableElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLTableHeaderCellElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLTableRowElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLTableSectionElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLTemplateElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLTextAreaElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLTimeElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLTitleElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLTrackElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLUListElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLUnknownElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for HTMLVideoElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for MathMLElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGAElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGAnimateElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGAnimateMotionElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGAnimateTransformElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGAnimationElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGCircleElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGClipPathElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGComponentTransferFunctionElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGDefsElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGDescElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGEllipseElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEBlendElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEColorMatrixElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEComponentTransferElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFECompositeElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEConvolveMatrixElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEDiffuseLightingElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEDisplacementMapElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEDistantLightElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEDropShadowElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEFloodElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEFuncAElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEFuncBElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEFuncGElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEFuncRElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEGaussianBlurElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEImageElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEMergeElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEMergeNodeElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEMorphologyElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEOffsetElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFEPointLightElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFESpecularLightingElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFESpotLightElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFETileElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFETurbulenceElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGFilterElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGForeignObjectElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGGElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGGeometryElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGGradientElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGGraphicsElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGImageElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGLineElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGLinearGradientElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGMPathElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGMarkerElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGMaskElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGMetadataElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGPathElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGPatternElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGPolygonElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGPolylineElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGRadialGradientElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGRectElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGSVGElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGScriptElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGSetElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGStopElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGStyleElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGSwitchElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGSymbolElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGTSpanElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGTextContentElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGTextElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGTextPathElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGTextPositioningElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGTitleElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGUseElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for SVGViewElement

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for Window

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<GlobalEventHandlers> for XMLDocument

Source§

fn as_ref(&self) -> &GlobalEventHandlers

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

impl AsRef<JsObject> for GlobalEventHandlers

Source§

fn as_ref(&self) -> &JsObject

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

impl AsRef<JsValue> for GlobalEventHandlers

Source§

fn as_ref(&self) -> &JsValue

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

impl Clone for GlobalEventHandlers

Source§

fn clone(&self) -> GlobalEventHandlers

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Deref for GlobalEventHandlers

Source§

type Target = JsObject

The resulting type after dereferencing.
Source§

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

Dereferences the value.
Source§

impl Into<GlobalEventHandlers> for Document

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLAnchorElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLAreaElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLAudioElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLBRElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLBaseElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLBodyElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLButtonElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLCanvasElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLDListElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLDataElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLDataListElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLDetailsElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLDialogElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLDirectoryElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLDivElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLDocument

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLEmbedElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLFieldSetElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLFontElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLFormElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLFrameElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLFrameSetElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLHRElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLHeadElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLHeadingElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLHtmlElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLIFrameElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLImageElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLInputElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLLIElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLLabelElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLLegendElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLLinkElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLMapElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLMarqueeElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLMediaElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLMenuElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLMetaElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLMeterElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLModElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLOListElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLObjectElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLOptGroupElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLOptionElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLOutputElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLParagraphElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLParamElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLPictureElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLPreElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLProgressElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLQuoteElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLScriptElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLSelectElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLSlotElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLSourceElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLSpanElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLStyleElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLTableCaptionElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLTableCellElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLTableColElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLTableDataCellElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLTableElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLTableHeaderCellElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLTableRowElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLTableSectionElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLTemplateElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLTextAreaElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLTimeElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLTitleElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLTrackElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLUListElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLUnknownElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for HTMLVideoElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for MathMLElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGAElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGAnimateElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGAnimateMotionElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGAnimateTransformElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGAnimationElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGCircleElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGClipPathElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGComponentTransferFunctionElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGDefsElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGDescElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGEllipseElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEBlendElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEColorMatrixElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEComponentTransferElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFECompositeElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEConvolveMatrixElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEDiffuseLightingElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEDisplacementMapElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEDistantLightElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEDropShadowElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEFloodElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEFuncAElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEFuncBElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEFuncGElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEFuncRElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEGaussianBlurElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEImageElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEMergeElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEMergeNodeElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEMorphologyElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEOffsetElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFEPointLightElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFESpecularLightingElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFESpotLightElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFETileElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFETurbulenceElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGFilterElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGForeignObjectElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGGElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGGeometryElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGGradientElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGGraphicsElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGImageElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGLineElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGLinearGradientElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGMPathElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGMarkerElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGMaskElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGMetadataElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGPathElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGPatternElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGPolygonElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGPolylineElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGRadialGradientElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGRectElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGSVGElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGScriptElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGSetElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGStopElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGStyleElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGSwitchElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGSymbolElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGTSpanElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGTextContentElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGTextElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGTextPathElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGTextPositioningElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGTitleElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGUseElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for SVGViewElement

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for Window

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<GlobalEventHandlers> for XMLDocument

Source§

fn into(self) -> GlobalEventHandlers

Converts this type into the (usually inferred) input type.
Source§

impl Into<JsObject> for GlobalEventHandlers

Source§

fn into(self) -> JsObject

Converts this type into the (usually inferred) input type.
Source§

impl Into<JsValue> for GlobalEventHandlers

Source§

fn into(self) -> JsValue

Converts this type into the (usually inferred) input type.
Source§

impl JsCast for GlobalEventHandlers

Source§

fn unchecked_from_js(val: JsValue) -> Self

Source§

fn unchecked_from_js_ref(val: &JsValue) -> &Self

Source§

fn unchecked_into<T>(self) -> T
where T: JsCast,

Source§

fn unchecked_ref<T>(&self) -> &T
where T: JsCast,

Source§

impl RefCast for GlobalEventHandlers

Source§

type From = JsValue

Source§

fn ref_cast(_from: &Self::From) -> &Self

Source§

fn ref_cast_mut(_from: &mut Self::From) -> &mut Self

Source§

impl UseInJsCode for GlobalEventHandlers

Source§

fn serialize_to(&self, buf: &mut Formatter<'_>) -> Result

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> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. 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> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
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> ToJs<T> for T
where T: UseInJsCode + ?Sized,