wasm-bindgen/api/web_sys/struct.HtmlBaseElement.html

710 lines
260 KiB
HTML
Raw Normal View History

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `HtmlBaseElement` struct in crate `web_sys`."><meta name="keywords" content="rust, rustlang, rust-lang, HtmlBaseElement"><title>web_sys::HtmlBaseElement - Rust</title><link rel="stylesheet" type="text/css" href="../normalize.css"><link rel="stylesheet" type="text/css" href="../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../dark.css"><link rel="stylesheet" type="text/css" href="../light.css" id="themeStyle"><script src="../storage.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="shortcut icon" href="../favicon.ico"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><body class="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">&#9776;</div><a href='../web_sys/index.html'><div class='logo-container'><img src='../rust-logo.png' alt='logo'></div></a><p class='location'>Struct HtmlBaseElement</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#implementations">Methods</a><div class="sidebar-links"><a href="#method.href">href</a><a href="#method.set_href">set_href</a><a href="#method.set_target">set_target</a><a href="#method.target">target</a></div><a class="sidebar-title" href="#deref-methods">Methods from Deref&lt;Target=HtmlElement&gt;</a><div class="sidebar-links"><a href="#method.access_key">access_key</a><a href="#method.access_key_label">access_key_label</a><a href="#method.blur">blur</a><a href="#method.click">click</a><a href="#method.content_editable">content_editable</a><a href="#method.dataset">dataset</a><a href="#method.dir">dir</a><a href="#method.draggable">draggable</a><a href="#method.focus">focus</a><a href="#method.hidden">hidden</a><a href="#method.inner_text">inner_text</a><a href="#method.is_content_editable">is_content_editable</a><a href="#method.lang">lang</a><a href="#method.offset_height">offset_height</a><a href="#method.offset_left">offset_left</a><a href="#method.offset_parent">offset_parent</a><a href="#method.offset_top">offset_top</a><a href="#method.offset_width">offset_width</a><a href="#method.onabort">onabort</a><a href="#method.onanimationcancel">onanimationcancel</a><a href="#method.onanimationend">onanimationend</a><a href="#method.onanimationiteration">onanimationiteration</a><a href="#method.onanimationstart">onanimationstart</a><a href="#method.onauxclick">onauxclick</a><a href="#method.onblur">onblur</a><a href="#method.oncanplay">oncanplay</a><a href="#method.oncanplaythrough">oncanplaythrough</a><a href="#method.onchange">onchange</a><a href="#method.onclick">onclick</a><a href="#method.onclose">onclose</a><a href="#method.oncontextmenu">oncontextmenu</a><a href="#method.oncopy">oncopy</a><a href="#method.oncut">oncut</a><a href="#method.ondblclick">ondblclick</a><a href="#method.ondrag">ondrag</a><a href="#method.ondragend">ondragend</a><a href="#method.ondragenter">ondragenter</a><a href="#method.ondragexit">ondragexit</a><a href="#method.ondragleave">ondragleave</a><a href="#method.ondragover">ondragover</a><a href="#method.ondragstart">ondragstart</a><a href="#method.ondrop">ondrop</a><a href="#method.ondurationchange">ondurationchange</a><a href="#method.onemptied">onemptied</a><a href="#method.onended">onended</a><a href="#method.onerror">onerror</a><a href="#method.onfocus">onfocus</a><a href="#method.ongotpointercapture">ongotpointercapture</a><a href="#method.oninput">oninput</a><a href="#method.oninvalid">oninvalid</a><a href="#method.onkeydown">onkeydown</a><a href="#method.onkeypress">onkeypress</a><a href="#method.onkeyup">onkeyup</a><a href="#method.onload">onload</a><a href="#method.onloadeddata">onloadeddata</a><a href="#method.onloadedmet
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLBaseElement">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlBaseElement</code></em></p>
</div><h2 id='implementations' class='small-section-header'>Implementations<a href='#implementations' class='anchor'></a></h2><h3 id='impl' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.href' class="method"><code id='href.v'>pub fn <a href='#method.href' class='fnname'>href</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>href</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLBaseElement/href">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlBaseElement</code></em></p>
</div></div><h3 id='impl-1' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_href' class="method"><code id='set_href.v'>pub fn <a href='#method.set_href' class='fnname'>set_href</a>(&amp;self, value: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>href</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLBaseElement/href">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlBaseElement</code></em></p>
</div></div><h3 id='impl-2' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-2' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.target' class="method"><code id='target.v'>pub fn <a href='#method.target' class='fnname'>target</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>target</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLBaseElement/target">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlBaseElement</code></em></p>
</div></div><h3 id='impl-3' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-3' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_target' class="method"><code id='set_target.v'>pub fn <a href='#method.set_target' class='fnname'>set_target</a>(&amp;self, value: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>target</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLBaseElement/target">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlBaseElement</code></em></p>
</div></div><h2 id='deref-methods' class='small-section-header'>Methods from <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>&lt;Target = <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>&gt;<a href='#deref-methods' class='anchor'></a></h2><div class='impl-items'><h4 id='method.title' class="method"><code id='title.v'>pub fn <a href='#method.title' class='fnname'>title</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>title</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/title">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_title' class="method"><code id='set_title.v'>pub fn <a href='#method.set_title' class='fnname'>set_title</a>(&amp;self, value: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>title</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/title">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.lang' class="method"><code id='lang.v'>pub fn <a href='#method.lang' class='fnname'>lang</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>lang</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/lang">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_lang' class="method"><code id='set_lang.v'>pub fn <a href='#method.set_lang' class='fnname'>set_lang</a>(&amp;self, value: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>lang</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/lang">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.dir' class="method"><code id='dir.v'>pub fn <a href='#method.dir' class='fnname'>dir</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>dir</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dir">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_dir' class="method"><code id='set_dir.v'>pub fn <a href='#method.set_dir' class='fnname'>set_dir</a>(&amp;self, value: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>dir</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dir">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.dataset' class="method"><code id='dataset.v'>pub fn <a href='#method.dataset' class='fnname'>dataset</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.DomStringMap.html" title="struct web_sys::DomStringMap">DomStringMap</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>dataset</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dataset">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>DomStringMap</code>, <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.inner_text' class="method"><code id='inner_text.v'>pub fn <a href='#method.inner_text' class='fnname'>inner_text</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>innerText</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/innerText">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_inner_text' class="method"><code id='set_inner_text.v'>pub fn <a href='#method.set_inner_text' class='fnname'>set_inner_text</a>(&amp;self, value: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>innerText</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/innerText">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.hidden' class="method"><code id='hidden.v'>pub fn <a href='#method.hidden' class='fnname'>hidden</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>hidden</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/hidden">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_hidden' class="method"><code id='set_hidden.v'>pub fn <a href='#method.set_hidden' class='fnname'>set_hidden</a>(&amp;self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>hidden</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/hidden">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.tab_index' class="method"><code id='tab_index.v'>pub fn <a href='#method.tab_index' class='fnname'>tab_index</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>tabIndex</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/tabIndex">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_tab_index' class="method"><code id='set_tab_index.v'>pub fn <a href='#method.set_tab_index' class='fnname'>set_tab_index</a>(&amp;self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>tabIndex</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/tabIndex">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.access_key' class="method"><code id='access_key.v'>pub fn <a href='#method.access_key' class='fnname'>access_key</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>accessKey</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/accessKey">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_access_key' class="method"><code id='set_access_key.v'>pub fn <a href='#method.set_access_key' class='fnname'>set_access_key</a>(&amp;self, value: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>accessKey</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/accessKey">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.access_key_label' class="method"><code id='access_key_label.v'>pub fn <a href='#method.access_key_label' class='fnname'>access_key_label</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>accessKeyLabel</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/accessKeyLabel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.draggable' class="method"><code id='draggable.v'>pub fn <a href='#method.draggable' class='fnname'>draggable</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>draggable</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/draggable">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_draggable' class="method"><code id='set_draggable.v'>pub fn <a href='#method.set_draggable' class='fnname'>set_draggable</a>(&amp;self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>draggable</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/draggable">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.content_editable' class="method"><code id='content_editable.v'>pub fn <a href='#method.content_editable' class='fnname'>content_editable</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>contentEditable</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/contentEditable">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_content_editable' class="method"><code id='set_content_editable.v'>pub fn <a href='#method.set_content_editable' class='fnname'>set_content_editable</a>(&amp;self, value: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>contentEditable</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/contentEditable">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.is_content_editable' class="method"><code id='is_content_editable.v'>pub fn <a href='#method.is_content_editable' class='fnname'>is_content_editable</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>isContentEditable</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/isContentEditable">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.spellcheck' class="method"><code id='spellcheck.v'>pub fn <a href='#method.spellcheck' class='fnname'>spellcheck</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>spellcheck</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/spellcheck">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_spellcheck' class="method"><code id='set_spellcheck.v'>pub fn <a href='#method.set_spellcheck' class='fnname'>set_spellcheck</a>(&amp;self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>spellcheck</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/spellcheck">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.style' class="method"><code id='style.v'>pub fn <a href='#method.style' class='fnname'>style</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.CssStyleDeclaration.html" title="struct web_sys::CssStyleDeclaration">CssStyleDeclaration</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>style</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>CssStyleDeclaration</code>, <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.offset_parent' class="method"><code id='offset_parent.v'>pub fn <a href='#method.offset_parent' class='fnname'>offset_parent</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>offsetParent</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetParent">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.offset_top' class="method"><code id='offset_top.v'>pub fn <a href='#method.offset_top' class='fnname'>offset_top</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>offsetTop</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetTop">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.offset_left' class="method"><code id='offset_left.v'>pub fn <a href='#method.offset_left' class='fnname'>offset_left</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>offsetLeft</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetLeft">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.offset_width' class="method"><code id='offset_width.v'>pub fn <a href='#method.offset_width' class='fnname'>offset_width</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>offsetWidth</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetWidth">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.offset_height' class="method"><code id='offset_height.v'>pub fn <a href='#method.offset_height' class='fnname'>offset_height</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>offsetHeight</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetHeight">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.oncopy' class="method"><code id='oncopy.v'>pub fn <a href='#method.oncopy' class='fnname'>oncopy</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>oncopy</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_oncopy' class="method"><code id='set_oncopy.v'>pub fn <a href='#method.set_oncopy' class='fnname'>set_oncopy</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>oncopy</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.oncut' class="method"><code id='oncut.v'>pub fn <a href='#method.oncut' class='fnname'>oncut</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>oncut</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_oncut' class="method"><code id='set_oncut.v'>pub fn <a href='#method.set_oncut' class='fnname'>set_oncut</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>oncut</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onpaste' class="method"><code id='onpaste.v'>pub fn <a href='#method.onpaste' class='fnname'>onpaste</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onpaste</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onpaste' class="method"><code id='set_onpaste.v'>pub fn <a href='#method.set_onpaste' class='fnname'>set_onpaste</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onpaste</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onabort' class="method"><code id='onabort.v'>pub fn <a href='#method.onabort' class='fnname'>onabort</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onabort</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onabort">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onabort' class="method"><code id='set_onabort.v'>pub fn <a href='#method.set_onabort' class='fnname'>set_onabort</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onabort</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onabort">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onblur' class="method"><code id='onblur.v'>pub fn <a href='#method.onblur' class='fnname'>onblur</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onblur</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onblur">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onblur' class="method"><code id='set_onblur.v'>pub fn <a href='#method.set_onblur' class='fnname'>set_onblur</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onblur</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onblur">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onfocus' class="method"><code id='onfocus.v'>pub fn <a href='#method.onfocus' class='fnname'>onfocus</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onfocus</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onfocus">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onfocus' class="method"><code id='set_onfocus.v'>pub fn <a href='#method.set_onfocus' class='fnname'>set_onfocus</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onfocus</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onfocus">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onauxclick' class="method"><code id='onauxclick.v'>pub fn <a href='#method.onauxclick' class='fnname'>onauxclick</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onauxclick</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onauxclick">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onauxclick' class="method"><code id='set_onauxclick.v'>pub fn <a href='#method.set_onauxclick' class='fnname'>set_onauxclick</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onauxclick</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onauxclick">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.oncanplay' class="method"><code id='oncanplay.v'>pub fn <a href='#method.oncanplay' class='fnname'>oncanplay</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>oncanplay</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncanplay">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_oncanplay' class="method"><code id='set_oncanplay.v'>pub fn <a href='#method.set_oncanplay' class='fnname'>set_oncanplay</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>oncanplay</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncanplay">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.oncanplaythrough' class="method"><code id='oncanplaythrough.v'>pub fn <a href='#method.oncanplaythrough' class='fnname'>oncanplaythrough</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>oncanplaythrough</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncanplaythrough">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_oncanplaythrough' class="method"><code id='set_oncanplaythrough.v'>pub fn <a href='#method.set_oncanplaythrough' class='fnname'>set_oncanplaythrough</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>oncanplaythrough</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncanplaythrough">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onchange' class="method"><code id='onchange.v'>pub fn <a href='#method.onchange' class='fnname'>onchange</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onchange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onchange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onchange' class="method"><code id='set_onchange.v'>pub fn <a href='#method.set_onchange' class='fnname'>set_onchange</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onchange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onchange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onclick' class="method"><code id='onclick.v'>pub fn <a href='#method.onclick' class='fnname'>onclick</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onclick</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onclick">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onclick' class="method"><code id='set_onclick.v'>pub fn <a href='#method.set_onclick' class='fnname'>set_onclick</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onclick</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onclick">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onclose' class="method"><code id='onclose.v'>pub fn <a href='#method.onclose' class='fnname'>onclose</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onclose</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onclose">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onclose' class="method"><code id='set_onclose.v'>pub fn <a href='#method.set_onclose' class='fnname'>set_onclose</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onclose</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onclose">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.oncontextmenu' class="method"><code id='oncontextmenu.v'>pub fn <a href='#method.oncontextmenu' class='fnname'>oncontextmenu</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>oncontextmenu</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncontextmenu">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_oncontextmenu' class="method"><code id='set_oncontextmenu.v'>pub fn <a href='#method.set_oncontextmenu' class='fnname'>set_oncontextmenu</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>oncontextmenu</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncontextmenu">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ondblclick' class="method"><code id='ondblclick.v'>pub fn <a href='#method.ondblclick' class='fnname'>ondblclick</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ondblclick</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondblclick">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ondblclick' class="method"><code id='set_ondblclick.v'>pub fn <a href='#method.set_ondblclick' class='fnname'>set_ondblclick</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ondblclick</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondblclick">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ondrag' class="method"><code id='ondrag.v'>pub fn <a href='#method.ondrag' class='fnname'>ondrag</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ondrag</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondrag">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ondrag' class="method"><code id='set_ondrag.v'>pub fn <a href='#method.set_ondrag' class='fnname'>set_ondrag</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ondrag</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondrag">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ondragend' class="method"><code id='ondragend.v'>pub fn <a href='#method.ondragend' class='fnname'>ondragend</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ondragend</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondragend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ondragend' class="method"><code id='set_ondragend.v'>pub fn <a href='#method.set_ondragend' class='fnname'>set_ondragend</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ondragend</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondragend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ondragenter' class="method"><code id='ondragenter.v'>pub fn <a href='#method.ondragenter' class='fnname'>ondragenter</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ondragenter</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondragenter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ondragenter' class="method"><code id='set_ondragenter.v'>pub fn <a href='#method.set_ondragenter' class='fnname'>set_ondragenter</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ondragenter</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondragenter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ondragexit' class="method"><code id='ondragexit.v'>pub fn <a href='#method.ondragexit' class='fnname'>ondragexit</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ondragexit</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondragexit">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ondragexit' class="method"><code id='set_ondragexit.v'>pub fn <a href='#method.set_ondragexit' class='fnname'>set_ondragexit</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ondragexit</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondragexit">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ondragleave' class="method"><code id='ondragleave.v'>pub fn <a href='#method.ondragleave' class='fnname'>ondragleave</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ondragleave</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondragleave">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ondragleave' class="method"><code id='set_ondragleave.v'>pub fn <a href='#method.set_ondragleave' class='fnname'>set_ondragleave</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ondragleave</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondragleave">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ondragover' class="method"><code id='ondragover.v'>pub fn <a href='#method.ondragover' class='fnname'>ondragover</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ondragover</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondragover">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ondragover' class="method"><code id='set_ondragover.v'>pub fn <a href='#method.set_ondragover' class='fnname'>set_ondragover</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ondragover</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondragover">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ondragstart' class="method"><code id='ondragstart.v'>pub fn <a href='#method.ondragstart' class='fnname'>ondragstart</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ondragstart</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondragstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ondragstart' class="method"><code id='set_ondragstart.v'>pub fn <a href='#method.set_ondragstart' class='fnname'>set_ondragstart</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ondragstart</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondragstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ondrop' class="method"><code id='ondrop.v'>pub fn <a href='#method.ondrop' class='fnname'>ondrop</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ondrop</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondrop">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ondrop' class="method"><code id='set_ondrop.v'>pub fn <a href='#method.set_ondrop' class='fnname'>set_ondrop</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ondrop</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondrop">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ondurationchange' class="method"><code id='ondurationchange.v'>pub fn <a href='#method.ondurationchange' class='fnname'>ondurationchange</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ondurationchange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondurationchange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ondurationchange' class="method"><code id='set_ondurationchange.v'>pub fn <a href='#method.set_ondurationchange' class='fnname'>set_ondurationchange</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ondurationchange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ondurationchange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onemptied' class="method"><code id='onemptied.v'>pub fn <a href='#method.onemptied' class='fnname'>onemptied</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onemptied</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onemptied">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onemptied' class="method"><code id='set_onemptied.v'>pub fn <a href='#method.set_onemptied' class='fnname'>set_onemptied</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onemptied</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onemptied">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onended' class="method"><code id='onended.v'>pub fn <a href='#method.onended' class='fnname'>onended</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onended</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onended">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onended' class="method"><code id='set_onended.v'>pub fn <a href='#method.set_onended' class='fnname'>set_onended</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onended</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onended">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.oninput' class="method"><code id='oninput.v'>pub fn <a href='#method.oninput' class='fnname'>oninput</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>oninput</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oninput">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_oninput' class="method"><code id='set_oninput.v'>pub fn <a href='#method.set_oninput' class='fnname'>set_oninput</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>oninput</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oninput">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.oninvalid' class="method"><code id='oninvalid.v'>pub fn <a href='#method.oninvalid' class='fnname'>oninvalid</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>oninvalid</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oninvalid">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_oninvalid' class="method"><code id='set_oninvalid.v'>pub fn <a href='#method.set_oninvalid' class='fnname'>set_oninvalid</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>oninvalid</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oninvalid">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onkeydown' class="method"><code id='onkeydown.v'>pub fn <a href='#method.onkeydown' class='fnname'>onkeydown</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onkeydown</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onkeydown">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onkeydown' class="method"><code id='set_onkeydown.v'>pub fn <a href='#method.set_onkeydown' class='fnname'>set_onkeydown</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onkeydown</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onkeydown">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onkeypress' class="method"><code id='onkeypress.v'>pub fn <a href='#method.onkeypress' class='fnname'>onkeypress</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onkeypress</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onkeypress">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onkeypress' class="method"><code id='set_onkeypress.v'>pub fn <a href='#method.set_onkeypress' class='fnname'>set_onkeypress</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onkeypress</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onkeypress">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onkeyup' class="method"><code id='onkeyup.v'>pub fn <a href='#method.onkeyup' class='fnname'>onkeyup</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onkeyup</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onkeyup">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onkeyup' class="method"><code id='set_onkeyup.v'>pub fn <a href='#method.set_onkeyup' class='fnname'>set_onkeyup</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onkeyup</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onkeyup">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onload' class="method"><code id='onload.v'>pub fn <a href='#method.onload' class='fnname'>onload</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onload</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onload">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onload' class="method"><code id='set_onload.v'>pub fn <a href='#method.set_onload' class='fnname'>set_onload</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onload</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onload">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onloadeddata' class="method"><code id='onloadeddata.v'>pub fn <a href='#method.onloadeddata' class='fnname'>onloadeddata</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onloadeddata</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onloadeddata">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onloadeddata' class="method"><code id='set_onloadeddata.v'>pub fn <a href='#method.set_onloadeddata' class='fnname'>set_onloadeddata</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onloadeddata</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onloadeddata">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onloadedmetadata' class="method"><code id='onloadedmetadata.v'>pub fn <a href='#method.onloadedmetadata' class='fnname'>onloadedmetadata</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onloadedmetadata</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onloadedmetadata">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onloadedmetadata' class="method"><code id='set_onloadedmetadata.v'>pub fn <a href='#method.set_onloadedmetadata' class='fnname'>set_onloadedmetadata</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onloadedmetadata</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onloadedmetadata">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onloadend' class="method"><code id='onloadend.v'>pub fn <a href='#method.onloadend' class='fnname'>onloadend</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onloadend</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onloadend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onloadend' class="method"><code id='set_onloadend.v'>pub fn <a href='#method.set_onloadend' class='fnname'>set_onloadend</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onloadend</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onloadend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onloadstart' class="method"><code id='onloadstart.v'>pub fn <a href='#method.onloadstart' class='fnname'>onloadstart</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onloadstart</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onloadstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onloadstart' class="method"><code id='set_onloadstart.v'>pub fn <a href='#method.set_onloadstart' class='fnname'>set_onloadstart</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onloadstart</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onloadstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onmousedown' class="method"><code id='onmousedown.v'>pub fn <a href='#method.onmousedown' class='fnname'>onmousedown</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onmousedown</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onmousedown">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onmousedown' class="method"><code id='set_onmousedown.v'>pub fn <a href='#method.set_onmousedown' class='fnname'>set_onmousedown</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onmousedown</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onmousedown">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onmouseenter' class="method"><code id='onmouseenter.v'>pub fn <a href='#method.onmouseenter' class='fnname'>onmouseenter</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onmouseenter</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onmouseenter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onmouseenter' class="method"><code id='set_onmouseenter.v'>pub fn <a href='#method.set_onmouseenter' class='fnname'>set_onmouseenter</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onmouseenter</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onmouseenter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onmouseleave' class="method"><code id='onmouseleave.v'>pub fn <a href='#method.onmouseleave' class='fnname'>onmouseleave</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onmouseleave</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onmouseleave">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onmouseleave' class="method"><code id='set_onmouseleave.v'>pub fn <a href='#method.set_onmouseleave' class='fnname'>set_onmouseleave</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onmouseleave</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onmouseleave">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onmousemove' class="method"><code id='onmousemove.v'>pub fn <a href='#method.onmousemove' class='fnname'>onmousemove</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onmousemove</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onmousemove">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onmousemove' class="method"><code id='set_onmousemove.v'>pub fn <a href='#method.set_onmousemove' class='fnname'>set_onmousemove</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onmousemove</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onmousemove">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onmouseout' class="method"><code id='onmouseout.v'>pub fn <a href='#method.onmouseout' class='fnname'>onmouseout</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onmouseout</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onmouseout">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onmouseout' class="method"><code id='set_onmouseout.v'>pub fn <a href='#method.set_onmouseout' class='fnname'>set_onmouseout</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onmouseout</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onmouseout">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onmouseover' class="method"><code id='onmouseover.v'>pub fn <a href='#method.onmouseover' class='fnname'>onmouseover</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onmouseover</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onmouseover">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onmouseover' class="method"><code id='set_onmouseover.v'>pub fn <a href='#method.set_onmouseover' class='fnname'>set_onmouseover</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onmouseover</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onmouseover">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onmouseup' class="method"><code id='onmouseup.v'>pub fn <a href='#method.onmouseup' class='fnname'>onmouseup</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onmouseup</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onmouseup">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onmouseup' class="method"><code id='set_onmouseup.v'>pub fn <a href='#method.set_onmouseup' class='fnname'>set_onmouseup</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onmouseup</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onmouseup">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onwheel' class="method"><code id='onwheel.v'>pub fn <a href='#method.onwheel' class='fnname'>onwheel</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onwheel</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onwheel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onwheel' class="method"><code id='set_onwheel.v'>pub fn <a href='#method.set_onwheel' class='fnname'>set_onwheel</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onwheel</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onwheel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onpause' class="method"><code id='onpause.v'>pub fn <a href='#method.onpause' class='fnname'>onpause</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onpause</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpause">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onpause' class="method"><code id='set_onpause.v'>pub fn <a href='#method.set_onpause' class='fnname'>set_onpause</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onpause</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpause">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onplay' class="method"><code id='onplay.v'>pub fn <a href='#method.onplay' class='fnname'>onplay</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onplay</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onplay">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onplay' class="method"><code id='set_onplay.v'>pub fn <a href='#method.set_onplay' class='fnname'>set_onplay</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onplay</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onplay">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onplaying' class="method"><code id='onplaying.v'>pub fn <a href='#method.onplaying' class='fnname'>onplaying</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onplaying</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onplaying">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onplaying' class="method"><code id='set_onplaying.v'>pub fn <a href='#method.set_onplaying' class='fnname'>set_onplaying</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onplaying</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onplaying">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onprogress' class="method"><code id='onprogress.v'>pub fn <a href='#method.onprogress' class='fnname'>onprogress</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onprogress</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onprogress">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onprogress' class="method"><code id='set_onprogress.v'>pub fn <a href='#method.set_onprogress' class='fnname'>set_onprogress</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onprogress</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onprogress">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onratechange' class="method"><code id='onratechange.v'>pub fn <a href='#method.onratechange' class='fnname'>onratechange</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onratechange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onratechange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onratechange' class="method"><code id='set_onratechange.v'>pub fn <a href='#method.set_onratechange' class='fnname'>set_onratechange</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onratechange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onratechange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onreset' class="method"><code id='onreset.v'>pub fn <a href='#method.onreset' class='fnname'>onreset</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onreset</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onreset">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onreset' class="method"><code id='set_onreset.v'>pub fn <a href='#method.set_onreset' class='fnname'>set_onreset</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onreset</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onreset">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onresize' class="method"><code id='onresize.v'>pub fn <a href='#method.onresize' class='fnname'>onresize</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onresize</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onresize">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onresize' class="method"><code id='set_onresize.v'>pub fn <a href='#method.set_onresize' class='fnname'>set_onresize</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onresize</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onresize">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onscroll' class="method"><code id='onscroll.v'>pub fn <a href='#method.onscroll' class='fnname'>onscroll</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onscroll</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onscroll">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onscroll' class="method"><code id='set_onscroll.v'>pub fn <a href='#method.set_onscroll' class='fnname'>set_onscroll</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onscroll</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onscroll">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onseeked' class="method"><code id='onseeked.v'>pub fn <a href='#method.onseeked' class='fnname'>onseeked</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onseeked</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onseeked">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onseeked' class="method"><code id='set_onseeked.v'>pub fn <a href='#method.set_onseeked' class='fnname'>set_onseeked</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onseeked</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onseeked">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onseeking' class="method"><code id='onseeking.v'>pub fn <a href='#method.onseeking' class='fnname'>onseeking</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onseeking</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onseeking">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onseeking' class="method"><code id='set_onseeking.v'>pub fn <a href='#method.set_onseeking' class='fnname'>set_onseeking</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onseeking</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onseeking">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onselect' class="method"><code id='onselect.v'>pub fn <a href='#method.onselect' class='fnname'>onselect</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onselect</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onselect">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onselect' class="method"><code id='set_onselect.v'>pub fn <a href='#method.set_onselect' class='fnname'>set_onselect</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onselect</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onselect">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onshow' class="method"><code id='onshow.v'>pub fn <a href='#method.onshow' class='fnname'>onshow</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onshow</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onshow">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onshow' class="method"><code id='set_onshow.v'>pub fn <a href='#method.set_onshow' class='fnname'>set_onshow</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onshow</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onshow">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onstalled' class="method"><code id='onstalled.v'>pub fn <a href='#method.onstalled' class='fnname'>onstalled</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onstalled</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onstalled">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onstalled' class="method"><code id='set_onstalled.v'>pub fn <a href='#method.set_onstalled' class='fnname'>set_onstalled</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onstalled</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onstalled">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onsubmit' class="method"><code id='onsubmit.v'>pub fn <a href='#method.onsubmit' class='fnname'>onsubmit</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onsubmit</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onsubmit">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onsubmit' class="method"><code id='set_onsubmit.v'>pub fn <a href='#method.set_onsubmit' class='fnname'>set_onsubmit</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onsubmit</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onsubmit">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onsuspend' class="method"><code id='onsuspend.v'>pub fn <a href='#method.onsuspend' class='fnname'>onsuspend</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onsuspend</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onsuspend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onsuspend' class="method"><code id='set_onsuspend.v'>pub fn <a href='#method.set_onsuspend' class='fnname'>set_onsuspend</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onsuspend</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onsuspend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ontimeupdate' class="method"><code id='ontimeupdate.v'>pub fn <a href='#method.ontimeupdate' class='fnname'>ontimeupdate</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ontimeupdate</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontimeupdate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ontimeupdate' class="method"><code id='set_ontimeupdate.v'>pub fn <a href='#method.set_ontimeupdate' class='fnname'>set_ontimeupdate</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ontimeupdate</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontimeupdate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onvolumechange' class="method"><code id='onvolumechange.v'>pub fn <a href='#method.onvolumechange' class='fnname'>onvolumechange</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onvolumechange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onvolumechange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onvolumechange' class="method"><code id='set_onvolumechange.v'>pub fn <a href='#method.set_onvolumechange' class='fnname'>set_onvolumechange</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onvolumechange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onvolumechange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onwaiting' class="method"><code id='onwaiting.v'>pub fn <a href='#method.onwaiting' class='fnname'>onwaiting</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onwaiting</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onwaiting">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onwaiting' class="method"><code id='set_onwaiting.v'>pub fn <a href='#method.set_onwaiting' class='fnname'>set_onwaiting</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onwaiting</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onwaiting">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onselectstart' class="method"><code id='onselectstart.v'>pub fn <a href='#method.onselectstart' class='fnname'>onselectstart</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onselectstart</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onselectstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onselectstart' class="method"><code id='set_onselectstart.v'>pub fn <a href='#method.set_onselectstart' class='fnname'>set_onselectstart</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onselectstart</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onselectstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ontoggle' class="method"><code id='ontoggle.v'>pub fn <a href='#method.ontoggle' class='fnname'>ontoggle</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ontoggle</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontoggle">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ontoggle' class="method"><code id='set_ontoggle.v'>pub fn <a href='#method.set_ontoggle' class='fnname'>set_ontoggle</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ontoggle</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontoggle">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onpointercancel' class="method"><code id='onpointercancel.v'>pub fn <a href='#method.onpointercancel' class='fnname'>onpointercancel</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onpointercancel</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpointercancel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onpointercancel' class="method"><code id='set_onpointercancel.v'>pub fn <a href='#method.set_onpointercancel' class='fnname'>set_onpointercancel</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onpointercancel</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpointercancel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onpointerdown' class="method"><code id='onpointerdown.v'>pub fn <a href='#method.onpointerdown' class='fnname'>onpointerdown</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onpointerdown</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpointerdown">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onpointerdown' class="method"><code id='set_onpointerdown.v'>pub fn <a href='#method.set_onpointerdown' class='fnname'>set_onpointerdown</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onpointerdown</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpointerdown">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onpointerup' class="method"><code id='onpointerup.v'>pub fn <a href='#method.onpointerup' class='fnname'>onpointerup</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onpointerup</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpointerup">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onpointerup' class="method"><code id='set_onpointerup.v'>pub fn <a href='#method.set_onpointerup' class='fnname'>set_onpointerup</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onpointerup</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpointerup">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onpointermove' class="method"><code id='onpointermove.v'>pub fn <a href='#method.onpointermove' class='fnname'>onpointermove</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onpointermove</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpointermove">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onpointermove' class="method"><code id='set_onpointermove.v'>pub fn <a href='#method.set_onpointermove' class='fnname'>set_onpointermove</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onpointermove</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpointermove">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onpointerout' class="method"><code id='onpointerout.v'>pub fn <a href='#method.onpointerout' class='fnname'>onpointerout</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onpointerout</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpointerout">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onpointerout' class="method"><code id='set_onpointerout.v'>pub fn <a href='#method.set_onpointerout' class='fnname'>set_onpointerout</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onpointerout</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpointerout">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onpointerover' class="method"><code id='onpointerover.v'>pub fn <a href='#method.onpointerover' class='fnname'>onpointerover</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onpointerover</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpointerover">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onpointerover' class="method"><code id='set_onpointerover.v'>pub fn <a href='#method.set_onpointerover' class='fnname'>set_onpointerover</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onpointerover</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpointerover">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onpointerenter' class="method"><code id='onpointerenter.v'>pub fn <a href='#method.onpointerenter' class='fnname'>onpointerenter</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onpointerenter</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpointerenter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onpointerenter' class="method"><code id='set_onpointerenter.v'>pub fn <a href='#method.set_onpointerenter' class='fnname'>set_onpointerenter</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onpointerenter</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpointerenter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onpointerleave' class="method"><code id='onpointerleave.v'>pub fn <a href='#method.onpointerleave' class='fnname'>onpointerleave</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onpointerleave</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpointerleave">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onpointerleave' class="method"><code id='set_onpointerleave.v'>pub fn <a href='#method.set_onpointerleave' class='fnname'>set_onpointerleave</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onpointerleave</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpointerleave">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ongotpointercapture' class="method"><code id='ongotpointercapture.v'>pub fn <a href='#method.ongotpointercapture' class='fnname'>ongotpointercapture</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ongotpointercapture</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ongotpointercapture">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ongotpointercapture' class="method"><code id='set_ongotpointercapture.v'>pub fn <a href='#method.set_ongotpointercapture' class='fnname'>set_ongotpointercapture</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ongotpointercapture</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ongotpointercapture">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onlostpointercapture' class="method"><code id='onlostpointercapture.v'>pub fn <a href='#method.onlostpointercapture' class='fnname'>onlostpointercapture</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onlostpointercapture</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onlostpointercapture">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onlostpointercapture' class="method"><code id='set_onlostpointercapture.v'>pub fn <a href='#method.set_onlostpointercapture' class='fnname'>set_onlostpointercapture</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onlostpointercapture</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onlostpointercapture">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onanimationcancel' class="method"><code id='onanimationcancel.v'>pub fn <a href='#method.onanimationcancel' class='fnname'>onanimationcancel</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onanimationcancel</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onanimationcancel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onanimationcancel' class="method"><code id='set_onanimationcancel.v'>pub fn <a href='#method.set_onanimationcancel' class='fnname'>set_onanimationcancel</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onanimationcancel</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onanimationcancel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onanimationend' class="method"><code id='onanimationend.v'>pub fn <a href='#method.onanimationend' class='fnname'>onanimationend</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onanimationend</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onanimationend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onanimationend' class="method"><code id='set_onanimationend.v'>pub fn <a href='#method.set_onanimationend' class='fnname'>set_onanimationend</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onanimationend</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onanimationend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onanimationiteration' class="method"><code id='onanimationiteration.v'>pub fn <a href='#method.onanimationiteration' class='fnname'>onanimationiteration</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onanimationiteration</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onanimationiteration">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onanimationiteration' class="method"><code id='set_onanimationiteration.v'>pub fn <a href='#method.set_onanimationiteration' class='fnname'>set_onanimationiteration</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onanimationiteration</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onanimationiteration">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onanimationstart' class="method"><code id='onanimationstart.v'>pub fn <a href='#method.onanimationstart' class='fnname'>onanimationstart</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onanimationstart</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onanimationstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onanimationstart' class="method"><code id='set_onanimationstart.v'>pub fn <a href='#method.set_onanimationstart' class='fnname'>set_onanimationstart</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onanimationstart</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onanimationstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ontransitioncancel' class="method"><code id='ontransitioncancel.v'>pub fn <a href='#method.ontransitioncancel' class='fnname'>ontransitioncancel</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ontransitioncancel</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontransitioncancel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ontransitioncancel' class="method"><code id='set_ontransitioncancel.v'>pub fn <a href='#method.set_ontransitioncancel' class='fnname'>set_ontransitioncancel</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ontransitioncancel</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontransitioncancel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ontransitionend' class="method"><code id='ontransitionend.v'>pub fn <a href='#method.ontransitionend' class='fnname'>ontransitionend</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ontransitionend</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontransitionend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ontransitionend' class="method"><code id='set_ontransitionend.v'>pub fn <a href='#method.set_ontransitionend' class='fnname'>set_ontransitionend</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ontransitionend</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontransitionend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ontransitionrun' class="method"><code id='ontransitionrun.v'>pub fn <a href='#method.ontransitionrun' class='fnname'>ontransitionrun</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ontransitionrun</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontransitionrun">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ontransitionrun' class="method"><code id='set_ontransitionrun.v'>pub fn <a href='#method.set_ontransitionrun' class='fnname'>set_ontransitionrun</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ontransitionrun</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontransitionrun">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ontransitionstart' class="method"><code id='ontransitionstart.v'>pub fn <a href='#method.ontransitionstart' class='fnname'>ontransitionstart</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ontransitionstart</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontransitionstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ontransitionstart' class="method"><code id='set_ontransitionstart.v'>pub fn <a href='#method.set_ontransitionstart' class='fnname'>set_ontransitionstart</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ontransitionstart</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontransitionstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onwebkitanimationend' class="method"><code id='onwebkitanimationend.v'>pub fn <a href='#method.onwebkitanimationend' class='fnname'>onwebkitanimationend</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onwebkitanimationend</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onwebkitanimationend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onwebkitanimationend' class="method"><code id='set_onwebkitanimationend.v'>pub fn <a href='#method.set_onwebkitanimationend' class='fnname'>set_onwebkitanimationend</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onwebkitanimationend</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onwebkitanimationend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onwebkitanimationiteration' class="method"><code id='onwebkitanimationiteration.v'>pub fn <a href='#method.onwebkitanimationiteration' class='fnname'>onwebkitanimationiteration</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onwebkitanimationiteration</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onwebkitanimationiteration">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onwebkitanimationiteration' class="method"><code id='set_onwebkitanimationiteration.v'>pub fn <a href='#method.set_onwebkitanimationiteration' class='fnname'>set_onwebkitanimationiteration</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onwebkitanimationiteration</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onwebkitanimationiteration">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onwebkitanimationstart' class="method"><code id='onwebkitanimationstart.v'>pub fn <a href='#method.onwebkitanimationstart' class='fnname'>onwebkitanimationstart</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onwebkitanimationstart</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onwebkitanimationstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onwebkitanimationstart' class="method"><code id='set_onwebkitanimationstart.v'>pub fn <a href='#method.set_onwebkitanimationstart' class='fnname'>set_onwebkitanimationstart</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onwebkitanimationstart</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onwebkitanimationstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onwebkittransitionend' class="method"><code id='onwebkittransitionend.v'>pub fn <a href='#method.onwebkittransitionend' class='fnname'>onwebkittransitionend</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onwebkittransitionend</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onwebkittransitionend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onwebkittransitionend' class="method"><code id='set_onwebkittransitionend.v'>pub fn <a href='#method.set_onwebkittransitionend' class='fnname'>set_onwebkittransitionend</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onwebkittransitionend</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onwebkittransitionend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onerror' class="method"><code id='onerror.v'>pub fn <a href='#method.onerror' class='fnname'>onerror</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onerror</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onerror">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onerror' class="method"><code id='set_onerror.v'>pub fn <a href='#method.set_onerror' class='fnname'>set_onerror</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onerror</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onerror">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ontouchstart' class="method"><code id='ontouchstart.v'>pub fn <a href='#method.ontouchstart' class='fnname'>ontouchstart</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ontouchstart</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontouchstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ontouchstart' class="method"><code id='set_ontouchstart.v'>pub fn <a href='#method.set_ontouchstart' class='fnname'>set_ontouchstart</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ontouchstart</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontouchstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ontouchend' class="method"><code id='ontouchend.v'>pub fn <a href='#method.ontouchend' class='fnname'>ontouchend</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ontouchend</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontouchend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ontouchend' class="method"><code id='set_ontouchend.v'>pub fn <a href='#method.set_ontouchend' class='fnname'>set_ontouchend</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ontouchend</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontouchend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ontouchmove' class="method"><code id='ontouchmove.v'>pub fn <a href='#method.ontouchmove' class='fnname'>ontouchmove</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ontouchmove</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontouchmove">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ontouchmove' class="method"><code id='set_ontouchmove.v'>pub fn <a href='#method.set_ontouchmove' class='fnname'>set_ontouchmove</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ontouchmove</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontouchmove">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ontouchcancel' class="method"><code id='ontouchcancel.v'>pub fn <a href='#method.ontouchcancel' class='fnname'>ontouchcancel</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ontouchcancel</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontouchcancel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_ontouchcancel' class="method"><code id='set_ontouchcancel.v'>pub fn <a href='#method.set_ontouchcancel' class='fnname'>set_ontouchcancel</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>ontouchcancel</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/ontouchcancel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.blur' class="method"><code id='blur.v'>pub fn <a href='#method.blur' class='fnname'>blur</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>blur()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/blur">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.click' class="method"><code id='click.v'>pub fn <a href='#method.click' class='fnname'>click</a>(&amp;self)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>click()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/click">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.focus' class="method"><code id='focus.v'>pub fn <a href='#method.focus' class='fnname'>focus</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>focus()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/focus">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</code></em></p>
</div></div><h2 id='trait-implementations' class='small-section-header'>Trait Implementations<a href='#trait-implementations' class='anchor'></a></h2><div id='trait-implementations-list'><h3 id='impl-AsRef%3CElement%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-AsRef%3CElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-3' class="method hidden"><code id='as_ref.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CEventTarget%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-AsRef%3CEventTarget%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-5' class="method hidden"><code id='as_ref.v-5'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CHtmlBaseElement%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-AsRef%3CHtmlBaseElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-1' class="method hidden"><code id='as_ref.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CHtmlElement%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-2' class="method hidden"><code id='as_ref.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CJsValue%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-AsRef%3CJsValue%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref' class="method hidden"><code id='as_ref.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CNode%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-AsRef%3CNode%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-4' class="method hidden"><code id='as_ref.v-4'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CObject%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-AsRef%3CObject%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-6' class="method hidden"><code id='as_ref.v-6'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-Clone' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-Clone' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.clone' class="method hidden"><code id='clone.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
</div><h4 id='method.clone_from' class="method hidden"><code id='clone_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&amp;mut self, source: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self)</code><span class='since' title='Stable since Rust version 1.0.0'>1.0.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/clone.rs.html#131-133' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
</div></div><h3 id='impl-Debug' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-Debug' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt' class="method hidden"><code id='fmt.v'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -&gt; <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
</div></div><h3 id='impl-Deref' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-Deref' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Target' class="type"><code id='Target.t'>type <a href='https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html#associatedtype.Target' class="type">Target</a> = <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code></h4><div class='docblock'><p>The resulting type after dereferencing.</p>
</div><h4 id='method.deref' class="method hidden"><code id='deref.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html#tymethod.deref' class='fnname'>deref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Dereferences the value.</p>
</div></div><h3 id='impl-Eq' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-Eq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-From%3CHtmlBaseElement%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>&gt; for <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a href='#impl-From%3CHtmlBaseElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-1' class="method hidden"><code id='from.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>) -&gt; <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CHtmlBaseElement%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlBaseElement%3E-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-2' class="method hidden"><code id='from.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>) -&gt; <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CHtmlBaseElement%3E-2' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>&gt; for <a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a></code><a href='#impl-From%3CHtmlBaseElement%3E-2' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-3' class="method hidden"><code id='from.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>) -&gt; <a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CHtmlBaseElement%3E-3' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>&gt; for <a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a></code><a href='#impl-From%3CHtmlBaseElement%3E-3' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-4' class="method hidden"><code id='from.v-4'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>) -&gt; <a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CHtmlBaseElement%3E-4' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>&gt; for <a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a></code><a href='#impl-From%3CHtmlBaseElement%3E-4' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-5' class="method hidden"><code id='from.v-5'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>) -&gt; <a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CHtmlBaseElement%3E-5' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>&gt; for <a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a href='#impl-From%3CHtmlBaseElement%3E-5' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-6' class="method hidden"><code id='from.v-6'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>) -&gt; <a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CJsValue%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-From%3CJsValue%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from' class="method hidden"><code id='from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-FromWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html" title="trait wasm_bindgen::convert::traits::FromWasmAbi">FromWasmAbi</a> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-FromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-1' class="type"><code id='Abi.t-1'>type <a href='../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html" title="trait wasm_bindgen::convert::traits::FromWasmAbi">FromWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::FromWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type that this converts from when coming back out from the ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi">Read more</a></p>
</div><h4 id='method.from_abi' class="method hidden"><code id='from_abi.v'>unsafe fn <a href='../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#tymethod.from_abi' class='fnname'>from_abi</a>(js: Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::FromWasmAbi::Abi">Abi</a>) -&gt; Self</code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Recover a <code>Self</code> from <code>Self::Abi</code>. <a href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#tymethod.from_abi">Read more</a></p>
</div></div><h3 id='impl-IntoWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-IntoWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-2' class="type"><code id='Abi.t-2'>type <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type that this converts into when crossing the ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi">Read more</a></p>
</div><h4 id='method.into_abi' class="method hidden"><code id='into_abi.v'>fn <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi' class='fnname'>into_abi</a>(self) -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert <code>self</code> into <code>Self::Abi</code> so that it can be sent across the wasm ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi">Read more</a></p>
</div></div><h3 id='impl-IntoWasmAbi-1' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a> for &amp;'a <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-IntoWasmAbi-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-3' class="type"><code id='Abi.t-3'>type <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;&amp;'a <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type that this converts into when crossing the ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi">Read more</a></p>
</div><h4 id='method.into_abi-1' class="method hidden"><code id='into_abi.v-1'>fn <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi' class='fnname'>into_abi</a>(self) -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert <code>self</code> into <code>Self::Abi</code> so that it can be sent across the wasm ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi">Read more</a></p>
</div></div><h3 id='impl-JsCast' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-JsCast' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.instanceof' class="method hidden"><code id='instanceof.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#tymethod.instanceof' class='fnname'>instanceof</a>(val: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic <code>instanceof</code> check to see whether the <code>JsValue</code> provided is an instance of this type. <a href="../wasm_bindgen/cast/trait.JsCast.html#tymethod.instanceof">Read more</a></p>
</div><h4 id='method.unchecked_from_js' class="method hidden"><code id='unchecked_from_js.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js' class='fnname'>unchecked_from_js</a>(val: <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; Self</code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked conversion from a <code>JsValue</code> into an instance of <code>Self</code> <a href="../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js">Read more</a></p>
</div><h4 id='method.unchecked_from_js_ref' class="method hidden"><code id='unchecked_from_js_ref.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js_ref' class='fnname'>unchecked_from_js_ref</a>(val: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self</code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked conversion from a <code>&amp;JsValue</code> into an instance of <code>&amp;Self</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js_ref">Read more</a></p>
</div><h4 id='method.has_type' class="method hidden"><code id='has_type.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.has_type' class='fnname'>has_type</a>&lt;T&gt;(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#30-35' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Test whether this JS value has a type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.has_type">Read more</a></p>
</div><h4 id='method.dyn_into' class="method hidden"><code id='dyn_into.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.dyn_into' class='fnname'>dyn_into</a>&lt;T&gt;(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, Self&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#43-52' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic cast (checked at runtime) of this value into the target type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.dyn_into">Read more</a></p>
</div><h4 id='method.dyn_ref' class="method hidden"><code id='dyn_ref.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.dyn_ref' class='fnname'>dyn_ref</a>&lt;T&gt;(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#60-69' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic cast (checked at runtime) of this value into the target type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.dyn_ref">Read more</a></p>
</div><h4 id='method.unchecked_into' class="method hidden"><code id='unchecked_into.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_into' class='fnname'>unchecked_into</a>&lt;T&gt;(self) -&gt; T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#78-83' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked cast into the specified type. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_into">Read more</a></p>
</div><h4 id='method.unchecked_ref' class="method hidden"><code id='unchecked_ref.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_ref' class='fnname'>unchecked_ref</a>&lt;T&gt;(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#96-101' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked cast into a reference to the specified type. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_ref">Read more</a></p>
</div><h4 id='method.is_instance_of' class="method hidden"><code id='is_instance_of.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.is_instance_of' class='fnname'>is_instance_of</a>&lt;T&gt;(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#112-117' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Test whether this JS value is an instance of the type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.is_instance_of">Read more</a></p>
</div><h4 id='method.is_type_of' class="method hidden"><code id='is_type_of.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.is_type_of' class='fnname'>is_type_of</a>(val: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#136-138' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic check to see whether the <code>JsValue</code> provided is a value of this type. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.is_type_of">Read more</a></p>
</div></div><h3 id='impl-OptionFromWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.OptionFromWasmAbi.html" title="trait wasm_bindgen::convert::traits::OptionFromWasmAbi">OptionFromWasmAbi</a> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-OptionFromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.is_none' class="method hidden"><code id='is_none.v'>fn <a href='../wasm_bindgen/convert/traits/trait.OptionFromWasmAbi.html#tymethod.is_none' class='fnname'>is_none</a>(abi: &amp;Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::FromWasmAbi::Abi">Abi</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Tests whether the argument is a &quot;none&quot; instance. If so it will be deserialized as <code>None</code>, and otherwise it will be passed to <code>FromWasmAbi</code>. <a href="../wasm_bindgen/convert/traits/trait.OptionFromWasmAbi.html#tymethod.is_none">Read more</a></p>
</div></div><h3 id='impl-OptionIntoWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::OptionIntoWasmAbi">OptionIntoWasmAbi</a> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-OptionIntoWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.none' class="method hidden"><code id='none.v'>fn <a href='../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none' class='fnname'>none</a>() -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an ABI instance indicating &quot;none&quot;, which JS will interpret as the <code>None</code> branch of this option. <a href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none">Read more</a></p>
</div></div><h3 id='impl-OptionIntoWasmAbi-1' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::OptionIntoWasmAbi">OptionIntoWasmAbi</a> for &amp;'a <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-OptionIntoWasmAbi-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.none-1' class="method hidden"><code id='none.v-1'>fn <a href='../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none' class='fnname'>none</a>() -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an ABI instance indicating &quot;none&quot;, which JS will interpret as the <code>None</code> branch of this option. <a href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none">Read more</a></p>
</div></div><h3 id='impl-PartialEq%3CHtmlBaseElement%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a>&lt;<a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-PartialEq%3CHtmlBaseElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.eq' class="method hidden"><code id='eq.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&amp;self, other: &amp;<a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
</div><h4 id='method.ne' class="method hidden"><code id='ne.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&amp;self, other: &amp;<a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>!=</code>.</p>
</div></div><h3 id='impl-RefFromWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html" title="trait wasm_bindgen::convert::traits::RefFromWasmAbi">RefFromWasmAbi</a> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-RefFromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi' class="type"><code id='Abi.t'>type <a href='../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html" title="trait wasm_bindgen::convert::traits::RefFromWasmAbi">RefFromWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::RefFromWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type references to <code>Self</code> are recovered from.</p>
</div><h4 id='associatedtype.Anchor' class="type"><code id='Anchor.t'>type <a href='../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Anchor' class="type">Anchor</a> = <a class="struct" href="https://doc.rust-lang.org/nightly/core/mem/manually_drop/struct.ManuallyDrop.html" title="struct core::mem::manually_drop::ManuallyDrop">ManuallyDrop</a>&lt;<a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>&gt;</code></h4><div class='docblock'><p>The type that holds the reference to <code>Self</code> for the duration of the invocation of the function that has an <code>&amp;Self</code> parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. <a href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Anchor">Read more</a></p>
</div><h4 id='method.ref_from_abi' class="method hidden"><code id='ref_from_abi.v'>unsafe fn <a href='../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#tymethod.ref_from_abi' class='fnname'>ref_from_abi</a>(js: Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::RefFromWasmAbi::Abi">Abi</a>) -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Anchor" title="type wasm_bindgen::convert::traits::RefFromWasmAbi::Anchor">Anchor</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Recover a <code>Self::Anchor</code> from <code>Self::Abi</code>. <a href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#tymethod.ref_from_abi">Read more</a></p>
</div></div><h3 id='impl-StructuralEq' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.StructuralEq.html" title="trait core::marker::StructuralEq">StructuralEq</a> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-StructuralEq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-StructuralPartialEq' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.StructuralPartialEq.html" title="trait core::marker::StructuralPartialEq">StructuralPartialEq</a> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-StructuralPartialEq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-WasmDescribe' class='impl'><code class='in-band'>impl WasmDescribe for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-WasmDescribe' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.describe' class="method hidden"><code id='describe.v'>fn <a href='#method.describe' class='fnname'>describe</a>()</code><a class='srclink' href='../src/web_sys/features/gen_HtmlBaseElement.rs.html#4' title='goto source code'>[src]</a></h4></div></div><h2 id='synthetic-implementations' class='small-section-header'>Auto Trait Implementations<a href='#synthetic-implementations' class='anchor'></a></h2><div id='synthetic-implementations-list'><h3 id='impl-RefUnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html" title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-RefUnwindSafe' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Send' class='impl'><code class='in-band'>impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-Send' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Sync' class='impl'><code class='in-band'>impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-Sync' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Unpin' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-Unpin' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-UnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html" title="trait std::panic::UnwindSafe">UnwindSafe</a> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-UnwindSafe' class='anchor'></a></h3><div class='impl-items'></div></div><h2 id='blanket-implement
</div></div><h3 id='impl-Borrow%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-Borrow%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#213-217' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow' class="method hidden"><code id='borrow.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow' class='fnname'>borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214-216' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3 id='impl-BorrowMut%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-BorrowMut%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#220-224' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow_mut' class="method hidden"><code id='borrow_mut.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut' class='fnname'>borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#221-223' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div><h3 id='impl-From%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</code><a href='#impl-From%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#565-569' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-7' class="method hidden"><code id='from.v-7'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(t: T) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#566-568' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-Into%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-Into%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#554-561' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.into' class="method hidden"><code id='into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into' class='fnname'>into</a>(self) -&gt; U</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#558-560' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-ReturnWasmAbi' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html" title="trait wasm_bindgen::convert::traits::ReturnWasmAbi">ReturnWasmAbi</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>,&nbsp;</span></code><a href='#impl-ReturnWasmAbi' class='anchor'></a><a class='srclink' href='../src/wasm_bindgen/convert/traits.rs.html#122-129' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-4' class="type"><code id='Abi.t-4'>type <a href='../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;T as <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>Same as <code>IntoWasmAbi::Abi</code></p>
</div><h4 id='method.return_abi' class="method hidden"><code id='return_abi.v'>fn <a href='../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#tymethod.return_abi' class='fnname'>return_abi</a>(self) -&gt; &lt;T as <a class="trait" href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html" title="trait wasm_bindgen::convert::traits::ReturnWasmAbi">ReturnWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::ReturnWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/wasm_bindgen/convert/traits.rs.html#126-128' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Same as <code>IntoWasmAbi::into_abi</code>, except that it may throw and never return in the case of <code>Err</code>. <a href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#tymethod.return_abi">Read more</a></p>
</div></div><h3 id='impl-ToOwned' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,&nbsp;</span></code><a href='#impl-ToOwned' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#80-92' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Owned' class="type"><code id='Owned.t'>type <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned' class="type">Owned</a> = T</code></h4><div class='docblock'><p>The resulting type after obtaining ownership.</p>
</div><h4 id='method.to_owned' class="method hidden"><code id='to_owned.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned' class='fnname'>to_owned</a>(&amp;self) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#85-87' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
</div><h4 id='method.clone_into' class="method hidden"><code id='clone_into.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into' class='fnname'>clone_into</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T)</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#89-91' title='goto source code'>[src]</a></h4><div class='stability hidden'><div class='stab unstable'><details><summary><span class='emoji'>🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</summary><p>recently added</p>
</details></div></div><div class='docblock hidden'><p>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
</div></div><h3 id='impl-TryFrom%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryFrom%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#602-611' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error' class="type"><code id='Error.t'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_from' class="method hidden"><code id='try_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#608-610' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-TryInto%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryInto%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#588-597' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-1' class="type"><code id='Error.t-1'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error' class="type">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_into' class="method hidden"><code id='try_into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into' class='fnname'>try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#594-596' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div></div></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../";window.currentCrate = "web_sys";</script><script src="../main.js"></script><script defer src="../search-index.js"></script></body></html>