pub struct GlobalEventHandlers(/* private fields */);
Implementations§
Source§impl GlobalEventHandlers
impl GlobalEventHandlers
pub fn remove_event_listener( &self, type_: &dyn ToJs<JsString>, listener: &dyn ToJs<JsValue>, options: &dyn ToJs<JsNullable<JsValue>>, ) -> JsNullish
pub fn add_event_listener( &self, type_: &dyn ToJs<JsString>, listener: &dyn ToJs<JsValue>, options: &dyn ToJs<JsNullable<JsValue>>, ) -> JsNullish
pub fn get_onwheel(&self) -> JsNullable<JsValue>
pub fn set_onwheel(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onwebkittransitionend(&self) -> JsNullable<JsValue>
pub fn set_onwebkittransitionend(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onwebkitanimationstart(&self) -> JsNullable<JsValue>
pub fn set_onwebkitanimationstart(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onwebkitanimationiteration(&self) -> JsNullable<JsValue>
pub fn set_onwebkitanimationiteration( &self, value: &dyn ToJs<JsNullable<JsValue>>, )
pub fn get_onwebkitanimationend(&self) -> JsNullable<JsValue>
pub fn set_onwebkitanimationend(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onwaiting(&self) -> JsNullable<JsValue>
pub fn set_onwaiting(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onvolumechange(&self) -> JsNullable<JsValue>
pub fn set_onvolumechange(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_ontransitionstart(&self) -> JsNullable<JsValue>
pub fn set_ontransitionstart(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_ontransitionrun(&self) -> JsNullable<JsValue>
pub fn set_ontransitionrun(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_ontransitionend(&self) -> JsNullable<JsValue>
pub fn set_ontransitionend(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_ontransitioncancel(&self) -> JsNullable<JsValue>
pub fn set_ontransitioncancel(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_ontouchstart(&self) -> JsNullable<JsNullable<JsValue>>
pub fn set_ontouchstart( &self, value: &dyn ToJs<JsNullable<JsNullable<JsValue>>>, )
pub fn get_ontouchmove(&self) -> JsNullable<JsNullable<JsValue>>
pub fn set_ontouchmove(&self, value: &dyn ToJs<JsNullable<JsNullable<JsValue>>>)
pub fn get_ontouchend(&self) -> JsNullable<JsNullable<JsValue>>
pub fn set_ontouchend(&self, value: &dyn ToJs<JsNullable<JsNullable<JsValue>>>)
pub fn get_ontouchcancel(&self) -> JsNullable<JsNullable<JsValue>>
pub fn set_ontouchcancel( &self, value: &dyn ToJs<JsNullable<JsNullable<JsValue>>>, )
pub fn get_ontoggle(&self) -> JsNullable<JsValue>
pub fn set_ontoggle(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_ontimeupdate(&self) -> JsNullable<JsValue>
pub fn set_ontimeupdate(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onsuspend(&self) -> JsNullable<JsValue>
pub fn set_onsuspend(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onsubmit(&self) -> JsNullable<JsValue>
pub fn set_onsubmit(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onstalled(&self) -> JsNullable<JsValue>
pub fn set_onstalled(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onslotchange(&self) -> JsNullable<JsValue>
pub fn set_onslotchange(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onselectstart(&self) -> JsNullable<JsValue>
pub fn set_onselectstart(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onselectionchange(&self) -> JsNullable<JsValue>
pub fn set_onselectionchange(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onselect(&self) -> JsNullable<JsValue>
pub fn set_onselect(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onseeking(&self) -> JsNullable<JsValue>
pub fn set_onseeking(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onseeked(&self) -> JsNullable<JsValue>
pub fn set_onseeked(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onsecuritypolicyviolation(&self) -> JsNullable<JsValue>
pub fn set_onsecuritypolicyviolation( &self, value: &dyn ToJs<JsNullable<JsValue>>, )
pub fn get_onscrollend(&self) -> JsNullable<JsValue>
pub fn set_onscrollend(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onscroll(&self) -> JsNullable<JsValue>
pub fn set_onscroll(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onresize(&self) -> JsNullable<JsValue>
pub fn set_onresize(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onreset(&self) -> JsNullable<JsValue>
pub fn set_onreset(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onratechange(&self) -> JsNullable<JsValue>
pub fn set_onratechange(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onprogress(&self) -> JsNullable<JsValue>
pub fn set_onprogress(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onpointerup(&self) -> JsNullable<JsValue>
pub fn set_onpointerup(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onpointerover(&self) -> JsNullable<JsValue>
pub fn set_onpointerover(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onpointerout(&self) -> JsNullable<JsValue>
pub fn set_onpointerout(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onpointermove(&self) -> JsNullable<JsValue>
pub fn set_onpointermove(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onpointerleave(&self) -> JsNullable<JsValue>
pub fn set_onpointerleave(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onpointerenter(&self) -> JsNullable<JsValue>
pub fn set_onpointerenter(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onpointerdown(&self) -> JsNullable<JsValue>
pub fn set_onpointerdown(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onpointercancel(&self) -> JsNullable<JsValue>
pub fn set_onpointercancel(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onplaying(&self) -> JsNullable<JsValue>
pub fn set_onplaying(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onplay(&self) -> JsNullable<JsValue>
pub fn set_onplay(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onpause(&self) -> JsNullable<JsValue>
pub fn set_onpause(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onpaste(&self) -> JsNullable<JsValue>
pub fn set_onpaste(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onmouseup(&self) -> JsNullable<JsValue>
pub fn set_onmouseup(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onmouseover(&self) -> JsNullable<JsValue>
pub fn set_onmouseover(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onmouseout(&self) -> JsNullable<JsValue>
pub fn set_onmouseout(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onmousemove(&self) -> JsNullable<JsValue>
pub fn set_onmousemove(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onmouseleave(&self) -> JsNullable<JsValue>
pub fn set_onmouseleave(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onmouseenter(&self) -> JsNullable<JsValue>
pub fn set_onmouseenter(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onmousedown(&self) -> JsNullable<JsValue>
pub fn set_onmousedown(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onlostpointercapture(&self) -> JsNullable<JsValue>
pub fn set_onlostpointercapture(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onloadstart(&self) -> JsNullable<JsValue>
pub fn set_onloadstart(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onloadedmetadata(&self) -> JsNullable<JsValue>
pub fn set_onloadedmetadata(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onloadeddata(&self) -> JsNullable<JsValue>
pub fn set_onloadeddata(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onload(&self) -> JsNullable<JsValue>
pub fn set_onload(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onkeyup(&self) -> JsNullable<JsValue>
pub fn set_onkeyup(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onkeypress(&self) -> JsNullable<JsValue>
pub fn set_onkeypress(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onkeydown(&self) -> JsNullable<JsValue>
pub fn set_onkeydown(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_oninvalid(&self) -> JsNullable<JsValue>
pub fn set_oninvalid(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_oninput(&self) -> JsNullable<JsValue>
pub fn set_oninput(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_ongotpointercapture(&self) -> JsNullable<JsValue>
pub fn set_ongotpointercapture(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onformdata(&self) -> JsNullable<JsValue>
pub fn set_onformdata(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onfocus(&self) -> JsNullable<JsValue>
pub fn set_onfocus(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onerror(&self) -> JsNullable<OnErrorEventHandlerNonNull>
pub fn set_onerror( &self, value: &dyn ToJs<JsNullable<OnErrorEventHandlerNonNull>>, )
pub fn get_onended(&self) -> JsNullable<JsValue>
pub fn set_onended(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onemptied(&self) -> JsNullable<JsValue>
pub fn set_onemptied(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_ondurationchange(&self) -> JsNullable<JsValue>
pub fn set_ondurationchange(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_ondrop(&self) -> JsNullable<JsValue>
pub fn set_ondrop(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_ondragstart(&self) -> JsNullable<JsValue>
pub fn set_ondragstart(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_ondragover(&self) -> JsNullable<JsValue>
pub fn set_ondragover(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_ondragleave(&self) -> JsNullable<JsValue>
pub fn set_ondragleave(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_ondragenter(&self) -> JsNullable<JsValue>
pub fn set_ondragenter(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_ondragend(&self) -> JsNullable<JsValue>
pub fn set_ondragend(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_ondrag(&self) -> JsNullable<JsValue>
pub fn set_ondrag(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_ondblclick(&self) -> JsNullable<JsValue>
pub fn set_ondblclick(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_oncut(&self) -> JsNullable<JsValue>
pub fn set_oncut(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_oncuechange(&self) -> JsNullable<JsValue>
pub fn set_oncuechange(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_oncopy(&self) -> JsNullable<JsValue>
pub fn set_oncopy(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onclose(&self) -> JsNullable<JsValue>
pub fn set_onclose(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onclick(&self) -> JsNullable<JsValue>
pub fn set_onclick(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onchange(&self) -> JsNullable<JsValue>
pub fn set_onchange(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_oncanplaythrough(&self) -> JsNullable<JsValue>
pub fn set_oncanplaythrough(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_oncanplay(&self) -> JsNullable<JsValue>
pub fn set_oncanplay(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_oncancel(&self) -> JsNullable<JsValue>
pub fn set_oncancel(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onblur(&self) -> JsNullable<JsValue>
pub fn set_onblur(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onbeforeinput(&self) -> JsNullable<JsValue>
pub fn set_onbeforeinput(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onauxclick(&self) -> JsNullable<JsValue>
pub fn set_onauxclick(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onanimationstart(&self) -> JsNullable<JsValue>
pub fn set_onanimationstart(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onanimationiteration(&self) -> JsNullable<JsValue>
pub fn set_onanimationiteration(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onanimationend(&self) -> JsNullable<JsValue>
pub fn set_onanimationend(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onanimationcancel(&self) -> JsNullable<JsValue>
pub fn set_onanimationcancel(&self, value: &dyn ToJs<JsNullable<JsValue>>)
pub fn get_onabort(&self) -> JsNullable<JsValue>
pub fn set_onabort(&self, value: &dyn ToJs<JsNullable<JsValue>>)
Methods from Deref<Target = JsObject>§
Sourcepub fn js_get_field(&self, property: &dyn UseInJsCode) -> JsValue
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();
}
Sourcepub fn js_set_field(&self, property: &dyn UseInJsCode, value: &dyn UseInJsCode)
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");
}
Sourcepub fn js_call_method<'a>(
&'a self,
method_name: &'a str,
args: impl IntoIterator<Item = &'a dyn UseInJsCode>,
last_arg_variadic: bool,
) -> JsValue
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)
.
Sourcepub fn js_call_self<'a>(
&'a self,
args: impl IntoIterator<Item = &'a dyn UseInJsCode>,
last_arg_variadic: bool,
) -> JsValue
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>§
pub fn browser(&self) -> &Browser
Sourcepub fn retrieve_json(&self) -> RetrieveFuture<'_, Value>
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
impl AsRef<GlobalEventHandlers> for Document
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLAnchorElement
impl AsRef<GlobalEventHandlers> for HTMLAnchorElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLAreaElement
impl AsRef<GlobalEventHandlers> for HTMLAreaElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLAudioElement
impl AsRef<GlobalEventHandlers> for HTMLAudioElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLBRElement
impl AsRef<GlobalEventHandlers> for HTMLBRElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLBaseElement
impl AsRef<GlobalEventHandlers> for HTMLBaseElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLBodyElement
impl AsRef<GlobalEventHandlers> for HTMLBodyElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLButtonElement
impl AsRef<GlobalEventHandlers> for HTMLButtonElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLCanvasElement
impl AsRef<GlobalEventHandlers> for HTMLCanvasElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLDListElement
impl AsRef<GlobalEventHandlers> for HTMLDListElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLDataElement
impl AsRef<GlobalEventHandlers> for HTMLDataElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLDataListElement
impl AsRef<GlobalEventHandlers> for HTMLDataListElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLDetailsElement
impl AsRef<GlobalEventHandlers> for HTMLDetailsElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLDialogElement
impl AsRef<GlobalEventHandlers> for HTMLDialogElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLDirectoryElement
impl AsRef<GlobalEventHandlers> for HTMLDirectoryElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLDivElement
impl AsRef<GlobalEventHandlers> for HTMLDivElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLDocument
impl AsRef<GlobalEventHandlers> for HTMLDocument
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLElement
impl AsRef<GlobalEventHandlers> for HTMLElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLEmbedElement
impl AsRef<GlobalEventHandlers> for HTMLEmbedElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLFieldSetElement
impl AsRef<GlobalEventHandlers> for HTMLFieldSetElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLFontElement
impl AsRef<GlobalEventHandlers> for HTMLFontElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLFormElement
impl AsRef<GlobalEventHandlers> for HTMLFormElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLFrameElement
impl AsRef<GlobalEventHandlers> for HTMLFrameElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLFrameSetElement
impl AsRef<GlobalEventHandlers> for HTMLFrameSetElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLHRElement
impl AsRef<GlobalEventHandlers> for HTMLHRElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLHeadElement
impl AsRef<GlobalEventHandlers> for HTMLHeadElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLHeadingElement
impl AsRef<GlobalEventHandlers> for HTMLHeadingElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLHtmlElement
impl AsRef<GlobalEventHandlers> for HTMLHtmlElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLIFrameElement
impl AsRef<GlobalEventHandlers> for HTMLIFrameElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLImageElement
impl AsRef<GlobalEventHandlers> for HTMLImageElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLInputElement
impl AsRef<GlobalEventHandlers> for HTMLInputElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLLIElement
impl AsRef<GlobalEventHandlers> for HTMLLIElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLLabelElement
impl AsRef<GlobalEventHandlers> for HTMLLabelElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLLegendElement
impl AsRef<GlobalEventHandlers> for HTMLLegendElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLLinkElement
impl AsRef<GlobalEventHandlers> for HTMLLinkElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLMapElement
impl AsRef<GlobalEventHandlers> for HTMLMapElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLMarqueeElement
impl AsRef<GlobalEventHandlers> for HTMLMarqueeElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLMediaElement
impl AsRef<GlobalEventHandlers> for HTMLMediaElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLMenuElement
impl AsRef<GlobalEventHandlers> for HTMLMenuElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLMetaElement
impl AsRef<GlobalEventHandlers> for HTMLMetaElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLMeterElement
impl AsRef<GlobalEventHandlers> for HTMLMeterElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLModElement
impl AsRef<GlobalEventHandlers> for HTMLModElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLOListElement
impl AsRef<GlobalEventHandlers> for HTMLOListElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLObjectElement
impl AsRef<GlobalEventHandlers> for HTMLObjectElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLOptGroupElement
impl AsRef<GlobalEventHandlers> for HTMLOptGroupElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLOptionElement
impl AsRef<GlobalEventHandlers> for HTMLOptionElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLOutputElement
impl AsRef<GlobalEventHandlers> for HTMLOutputElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLParagraphElement
impl AsRef<GlobalEventHandlers> for HTMLParagraphElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLParamElement
impl AsRef<GlobalEventHandlers> for HTMLParamElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLPictureElement
impl AsRef<GlobalEventHandlers> for HTMLPictureElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLPreElement
impl AsRef<GlobalEventHandlers> for HTMLPreElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLProgressElement
impl AsRef<GlobalEventHandlers> for HTMLProgressElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLQuoteElement
impl AsRef<GlobalEventHandlers> for HTMLQuoteElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLScriptElement
impl AsRef<GlobalEventHandlers> for HTMLScriptElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLSelectElement
impl AsRef<GlobalEventHandlers> for HTMLSelectElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLSlotElement
impl AsRef<GlobalEventHandlers> for HTMLSlotElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLSourceElement
impl AsRef<GlobalEventHandlers> for HTMLSourceElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLSpanElement
impl AsRef<GlobalEventHandlers> for HTMLSpanElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLStyleElement
impl AsRef<GlobalEventHandlers> for HTMLStyleElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLTableCaptionElement
impl AsRef<GlobalEventHandlers> for HTMLTableCaptionElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLTableCellElement
impl AsRef<GlobalEventHandlers> for HTMLTableCellElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLTableColElement
impl AsRef<GlobalEventHandlers> for HTMLTableColElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLTableDataCellElement
impl AsRef<GlobalEventHandlers> for HTMLTableDataCellElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLTableElement
impl AsRef<GlobalEventHandlers> for HTMLTableElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLTableHeaderCellElement
impl AsRef<GlobalEventHandlers> for HTMLTableHeaderCellElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLTableRowElement
impl AsRef<GlobalEventHandlers> for HTMLTableRowElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLTableSectionElement
impl AsRef<GlobalEventHandlers> for HTMLTableSectionElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLTemplateElement
impl AsRef<GlobalEventHandlers> for HTMLTemplateElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLTextAreaElement
impl AsRef<GlobalEventHandlers> for HTMLTextAreaElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLTimeElement
impl AsRef<GlobalEventHandlers> for HTMLTimeElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLTitleElement
impl AsRef<GlobalEventHandlers> for HTMLTitleElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLTrackElement
impl AsRef<GlobalEventHandlers> for HTMLTrackElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLUListElement
impl AsRef<GlobalEventHandlers> for HTMLUListElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLUnknownElement
impl AsRef<GlobalEventHandlers> for HTMLUnknownElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for HTMLVideoElement
impl AsRef<GlobalEventHandlers> for HTMLVideoElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for MathMLElement
impl AsRef<GlobalEventHandlers> for MathMLElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGAElement
impl AsRef<GlobalEventHandlers> for SVGAElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGAnimateElement
impl AsRef<GlobalEventHandlers> for SVGAnimateElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGAnimateMotionElement
impl AsRef<GlobalEventHandlers> for SVGAnimateMotionElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGAnimateTransformElement
impl AsRef<GlobalEventHandlers> for SVGAnimateTransformElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGAnimationElement
impl AsRef<GlobalEventHandlers> for SVGAnimationElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGCircleElement
impl AsRef<GlobalEventHandlers> for SVGCircleElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGClipPathElement
impl AsRef<GlobalEventHandlers> for SVGClipPathElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGComponentTransferFunctionElement
impl AsRef<GlobalEventHandlers> for SVGComponentTransferFunctionElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGDefsElement
impl AsRef<GlobalEventHandlers> for SVGDefsElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGDescElement
impl AsRef<GlobalEventHandlers> for SVGDescElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGElement
impl AsRef<GlobalEventHandlers> for SVGElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGEllipseElement
impl AsRef<GlobalEventHandlers> for SVGEllipseElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEBlendElement
impl AsRef<GlobalEventHandlers> for SVGFEBlendElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEColorMatrixElement
impl AsRef<GlobalEventHandlers> for SVGFEColorMatrixElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEComponentTransferElement
impl AsRef<GlobalEventHandlers> for SVGFEComponentTransferElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFECompositeElement
impl AsRef<GlobalEventHandlers> for SVGFECompositeElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEConvolveMatrixElement
impl AsRef<GlobalEventHandlers> for SVGFEConvolveMatrixElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEDiffuseLightingElement
impl AsRef<GlobalEventHandlers> for SVGFEDiffuseLightingElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEDisplacementMapElement
impl AsRef<GlobalEventHandlers> for SVGFEDisplacementMapElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEDistantLightElement
impl AsRef<GlobalEventHandlers> for SVGFEDistantLightElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEDropShadowElement
impl AsRef<GlobalEventHandlers> for SVGFEDropShadowElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEFloodElement
impl AsRef<GlobalEventHandlers> for SVGFEFloodElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEFuncAElement
impl AsRef<GlobalEventHandlers> for SVGFEFuncAElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEFuncBElement
impl AsRef<GlobalEventHandlers> for SVGFEFuncBElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEFuncGElement
impl AsRef<GlobalEventHandlers> for SVGFEFuncGElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEFuncRElement
impl AsRef<GlobalEventHandlers> for SVGFEFuncRElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEGaussianBlurElement
impl AsRef<GlobalEventHandlers> for SVGFEGaussianBlurElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEImageElement
impl AsRef<GlobalEventHandlers> for SVGFEImageElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEMergeElement
impl AsRef<GlobalEventHandlers> for SVGFEMergeElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEMergeNodeElement
impl AsRef<GlobalEventHandlers> for SVGFEMergeNodeElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEMorphologyElement
impl AsRef<GlobalEventHandlers> for SVGFEMorphologyElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEOffsetElement
impl AsRef<GlobalEventHandlers> for SVGFEOffsetElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFEPointLightElement
impl AsRef<GlobalEventHandlers> for SVGFEPointLightElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFESpecularLightingElement
impl AsRef<GlobalEventHandlers> for SVGFESpecularLightingElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFESpotLightElement
impl AsRef<GlobalEventHandlers> for SVGFESpotLightElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFETileElement
impl AsRef<GlobalEventHandlers> for SVGFETileElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFETurbulenceElement
impl AsRef<GlobalEventHandlers> for SVGFETurbulenceElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGFilterElement
impl AsRef<GlobalEventHandlers> for SVGFilterElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGForeignObjectElement
impl AsRef<GlobalEventHandlers> for SVGForeignObjectElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGGElement
impl AsRef<GlobalEventHandlers> for SVGGElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGGeometryElement
impl AsRef<GlobalEventHandlers> for SVGGeometryElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGGradientElement
impl AsRef<GlobalEventHandlers> for SVGGradientElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGGraphicsElement
impl AsRef<GlobalEventHandlers> for SVGGraphicsElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGImageElement
impl AsRef<GlobalEventHandlers> for SVGImageElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGLineElement
impl AsRef<GlobalEventHandlers> for SVGLineElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGLinearGradientElement
impl AsRef<GlobalEventHandlers> for SVGLinearGradientElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGMPathElement
impl AsRef<GlobalEventHandlers> for SVGMPathElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGMarkerElement
impl AsRef<GlobalEventHandlers> for SVGMarkerElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGMaskElement
impl AsRef<GlobalEventHandlers> for SVGMaskElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGMetadataElement
impl AsRef<GlobalEventHandlers> for SVGMetadataElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGPathElement
impl AsRef<GlobalEventHandlers> for SVGPathElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGPatternElement
impl AsRef<GlobalEventHandlers> for SVGPatternElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGPolygonElement
impl AsRef<GlobalEventHandlers> for SVGPolygonElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGPolylineElement
impl AsRef<GlobalEventHandlers> for SVGPolylineElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGRadialGradientElement
impl AsRef<GlobalEventHandlers> for SVGRadialGradientElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGRectElement
impl AsRef<GlobalEventHandlers> for SVGRectElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGSVGElement
impl AsRef<GlobalEventHandlers> for SVGSVGElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGScriptElement
impl AsRef<GlobalEventHandlers> for SVGScriptElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGSetElement
impl AsRef<GlobalEventHandlers> for SVGSetElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGStopElement
impl AsRef<GlobalEventHandlers> for SVGStopElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGStyleElement
impl AsRef<GlobalEventHandlers> for SVGStyleElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGSwitchElement
impl AsRef<GlobalEventHandlers> for SVGSwitchElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGSymbolElement
impl AsRef<GlobalEventHandlers> for SVGSymbolElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGTSpanElement
impl AsRef<GlobalEventHandlers> for SVGTSpanElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGTextContentElement
impl AsRef<GlobalEventHandlers> for SVGTextContentElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGTextElement
impl AsRef<GlobalEventHandlers> for SVGTextElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGTextPathElement
impl AsRef<GlobalEventHandlers> for SVGTextPathElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGTextPositioningElement
impl AsRef<GlobalEventHandlers> for SVGTextPositioningElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGTitleElement
impl AsRef<GlobalEventHandlers> for SVGTitleElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGUseElement
impl AsRef<GlobalEventHandlers> for SVGUseElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for SVGViewElement
impl AsRef<GlobalEventHandlers> for SVGViewElement
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for Window
impl AsRef<GlobalEventHandlers> for Window
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<GlobalEventHandlers> for XMLDocument
impl AsRef<GlobalEventHandlers> for XMLDocument
Source§fn as_ref(&self) -> &GlobalEventHandlers
fn as_ref(&self) -> &GlobalEventHandlers
Source§impl AsRef<JsObject> for GlobalEventHandlers
impl AsRef<JsObject> for GlobalEventHandlers
Source§impl AsRef<JsValue> for GlobalEventHandlers
impl AsRef<JsValue> for GlobalEventHandlers
Source§impl Clone for GlobalEventHandlers
impl Clone for GlobalEventHandlers
Source§fn clone(&self) -> GlobalEventHandlers
fn clone(&self) -> GlobalEventHandlers
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more