mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-26 06:22:14 +00:00
1424 lines
736 KiB
HTML
1424 lines
736 KiB
HTML
![]() |
<!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 `HtmlElement` struct in crate `web_sys`."><meta name="keywords" content="rust, rustlang, rust-lang, HtmlElement"><title>web_sys::HtmlElement - 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">☰</div><a href='../web_sys/index.html'><div class='logo-container'><img src='../rust-logo.png' alt='logo'></div></a><p class='location'>Struct HtmlElement</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#implementations">Methods</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.onloadedmetadata">onloadedmetadata</a><a href="#method.onloadend">onloadend</a><a href="#method.onloadstart">onloadstart</a><a href="#method.onlostpointercapture">onlostpointercapture</a><a href="#method.onmousedown">onmousedown</a><a href="#method.onmouseenter">onmouseenter</a><a href="#method.onmouse
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>HtmlElement</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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.title' class="method"><code id='title.v'>pub fn <a href='#method.title' class='fnname'>title</a>(&self) -> <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><h3 id='impl-1' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: &<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><h3 id='impl-2' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-2' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.lang' class="method"><code id='lang.v'>pub fn <a href='#method.lang' class='fnname'>lang</a>(&self) -> <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><h3 id='impl-3' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-3' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: &<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><h3 id='impl-4' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-4' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.dir' class="method"><code id='dir.v'>pub fn <a href='#method.dir' class='fnname'>dir</a>(&self) -> <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><h3 id='impl-5' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-5' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: &<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><h3 id='impl-6' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-6' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.dataset' class="method"><code id='dataset.v'>pub fn <a href='#method.dataset' class='fnname'>dataset</a>(&self) -> <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><h3 id='impl-7' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-7' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self) -> <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><h3 id='impl-8' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-8' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: &<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><h3 id='impl-9' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-9' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.hidden' class="method"><code id='hidden.v'>pub fn <a href='#method.hidden' class='fnname'>hidden</a>(&self) -> <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><h3 id='impl-10' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-10' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&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><h3 id='impl-11' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-11' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self) -> <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><h3 id='impl-12' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-12' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&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><h3 id='impl-13' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-13' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self) -> <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><h3 id='impl-14' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-14' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: &<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><h3 id='impl-15' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-15' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self) -> <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><h3 id='impl-16' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-16' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.draggable' class="method"><code id='draggable.v'>pub fn <a href='#method.draggable' class='fnname'>draggable</a>(&self) -> <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><h3 id='impl-17' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-17' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&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><h3 id='impl-18' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-18' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self) -> <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><h3 id='impl-19' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-19' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: &<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><h3 id='impl-20' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-20' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self) -> <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><h3 id='impl-21' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-21' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.spellcheck' class="method"><code id='spellcheck.v'>pub fn <a href='#method.spellcheck' class='fnname'>spellcheck</a>(&self) -> <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><h3 id='impl-22' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-22' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&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><h3 id='impl-23' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-23' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.style' class="method"><code id='style.v'>pub fn <a href='#method.style' class='fnname'>style</a>(&self) -> <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><h3 id='impl-24' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-24' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<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_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><h3 id='impl-25' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-25' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self) -> <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><h3 id='impl-26' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-26' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self) -> <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><h3 id='impl-27' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-27' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self) -> <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><h3 id='impl-28' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-28' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self) -> <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><h3 id='impl-29' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-29' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.oncopy' class="method"><code id='oncopy.v'>pub fn <a href='#method.oncopy' class='fnname'>oncopy</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-30' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-30' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-31' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-31' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.oncut' class="method"><code id='oncut.v'>pub fn <a href='#method.oncut' class='fnname'>oncut</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-32' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-32' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-33' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-33' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onpaste' class="method"><code id='onpaste.v'>pub fn <a href='#method.onpaste' class='fnname'>onpaste</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-34' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-34' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-35' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-35' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onabort' class="method"><code id='onabort.v'>pub fn <a href='#method.onabort' class='fnname'>onabort</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-36' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-36' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-37' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-37' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onblur' class="method"><code id='onblur.v'>pub fn <a href='#method.onblur' class='fnname'>onblur</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-38' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-38' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-39' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-39' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onfocus' class="method"><code id='onfocus.v'>pub fn <a href='#method.onfocus' class='fnname'>onfocus</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-40' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-40' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-41' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-41' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onauxclick' class="method"><code id='onauxclick.v'>pub fn <a href='#method.onauxclick' class='fnname'>onauxclick</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-42' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-42' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-43' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-43' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.oncanplay' class="method"><code id='oncanplay.v'>pub fn <a href='#method.oncanplay' class='fnname'>oncanplay</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-44' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-44' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-45' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-45' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.oncanplaythrough' class="method"><code id='oncanplaythrough.v'>pub fn <a href='#method.oncanplaythrough' class='fnname'>oncanplaythrough</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-46' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-46' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-47' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-47' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onchange' class="method"><code id='onchange.v'>pub fn <a href='#method.onchange' class='fnname'>onchange</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-48' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-48' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-49' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-49' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onclick' class="method"><code id='onclick.v'>pub fn <a href='#method.onclick' class='fnname'>onclick</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-50' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-50' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-51' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-51' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onclose' class="method"><code id='onclose.v'>pub fn <a href='#method.onclose' class='fnname'>onclose</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-52' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-52' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-53' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-53' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.oncontextmenu' class="method"><code id='oncontextmenu.v'>pub fn <a href='#method.oncontextmenu' class='fnname'>oncontextmenu</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-54' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-54' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-55' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-55' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ondblclick' class="method"><code id='ondblclick.v'>pub fn <a href='#method.ondblclick' class='fnname'>ondblclick</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-56' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-56' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-57' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-57' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ondrag' class="method"><code id='ondrag.v'>pub fn <a href='#method.ondrag' class='fnname'>ondrag</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-58' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-58' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-59' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-59' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ondragend' class="method"><code id='ondragend.v'>pub fn <a href='#method.ondragend' class='fnname'>ondragend</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-60' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-60' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-61' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-61' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ondragenter' class="method"><code id='ondragenter.v'>pub fn <a href='#method.ondragenter' class='fnname'>ondragenter</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-62' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-62' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-63' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-63' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ondragexit' class="method"><code id='ondragexit.v'>pub fn <a href='#method.ondragexit' class='fnname'>ondragexit</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-64' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-64' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-65' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-65' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ondragleave' class="method"><code id='ondragleave.v'>pub fn <a href='#method.ondragleave' class='fnname'>ondragleave</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-66' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-66' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-67' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-67' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ondragover' class="method"><code id='ondragover.v'>pub fn <a href='#method.ondragover' class='fnname'>ondragover</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-68' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-68' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-69' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-69' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ondragstart' class="method"><code id='ondragstart.v'>pub fn <a href='#method.ondragstart' class='fnname'>ondragstart</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-70' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-70' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-71' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-71' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ondrop' class="method"><code id='ondrop.v'>pub fn <a href='#method.ondrop' class='fnname'>ondrop</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-72' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-72' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-73' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-73' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ondurationchange' class="method"><code id='ondurationchange.v'>pub fn <a href='#method.ondurationchange' class='fnname'>ondurationchange</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-74' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-74' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-75' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-75' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onemptied' class="method"><code id='onemptied.v'>pub fn <a href='#method.onemptied' class='fnname'>onemptied</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-76' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-76' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-77' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-77' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onended' class="method"><code id='onended.v'>pub fn <a href='#method.onended' class='fnname'>onended</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-78' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-78' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-79' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-79' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.oninput' class="method"><code id='oninput.v'>pub fn <a href='#method.oninput' class='fnname'>oninput</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-80' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-80' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-81' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-81' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.oninvalid' class="method"><code id='oninvalid.v'>pub fn <a href='#method.oninvalid' class='fnname'>oninvalid</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-82' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-82' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-83' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-83' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onkeydown' class="method"><code id='onkeydown.v'>pub fn <a href='#method.onkeydown' class='fnname'>onkeydown</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-84' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-84' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-85' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-85' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onkeypress' class="method"><code id='onkeypress.v'>pub fn <a href='#method.onkeypress' class='fnname'>onkeypress</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-86' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-86' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-87' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-87' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onkeyup' class="method"><code id='onkeyup.v'>pub fn <a href='#method.onkeyup' class='fnname'>onkeyup</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-88' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-88' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-89' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-89' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onload' class="method"><code id='onload.v'>pub fn <a href='#method.onload' class='fnname'>onload</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-90' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-90' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-91' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-91' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onloadeddata' class="method"><code id='onloadeddata.v'>pub fn <a href='#method.onloadeddata' class='fnname'>onloadeddata</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-92' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-92' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-93' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-93' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onloadedmetadata' class="method"><code id='onloadedmetadata.v'>pub fn <a href='#method.onloadedmetadata' class='fnname'>onloadedmetadata</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-94' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-94' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-95' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-95' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onloadend' class="method"><code id='onloadend.v'>pub fn <a href='#method.onloadend' class='fnname'>onloadend</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-96' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-96' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-97' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-97' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onloadstart' class="method"><code id='onloadstart.v'>pub fn <a href='#method.onloadstart' class='fnname'>onloadstart</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-98' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-98' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-99' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-99' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onmousedown' class="method"><code id='onmousedown.v'>pub fn <a href='#method.onmousedown' class='fnname'>onmousedown</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-100' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-100' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-101' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-101' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onmouseenter' class="method"><code id='onmouseenter.v'>pub fn <a href='#method.onmouseenter' class='fnname'>onmouseenter</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-102' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-102' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-103' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-103' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onmouseleave' class="method"><code id='onmouseleave.v'>pub fn <a href='#method.onmouseleave' class='fnname'>onmouseleave</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-104' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-104' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-105' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-105' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onmousemove' class="method"><code id='onmousemove.v'>pub fn <a href='#method.onmousemove' class='fnname'>onmousemove</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-106' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-106' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-107' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-107' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onmouseout' class="method"><code id='onmouseout.v'>pub fn <a href='#method.onmouseout' class='fnname'>onmouseout</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-108' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-108' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-109' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-109' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onmouseover' class="method"><code id='onmouseover.v'>pub fn <a href='#method.onmouseover' class='fnname'>onmouseover</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-110' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-110' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-111' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-111' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onmouseup' class="method"><code id='onmouseup.v'>pub fn <a href='#method.onmouseup' class='fnname'>onmouseup</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-112' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-112' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-113' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-113' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onwheel' class="method"><code id='onwheel.v'>pub fn <a href='#method.onwheel' class='fnname'>onwheel</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-114' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-114' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-115' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-115' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onpause' class="method"><code id='onpause.v'>pub fn <a href='#method.onpause' class='fnname'>onpause</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-116' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-116' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-117' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-117' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onplay' class="method"><code id='onplay.v'>pub fn <a href='#method.onplay' class='fnname'>onplay</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-118' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-118' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-119' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-119' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onplaying' class="method"><code id='onplaying.v'>pub fn <a href='#method.onplaying' class='fnname'>onplaying</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-120' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-120' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-121' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-121' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onprogress' class="method"><code id='onprogress.v'>pub fn <a href='#method.onprogress' class='fnname'>onprogress</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-122' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-122' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-123' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-123' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onratechange' class="method"><code id='onratechange.v'>pub fn <a href='#method.onratechange' class='fnname'>onratechange</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-124' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-124' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-125' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-125' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onreset' class="method"><code id='onreset.v'>pub fn <a href='#method.onreset' class='fnname'>onreset</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-126' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-126' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-127' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-127' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onresize' class="method"><code id='onresize.v'>pub fn <a href='#method.onresize' class='fnname'>onresize</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-128' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-128' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-129' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-129' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onscroll' class="method"><code id='onscroll.v'>pub fn <a href='#method.onscroll' class='fnname'>onscroll</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-130' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-130' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-131' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-131' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onseeked' class="method"><code id='onseeked.v'>pub fn <a href='#method.onseeked' class='fnname'>onseeked</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-132' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-132' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-133' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-133' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onseeking' class="method"><code id='onseeking.v'>pub fn <a href='#method.onseeking' class='fnname'>onseeking</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-134' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-134' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-135' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-135' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onselect' class="method"><code id='onselect.v'>pub fn <a href='#method.onselect' class='fnname'>onselect</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-136' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-136' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-137' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-137' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onshow' class="method"><code id='onshow.v'>pub fn <a href='#method.onshow' class='fnname'>onshow</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-138' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-138' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-139' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-139' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onstalled' class="method"><code id='onstalled.v'>pub fn <a href='#method.onstalled' class='fnname'>onstalled</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-140' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-140' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-141' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-141' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onsubmit' class="method"><code id='onsubmit.v'>pub fn <a href='#method.onsubmit' class='fnname'>onsubmit</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-142' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-142' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-143' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-143' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onsuspend' class="method"><code id='onsuspend.v'>pub fn <a href='#method.onsuspend' class='fnname'>onsuspend</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-144' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-144' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-145' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-145' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ontimeupdate' class="method"><code id='ontimeupdate.v'>pub fn <a href='#method.ontimeupdate' class='fnname'>ontimeupdate</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-146' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-146' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-147' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-147' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onvolumechange' class="method"><code id='onvolumechange.v'>pub fn <a href='#method.onvolumechange' class='fnname'>onvolumechange</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-148' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-148' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-149' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-149' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onwaiting' class="method"><code id='onwaiting.v'>pub fn <a href='#method.onwaiting' class='fnname'>onwaiting</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-150' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-150' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-151' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-151' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onselectstart' class="method"><code id='onselectstart.v'>pub fn <a href='#method.onselectstart' class='fnname'>onselectstart</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-152' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-152' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-153' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-153' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ontoggle' class="method"><code id='ontoggle.v'>pub fn <a href='#method.ontoggle' class='fnname'>ontoggle</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-154' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-154' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-155' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-155' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onpointercancel' class="method"><code id='onpointercancel.v'>pub fn <a href='#method.onpointercancel' class='fnname'>onpointercancel</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-156' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-156' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-157' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-157' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onpointerdown' class="method"><code id='onpointerdown.v'>pub fn <a href='#method.onpointerdown' class='fnname'>onpointerdown</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-158' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-158' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-159' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-159' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onpointerup' class="method"><code id='onpointerup.v'>pub fn <a href='#method.onpointerup' class='fnname'>onpointerup</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-160' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-160' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-161' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-161' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onpointermove' class="method"><code id='onpointermove.v'>pub fn <a href='#method.onpointermove' class='fnname'>onpointermove</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-162' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-162' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-163' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-163' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onpointerout' class="method"><code id='onpointerout.v'>pub fn <a href='#method.onpointerout' class='fnname'>onpointerout</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-164' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-164' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-165' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-165' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onpointerover' class="method"><code id='onpointerover.v'>pub fn <a href='#method.onpointerover' class='fnname'>onpointerover</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-166' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-166' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-167' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-167' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onpointerenter' class="method"><code id='onpointerenter.v'>pub fn <a href='#method.onpointerenter' class='fnname'>onpointerenter</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-168' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-168' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-169' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-169' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onpointerleave' class="method"><code id='onpointerleave.v'>pub fn <a href='#method.onpointerleave' class='fnname'>onpointerleave</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-170' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-170' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-171' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-171' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ongotpointercapture' class="method"><code id='ongotpointercapture.v'>pub fn <a href='#method.ongotpointercapture' class='fnname'>ongotpointercapture</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-172' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-172' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-173' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-173' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onlostpointercapture' class="method"><code id='onlostpointercapture.v'>pub fn <a href='#method.onlostpointercapture' class='fnname'>onlostpointercapture</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-174' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-174' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-175' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-175' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onanimationcancel' class="method"><code id='onanimationcancel.v'>pub fn <a href='#method.onanimationcancel' class='fnname'>onanimationcancel</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-176' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-176' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-177' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-177' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onanimationend' class="method"><code id='onanimationend.v'>pub fn <a href='#method.onanimationend' class='fnname'>onanimationend</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-178' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-178' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-179' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-179' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onanimationiteration' class="method"><code id='onanimationiteration.v'>pub fn <a href='#method.onanimationiteration' class='fnname'>onanimationiteration</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-180' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-180' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-181' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-181' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onanimationstart' class="method"><code id='onanimationstart.v'>pub fn <a href='#method.onanimationstart' class='fnname'>onanimationstart</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-182' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-182' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-183' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-183' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ontransitioncancel' class="method"><code id='ontransitioncancel.v'>pub fn <a href='#method.ontransitioncancel' class='fnname'>ontransitioncancel</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-184' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-184' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-185' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-185' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ontransitionend' class="method"><code id='ontransitionend.v'>pub fn <a href='#method.ontransitionend' class='fnname'>ontransitionend</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-186' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-186' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-187' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-187' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ontransitionrun' class="method"><code id='ontransitionrun.v'>pub fn <a href='#method.ontransitionrun' class='fnname'>ontransitionrun</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-188' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-188' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-189' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-189' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ontransitionstart' class="method"><code id='ontransitionstart.v'>pub fn <a href='#method.ontransitionstart' class='fnname'>ontransitionstart</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-190' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-190' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-191' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-191' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onwebkitanimationend' class="method"><code id='onwebkitanimationend.v'>pub fn <a href='#method.onwebkitanimationend' class='fnname'>onwebkitanimationend</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-192' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-192' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-193' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-193' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onwebkitanimationiteration' class="method"><code id='onwebkitanimationiteration.v'>pub fn <a href='#method.onwebkitanimationiteration' class='fnname'>onwebkitanimationiteration</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-194' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-194' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-195' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-195' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onwebkitanimationstart' class="method"><code id='onwebkitanimationstart.v'>pub fn <a href='#method.onwebkitanimationstart' class='fnname'>onwebkitanimationstart</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-196' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-196' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-197' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-197' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onwebkittransitionend' class="method"><code id='onwebkittransitionend.v'>pub fn <a href='#method.onwebkittransitionend' class='fnname'>onwebkittransitionend</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-198' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-198' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-199' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-199' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onerror' class="method"><code id='onerror.v'>pub fn <a href='#method.onerror' class='fnname'>onerror</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-200' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-200' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-201' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-201' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ontouchstart' class="method"><code id='ontouchstart.v'>pub fn <a href='#method.ontouchstart' class='fnname'>ontouchstart</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-202' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-202' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-203' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-203' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ontouchend' class="method"><code id='ontouchend.v'>pub fn <a href='#method.ontouchend' class='fnname'>ontouchend</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-204' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-204' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-205' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-205' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ontouchmove' class="method"><code id='ontouchmove.v'>pub fn <a href='#method.ontouchmove' class='fnname'>ontouchmove</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-206' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-206' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-207' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-207' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ontouchcancel' class="method"><code id='ontouchcancel.v'>pub fn <a href='#method.ontouchcancel' class='fnname'>ontouchcancel</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-208' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-208' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><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>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</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>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><h3 id='impl-209' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-209' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.blur' class="method"><code id='blur.v'>pub fn <a href='#method.blur' class='fnname'>blur</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></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><h3 id='impl-210' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-210' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.click' class="method"><code id='click.v'>pub fn <a href='#method.click' class='fnname'>click</a>(&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><h3 id='impl-211' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-211' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.focus' class="method"><code id='focus.v'>pub fn <a href='#method.focus' class='fnname'>focus</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></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='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><Target = <a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>><a href='#deref-methods' class='anchor'></a></h2><div class='impl-items'><h4 id='method.namespace_uri' class="method"><code id='namespace_uri.v'>pub fn <a href='#method.namespace_uri' class='fnname'>namespace_uri</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>namespaceURI</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/namespaceURI">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prefix' class="method"><code id='prefix.v'>pub fn <a href='#method.prefix' class='fnname'>prefix</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>prefix</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prefix">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.local_name' class="method"><code id='local_name.v'>pub fn <a href='#method.local_name' class='fnname'>local_name</a>(&self) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>localName</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/localName">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.tag_name' class="method"><code id='tag_name.v'>pub fn <a href='#method.tag_name' class='fnname'>tag_name</a>(&self) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>tagName</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/tagName">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.id' class="method"><code id='id.v'>pub fn <a href='#method.id' class='fnname'>id</a>(&self) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>id</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/id">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.set_id' class="method"><code id='set_id.v'>pub fn <a href='#method.set_id' class='fnname'>set_id</a>(&self, value: &<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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>id</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/id">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.class_name' class="method"><code id='class_name.v'>pub fn <a href='#method.class_name' class='fnname'>class_name</a>(&self) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>className</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/className">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.set_class_name' class="method"><code id='set_class_name.v'>pub fn <a href='#method.set_class_name' class='fnname'>set_class_name</a>(&self, value: &<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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>className</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/className">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.class_list' class="method"><code id='class_list.v'>pub fn <a href='#method.class_list' class='fnname'>class_list</a>(&self) -> <a class="struct" href="../web_sys/struct.DomTokenList.html" title="struct web_sys::DomTokenList">DomTokenList</a></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>classList</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/classList">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>DomTokenList</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.attributes' class="method"><code id='attributes.v'>pub fn <a href='#method.attributes' class='fnname'>attributes</a>(&self) -> <a class="struct" href="../web_sys/struct.NamedNodeMap.html" title="struct web_sys::NamedNodeMap">NamedNodeMap</a></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>attributes</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/attributes">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code>, <code>NamedNodeMap</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.scroll_top' class="method"><code id='scroll_top.v'>pub fn <a href='#method.scroll_top' class='fnname'>scroll_top</a>(&self) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>scrollTop</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollTop">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.set_scroll_top' class="method"><code id='set_scroll_top.v'>pub fn <a href='#method.set_scroll_top' class='fnname'>set_scroll_top</a>(&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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>scrollTop</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollTop">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.scroll_left' class="method"><code id='scroll_left.v'>pub fn <a href='#method.scroll_left' class='fnname'>scroll_left</a>(&self) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>scrollLeft</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollLeft">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.set_scroll_left' class="method"><code id='set_scroll_left.v'>pub fn <a href='#method.set_scroll_left' class='fnname'>set_scroll_left</a>(&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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>scrollLeft</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollLeft">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.scroll_width' class="method"><code id='scroll_width.v'>pub fn <a href='#method.scroll_width' class='fnname'>scroll_width</a>(&self) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>scrollWidth</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollWidth">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.scroll_height' class="method"><code id='scroll_height.v'>pub fn <a href='#method.scroll_height' class='fnname'>scroll_height</a>(&self) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>scrollHeight</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollHeight">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.client_top' class="method"><code id='client_top.v'>pub fn <a href='#method.client_top' class='fnname'>client_top</a>(&self) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>clientTop</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/clientTop">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.client_left' class="method"><code id='client_left.v'>pub fn <a href='#method.client_left' class='fnname'>client_left</a>(&self) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>clientLeft</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/clientLeft">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.client_width' class="method"><code id='client_width.v'>pub fn <a href='#method.client_width' class='fnname'>client_width</a>(&self) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>clientWidth</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/clientWidth">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.client_height' class="method"><code id='client_height.v'>pub fn <a href='#method.client_height' class='fnname'>client_height</a>(&self) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>clientHeight</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/clientHeight">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.inner_html' class="method"><code id='inner_html.v'>pub fn <a href='#method.inner_html' class='fnname'>inner_html</a>(&self) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>innerHTML</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/innerHTML">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.set_inner_html' class="method"><code id='set_inner_html.v'>pub fn <a href='#method.set_inner_html' class='fnname'>set_inner_html</a>(&self, value: &<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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>innerHTML</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/innerHTML">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.outer_html' class="method"><code id='outer_html.v'>pub fn <a href='#method.outer_html' class='fnname'>outer_html</a>(&self) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>outerHTML</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/outerHTML">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.set_outer_html' class="method"><code id='set_outer_html.v'>pub fn <a href='#method.set_outer_html' class='fnname'>set_outer_html</a>(&self, value: &<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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>outerHTML</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/outerHTML">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.shadow_root' class="method"><code id='shadow_root.v'>pub fn <a href='#method.shadow_root' class='fnname'>shadow_root</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../web_sys/struct.ShadowRoot.html" title="struct web_sys::ShadowRoot">ShadowRoot</a>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>shadowRoot</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/shadowRoot">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code>, <code>ShadowRoot</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.assigned_slot' class="method"><code id='assigned_slot.v'>pub fn <a href='#method.assigned_slot' class='fnname'>assigned_slot</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../web_sys/struct.HtmlSlotElement.html" title="struct web_sys::HtmlSlotElement">HtmlSlotElement</a>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>assignedSlot</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/assignedSlot">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code>, <code>HtmlSlotElement</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.slot' class="method"><code id='slot.v'>pub fn <a href='#method.slot' class='fnname'>slot</a>(&self) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>slot</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/slot">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.set_slot' class="method"><code id='set_slot.v'>pub fn <a href='#method.set_slot' class='fnname'>set_slot</a>(&self, value: &<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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>slot</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/slot">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.previous_element_sibling' class="method"><code id='previous_element_sibling.v'>pub fn <a href='#method.previous_element_sibling' class='fnname'>previous_element_sibling</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>previousElementSibling</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/previousElementSibling">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.next_element_sibling' class="method"><code id='next_element_sibling.v'>pub fn <a href='#method.next_element_sibling' class='fnname'>next_element_sibling</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>nextElementSibling</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/nextElementSibling">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.children' class="method"><code id='children.v'>pub fn <a href='#method.children' class='fnname'>children</a>(&self) -> <a class="struct" href="../web_sys/struct.HtmlCollection.html" title="struct web_sys::HtmlCollection">HtmlCollection</a></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>children</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/children">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code>, <code>HtmlCollection</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.first_element_child' class="method"><code id='first_element_child.v'>pub fn <a href='#method.first_element_child' class='fnname'>first_element_child</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>firstElementChild</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/firstElementChild">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.last_element_child' class="method"><code id='last_element_child.v'>pub fn <a href='#method.last_element_child' class='fnname'>last_element_child</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>lastElementChild</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/lastElementChild">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.child_element_count' class="method"><code id='child_element_count.v'>pub fn <a href='#method.child_element_count' class='fnname'>child_element_count</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>childElementCount</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/childElementCount">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.attach_shadow' class="method"><code id='attach_shadow.v'>pub fn <a href='#method.attach_shadow' class='fnname'>attach_shadow</a>(<br> &self, <br> shadow_root_init_dict: &<a class="struct" href="../web_sys/struct.ShadowRootInit.html" title="struct web_sys::ShadowRootInit">ShadowRootInit</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ShadowRoot.html" title="struct web_sys::ShadowRoot">ShadowRoot</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>attachShadow()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/attachShadow">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code>, <code>ShadowRoot</code>, <code>ShadowRootInit</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.closest' class="method"><code id='closest.v'>pub fn <a href='#method.closest' class='fnname'>closest</a>(&self, selector: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>closest()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/closest">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.get_attribute' class="method"><code id='get_attribute.v'>pub fn <a href='#method.get_attribute' class='fnname'>get_attribute</a>(&self, name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getAttribute()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/getAttribute">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.get_attribute_ns' class="method"><code id='get_attribute_ns.v'>pub fn <a href='#method.get_attribute_ns' class='fnname'>get_attribute_ns</a>(<br> &self, <br> namespace: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>, <br> local_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getAttributeNS()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/getAttributeNS">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.get_attribute_names' class="method"><code id='get_attribute_names.v'>pub fn <a href='#method.get_attribute_names' class='fnname'>get_attribute_names</a>(&self) -> <a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getAttributeNames()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/getAttributeNames">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.get_attribute_node' class="method"><code id='get_attribute_node.v'>pub fn <a href='#method.get_attribute_node' class='fnname'>get_attribute_node</a>(&self, name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../web_sys/struct.Attr.html" title="struct web_sys::Attr">Attr</a>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getAttributeNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/getAttributeNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Attr</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.get_attribute_node_ns' class="method"><code id='get_attribute_node_ns.v'>pub fn <a href='#method.get_attribute_node_ns' class='fnname'>get_attribute_node_ns</a>(<br> &self, <br> namespace_uri: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>, <br> local_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../web_sys/struct.Attr.html" title="struct web_sys::Attr">Attr</a>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getAttributeNodeNS()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/getAttributeNodeNS">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Attr</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.get_bounding_client_rect' class="method"><code id='get_bounding_client_rect.v'>pub fn <a href='#method.get_bounding_client_rect' class='fnname'>get_bounding_client_rect</a>(&self) -> <a class="struct" href="../web_sys/struct.DomRect.html" title="struct web_sys::DomRect">DomRect</a></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getBoundingClientRect()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>DomRect</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.get_client_rects' class="method"><code id='get_client_rects.v'>pub fn <a href='#method.get_client_rects' class='fnname'>get_client_rects</a>(&self) -> <a class="struct" href="../web_sys/struct.DomRectList.html" title="struct web_sys::DomRectList">DomRectList</a></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getClientRects()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/getClientRects">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>DomRectList</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.get_elements_by_class_name' class="method"><code id='get_elements_by_class_name.v'>pub fn <a href='#method.get_elements_by_class_name' class='fnname'>get_elements_by_class_name</a>(&self, class_names: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="struct" href="../web_sys/struct.HtmlCollection.html" title="struct web_sys::HtmlCollection">HtmlCollection</a></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getElementsByClassName()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/getElementsByClassName">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code>, <code>HtmlCollection</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.get_elements_by_tag_name' class="method"><code id='get_elements_by_tag_name.v'>pub fn <a href='#method.get_elements_by_tag_name' class='fnname'>get_elements_by_tag_name</a>(&self, local_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="struct" href="../web_sys/struct.HtmlCollection.html" title="struct web_sys::HtmlCollection">HtmlCollection</a></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getElementsByTagName()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/getElementsByTagName">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code>, <code>HtmlCollection</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.get_elements_by_tag_name_ns' class="method"><code id='get_elements_by_tag_name_ns.v'>pub fn <a href='#method.get_elements_by_tag_name_ns' class='fnname'>get_elements_by_tag_name_ns</a>(<br> &self, <br> namespace: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>, <br> local_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.HtmlCollection.html" title="struct web_sys::HtmlCollection">HtmlCollection</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getElementsByTagNameNS()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/getElementsByTagNameNS">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code>, <code>HtmlCollection</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.has_attribute' class="method"><code id='has_attribute.v'>pub fn <a href='#method.has_attribute' class='fnname'>has_attribute</a>(&self, name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>hasAttribute()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/hasAttribute">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.has_attribute_ns' class="method"><code id='has_attribute_ns.v'>pub fn <a href='#method.has_attribute_ns' class='fnname'>has_attribute_ns</a>(<br> &self, <br> namespace: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>, <br> local_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>hasAttributeNS()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/hasAttributeNS">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.has_attributes' class="method"><code id='has_attributes.v'>pub fn <a href='#method.has_attributes' class='fnname'>has_attributes</a>(&self) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>hasAttributes()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/hasAttributes">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.has_pointer_capture' class="method"><code id='has_pointer_capture.v'>pub fn <a href='#method.has_pointer_capture' class='fnname'>has_pointer_capture</a>(&self, pointer_id: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>hasPointerCapture()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/hasPointerCapture">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.insert_adjacent_element' class="method"><code id='insert_adjacent_element.v'>pub fn <a href='#method.insert_adjacent_element' class='fnname'>insert_adjacent_element</a>(<br> &self, <br> where_: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> element: &<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>insertAdjacentElement()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/insertAdjacentElement">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.insert_adjacent_html' class="method"><code id='insert_adjacent_html.v'>pub fn <a href='#method.insert_adjacent_html' class='fnname'>insert_adjacent_html</a>(<br> &self, <br> position: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> text: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>insertAdjacentHTML()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/insertAdjacentHTML">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.insert_adjacent_text' class="method"><code id='insert_adjacent_text.v'>pub fn <a href='#method.insert_adjacent_text' class='fnname'>insert_adjacent_text</a>(<br> &self, <br> where_: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> data: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>insertAdjacentText()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/insertAdjacentText">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.matches' class="method"><code id='matches.v'>pub fn <a href='#method.matches' class='fnname'>matches</a>(&self, selector: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>matches()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/matches">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.query_selector' class="method"><code id='query_selector.v'>pub fn <a href='#method.query_selector' class='fnname'>query_selector</a>(<br> &self, <br> selectors: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>querySelector()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/querySelector">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.query_selector_all' class="method"><code id='query_selector_all.v'>pub fn <a href='#method.query_selector_all' class='fnname'>query_selector_all</a>(&self, selectors: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.NodeList.html" title="struct web_sys::NodeList">NodeList</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>querySelectorAll()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/querySelectorAll">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code>, <code>NodeList</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.release_capture' class="method"><code id='release_capture.v'>pub fn <a href='#method.release_capture' class='fnname'>release_capture</a>(&self)</code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>releaseCapture()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/releaseCapture">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.release_pointer_capture' class="method"><code id='release_pointer_capture.v'>pub fn <a href='#method.release_pointer_capture' class='fnname'>release_pointer_capture</a>(&self, pointer_id: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>releasePointerCapture()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/releasePointerCapture">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.remove_attribute' class="method"><code id='remove_attribute.v'>pub fn <a href='#method.remove_attribute' class='fnname'>remove_attribute</a>(&self, name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>removeAttribute()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/removeAttribute">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.remove_attribute_ns' class="method"><code id='remove_attribute_ns.v'>pub fn <a href='#method.remove_attribute_ns' class='fnname'>remove_attribute_ns</a>(<br> &self, <br> namespace: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>, <br> local_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>removeAttributeNS()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/removeAttributeNS">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.remove_attribute_node' class="method"><code id='remove_attribute_node.v'>pub fn <a href='#method.remove_attribute_node' class='fnname'>remove_attribute_node</a>(<br> &self, <br> old_attr: &<a class="struct" href="../web_sys/struct.Attr.html" title="struct web_sys::Attr">Attr</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../web_sys/struct.Attr.html" title="struct web_sys::Attr">Attr</a>>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>removeAttributeNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/removeAttributeNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Attr</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.request_fullscreen' class="method"><code id='request_fullscreen.v'>pub fn <a href='#method.request_fullscreen' class='fnname'>request_fullscreen</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>requestFullscreen()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullscreen">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.request_pointer_lock' class="method"><code id='request_pointer_lock.v'>pub fn <a href='#method.request_pointer_lock' class='fnname'>request_pointer_lock</a>(&self)</code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>requestPointerLock()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/requestPointerLock">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.scroll_with_x_and_y' class="method"><code id='scroll_with_x_and_y.v'>pub fn <a href='#method.scroll_with_x_and_y' class='fnname'>scroll_with_x_and_y</a>(&self, x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>, y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>)</code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>scroll()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.scroll' class="method"><code id='scroll.v'>pub fn <a href='#method.scroll' class='fnname'>scroll</a>(&self)</code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>scroll()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.scroll_with_scroll_to_options' class="method"><code id='scroll_with_scroll_to_options.v'>pub fn <a href='#method.scroll_with_scroll_to_options' class='fnname'>scroll_with_scroll_to_options</a>(&self, options: &<a class="struct" href="../web_sys/struct.ScrollToOptions.html" title="struct web_sys::ScrollToOptions">ScrollToOptions</a>)</code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>scroll()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code>, <code>ScrollToOptions</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.scroll_by_with_x_and_y' class="method"><code id='scroll_by_with_x_and_y.v'>pub fn <a href='#method.scroll_by_with_x_and_y' class='fnname'>scroll_by_with_x_and_y</a>(&self, x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>, y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>)</code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>scrollBy()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollBy">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.scroll_by' class="method"><code id='scroll_by.v'>pub fn <a href='#method.scroll_by' class='fnname'>scroll_by</a>(&self)</code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>scrollBy()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollBy">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.scroll_by_with_scroll_to_options' class="method"><code id='scroll_by_with_scroll_to_options.v'>pub fn <a href='#method.scroll_by_with_scroll_to_options' class='fnname'>scroll_by_with_scroll_to_options</a>(&self, options: &<a class="struct" href="../web_sys/struct.ScrollToOptions.html" title="struct web_sys::ScrollToOptions">ScrollToOptions</a>)</code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>scrollBy()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollBy">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code>, <code>ScrollToOptions</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.scroll_into_view' class="method"><code id='scroll_into_view.v'>pub fn <a href='#method.scroll_into_view' class='fnname'>scroll_into_view</a>(&self)</code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>scrollIntoView()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.scroll_into_view_with_bool' class="method"><code id='scroll_into_view_with_bool.v'>pub fn <a href='#method.scroll_into_view_with_bool' class='fnname'>scroll_into_view_with_bool</a>(&self, arg: <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>scrollIntoView()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.scroll_into_view_with_scroll_into_view_options' class="method"><code id='scroll_into_view_with_scroll_into_view_options.v'>pub fn <a href='#method.scroll_into_view_with_scroll_into_view_options' class='fnname'>scroll_into_view_with_scroll_into_view_options</a>(<br> &self, <br> arg: &<a class="struct" href="../web_sys/struct.ScrollIntoViewOptions.html" title="struct web_sys::ScrollIntoViewOptions">ScrollIntoViewOptions</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>scrollIntoView()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code>, <code>ScrollIntoViewOptions</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.scroll_to_with_x_and_y' class="method"><code id='scroll_to_with_x_and_y.v'>pub fn <a href='#method.scroll_to_with_x_and_y' class='fnname'>scroll_to_with_x_and_y</a>(&self, x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>, y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>)</code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>scrollTo()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollTo">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.scroll_to' class="method"><code id='scroll_to.v'>pub fn <a href='#method.scroll_to' class='fnname'>scroll_to</a>(&self)</code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>scrollTo()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollTo">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.scroll_to_with_scroll_to_options' class="method"><code id='scroll_to_with_scroll_to_options.v'>pub fn <a href='#method.scroll_to_with_scroll_to_options' class='fnname'>scroll_to_with_scroll_to_options</a>(&self, options: &<a class="struct" href="../web_sys/struct.ScrollToOptions.html" title="struct web_sys::ScrollToOptions">ScrollToOptions</a>)</code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>scrollTo()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollTo">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code>, <code>ScrollToOptions</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.set_attribute' class="method"><code id='set_attribute.v'>pub fn <a href='#method.set_attribute' class='fnname'>set_attribute</a>(&self, name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, value: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>setAttribute()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/setAttribute">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.set_attribute_ns' class="method"><code id='set_attribute_ns.v'>pub fn <a href='#method.set_attribute_ns' class='fnname'>set_attribute_ns</a>(<br> &self, <br> namespace: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>, <br> name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> value: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>setAttributeNS()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/setAttributeNS">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.set_attribute_node' class="method"><code id='set_attribute_node.v'>pub fn <a href='#method.set_attribute_node' class='fnname'>set_attribute_node</a>(<br> &self, <br> new_attr: &<a class="struct" href="../web_sys/struct.Attr.html" title="struct web_sys::Attr">Attr</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../web_sys/struct.Attr.html" title="struct web_sys::Attr">Attr</a>>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>setAttributeNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/setAttributeNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Attr</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.set_attribute_node_ns' class="method"><code id='set_attribute_node_ns.v'>pub fn <a href='#method.set_attribute_node_ns' class='fnname'>set_attribute_node_ns</a>(<br> &self, <br> new_attr: &<a class="struct" href="../web_sys/struct.Attr.html" title="struct web_sys::Attr">Attr</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../web_sys/struct.Attr.html" title="struct web_sys::Attr">Attr</a>>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>setAttributeNodeNS()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/setAttributeNodeNS">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Attr</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.set_capture' class="method"><code id='set_capture.v'>pub fn <a href='#method.set_capture' class='fnname'>set_capture</a>(&self)</code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>setCapture()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/setCapture">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.set_capture_with_retarget_to_element' class="method"><code id='set_capture_with_retarget_to_element.v'>pub fn <a href='#method.set_capture_with_retarget_to_element' class='fnname'>set_capture_with_retarget_to_element</a>(&self, retarget_to_element: <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>setCapture()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/setCapture">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.set_pointer_capture' class="method"><code id='set_pointer_capture.v'>pub fn <a href='#method.set_pointer_capture' class='fnname'>set_pointer_capture</a>(&self, pointer_id: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>setPointerCapture()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/setPointerCapture">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.toggle_attribute' class="method"><code id='toggle_attribute.v'>pub fn <a href='#method.toggle_attribute' class='fnname'>toggle_attribute</a>(&self, name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>toggleAttribute()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/toggleAttribute">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.toggle_attribute_with_force' class="method"><code id='toggle_attribute_with_force.v'>pub fn <a href='#method.toggle_attribute_with_force' class='fnname'>toggle_attribute_with_force</a>(<br> &self, <br> name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> force: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>toggleAttribute()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/toggleAttribute">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.webkit_matches_selector' class="method"><code id='webkit_matches_selector.v'>pub fn <a href='#method.webkit_matches_selector' class='fnname'>webkit_matches_selector</a>(&self, selector: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>webkitMatchesSelector()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/webkitMatchesSelector">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_node' class="method"><code id='after_with_node.v'>pub fn <a href='#method.after_with_node' class='fnname'>after_with_node</a>(&self, nodes: &<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_node_0' class="method"><code id='after_with_node_0.v'>pub fn <a href='#method.after_with_node_0' class='fnname'>after_with_node_0</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_node_1' class="method"><code id='after_with_node_1.v'>pub fn <a href='#method.after_with_node_1' class='fnname'>after_with_node_1</a>(&self, nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_node_2' class="method"><code id='after_with_node_2.v'>pub fn <a href='#method.after_with_node_2' class='fnname'>after_with_node_2</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_node_3' class="method"><code id='after_with_node_3.v'>pub fn <a href='#method.after_with_node_3' class='fnname'>after_with_node_3</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_node_4' class="method"><code id='after_with_node_4.v'>pub fn <a href='#method.after_with_node_4' class='fnname'>after_with_node_4</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_node_5' class="method"><code id='after_with_node_5.v'>pub fn <a href='#method.after_with_node_5' class='fnname'>after_with_node_5</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_5: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_node_6' class="method"><code id='after_with_node_6.v'>pub fn <a href='#method.after_with_node_6' class='fnname'>after_with_node_6</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_5: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_6: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_node_7' class="method"><code id='after_with_node_7.v'>pub fn <a href='#method.after_with_node_7' class='fnname'>after_with_node_7</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_5: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_6: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_7: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_str' class="method"><code id='after_with_str.v'>pub fn <a href='#method.after_with_str' class='fnname'>after_with_str</a>(&self, nodes: &<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_str_0' class="method"><code id='after_with_str_0.v'>pub fn <a href='#method.after_with_str_0' class='fnname'>after_with_str_0</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_str_1' class="method"><code id='after_with_str_1.v'>pub fn <a href='#method.after_with_str_1' class='fnname'>after_with_str_1</a>(&self, nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_str_2' class="method"><code id='after_with_str_2.v'>pub fn <a href='#method.after_with_str_2' class='fnname'>after_with_str_2</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_str_3' class="method"><code id='after_with_str_3.v'>pub fn <a href='#method.after_with_str_3' class='fnname'>after_with_str_3</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_str_4' class="method"><code id='after_with_str_4.v'>pub fn <a href='#method.after_with_str_4' class='fnname'>after_with_str_4</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_str_5' class="method"><code id='after_with_str_5.v'>pub fn <a href='#method.after_with_str_5' class='fnname'>after_with_str_5</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_5: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_str_6' class="method"><code id='after_with_str_6.v'>pub fn <a href='#method.after_with_str_6' class='fnname'>after_with_str_6</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_5: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_6: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.after_with_str_7' class="method"><code id='after_with_str_7.v'>pub fn <a href='#method.after_with_str_7' class='fnname'>after_with_str_7</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_5: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_6: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_7: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>after()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/after">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_node' class="method"><code id='before_with_node.v'>pub fn <a href='#method.before_with_node' class='fnname'>before_with_node</a>(&self, nodes: &<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_node_0' class="method"><code id='before_with_node_0.v'>pub fn <a href='#method.before_with_node_0' class='fnname'>before_with_node_0</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_node_1' class="method"><code id='before_with_node_1.v'>pub fn <a href='#method.before_with_node_1' class='fnname'>before_with_node_1</a>(&self, nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_node_2' class="method"><code id='before_with_node_2.v'>pub fn <a href='#method.before_with_node_2' class='fnname'>before_with_node_2</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_node_3' class="method"><code id='before_with_node_3.v'>pub fn <a href='#method.before_with_node_3' class='fnname'>before_with_node_3</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_node_4' class="method"><code id='before_with_node_4.v'>pub fn <a href='#method.before_with_node_4' class='fnname'>before_with_node_4</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_node_5' class="method"><code id='before_with_node_5.v'>pub fn <a href='#method.before_with_node_5' class='fnname'>before_with_node_5</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_5: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_node_6' class="method"><code id='before_with_node_6.v'>pub fn <a href='#method.before_with_node_6' class='fnname'>before_with_node_6</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_5: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_6: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_node_7' class="method"><code id='before_with_node_7.v'>pub fn <a href='#method.before_with_node_7' class='fnname'>before_with_node_7</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_5: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_6: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_7: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_str' class="method"><code id='before_with_str.v'>pub fn <a href='#method.before_with_str' class='fnname'>before_with_str</a>(&self, nodes: &<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_str_0' class="method"><code id='before_with_str_0.v'>pub fn <a href='#method.before_with_str_0' class='fnname'>before_with_str_0</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_str_1' class="method"><code id='before_with_str_1.v'>pub fn <a href='#method.before_with_str_1' class='fnname'>before_with_str_1</a>(&self, nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_str_2' class="method"><code id='before_with_str_2.v'>pub fn <a href='#method.before_with_str_2' class='fnname'>before_with_str_2</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_str_3' class="method"><code id='before_with_str_3.v'>pub fn <a href='#method.before_with_str_3' class='fnname'>before_with_str_3</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_str_4' class="method"><code id='before_with_str_4.v'>pub fn <a href='#method.before_with_str_4' class='fnname'>before_with_str_4</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_str_5' class="method"><code id='before_with_str_5.v'>pub fn <a href='#method.before_with_str_5' class='fnname'>before_with_str_5</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_5: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_str_6' class="method"><code id='before_with_str_6.v'>pub fn <a href='#method.before_with_str_6' class='fnname'>before_with_str_6</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_5: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_6: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.before_with_str_7' class="method"><code id='before_with_str_7.v'>pub fn <a href='#method.before_with_str_7' class='fnname'>before_with_str_7</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_5: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_6: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_7: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>before()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/before">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.remove' class="method"><code id='remove.v'>pub fn <a href='#method.remove' class='fnname'>remove</a>(&self)</code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>remove()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/remove">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_node' class="method"><code id='replace_with_with_node.v'>pub fn <a href='#method.replace_with_with_node' class='fnname'>replace_with_with_node</a>(&self, nodes: &<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_node_0' class="method"><code id='replace_with_with_node_0.v'>pub fn <a href='#method.replace_with_with_node_0' class='fnname'>replace_with_with_node_0</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_node_1' class="method"><code id='replace_with_with_node_1.v'>pub fn <a href='#method.replace_with_with_node_1' class='fnname'>replace_with_with_node_1</a>(&self, nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_node_2' class="method"><code id='replace_with_with_node_2.v'>pub fn <a href='#method.replace_with_with_node_2' class='fnname'>replace_with_with_node_2</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_node_3' class="method"><code id='replace_with_with_node_3.v'>pub fn <a href='#method.replace_with_with_node_3' class='fnname'>replace_with_with_node_3</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_node_4' class="method"><code id='replace_with_with_node_4.v'>pub fn <a href='#method.replace_with_with_node_4' class='fnname'>replace_with_with_node_4</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_node_5' class="method"><code id='replace_with_with_node_5.v'>pub fn <a href='#method.replace_with_with_node_5' class='fnname'>replace_with_with_node_5</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_5: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_node_6' class="method"><code id='replace_with_with_node_6.v'>pub fn <a href='#method.replace_with_with_node_6' class='fnname'>replace_with_with_node_6</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_5: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_6: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_node_7' class="method"><code id='replace_with_with_node_7.v'>pub fn <a href='#method.replace_with_with_node_7' class='fnname'>replace_with_with_node_7</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_5: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_6: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_7: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_str' class="method"><code id='replace_with_with_str.v'>pub fn <a href='#method.replace_with_with_str' class='fnname'>replace_with_with_str</a>(&self, nodes: &<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_str_0' class="method"><code id='replace_with_with_str_0.v'>pub fn <a href='#method.replace_with_with_str_0' class='fnname'>replace_with_with_str_0</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_str_1' class="method"><code id='replace_with_with_str_1.v'>pub fn <a href='#method.replace_with_with_str_1' class='fnname'>replace_with_with_str_1</a>(&self, nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_str_2' class="method"><code id='replace_with_with_str_2.v'>pub fn <a href='#method.replace_with_with_str_2' class='fnname'>replace_with_with_str_2</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_str_3' class="method"><code id='replace_with_with_str_3.v'>pub fn <a href='#method.replace_with_with_str_3' class='fnname'>replace_with_with_str_3</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_str_4' class="method"><code id='replace_with_with_str_4.v'>pub fn <a href='#method.replace_with_with_str_4' class='fnname'>replace_with_with_str_4</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_str_5' class="method"><code id='replace_with_with_str_5.v'>pub fn <a href='#method.replace_with_with_str_5' class='fnname'>replace_with_with_str_5</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_5: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_str_6' class="method"><code id='replace_with_with_str_6.v'>pub fn <a href='#method.replace_with_with_str_6' class='fnname'>replace_with_with_str_6</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_5: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_6: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.replace_with_with_str_7' class="method"><code id='replace_with_with_str_7.v'>pub fn <a href='#method.replace_with_with_str_7' class='fnname'>replace_with_with_str_7</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_5: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_6: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_7: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceWith()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_point_from_node_with_text' class="method"><code id='convert_point_from_node_with_text.v'>pub fn <a href='#method.convert_point_from_node_with_text' class='fnname'>convert_point_from_node_with_text</a>(<br> &self, <br> point: &<a class="struct" href="../web_sys/struct.DomPointInit.html" title="struct web_sys::DomPointInit">DomPointInit</a>, <br> from: &<a class="struct" href="../web_sys/struct.Text.html" title="struct web_sys::Text">Text</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomPoint.html" title="struct web_sys::DomPoint">DomPoint</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertPointFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertPointFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>DomPoint</code>, <code>DomPointInit</code>, <code>Element</code>, <code>Text</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_point_from_node_with_element' class="method"><code id='convert_point_from_node_with_element.v'>pub fn <a href='#method.convert_point_from_node_with_element' class='fnname'>convert_point_from_node_with_element</a>(<br> &self, <br> point: &<a class="struct" href="../web_sys/struct.DomPointInit.html" title="struct web_sys::DomPointInit">DomPointInit</a>, <br> from: &<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomPoint.html" title="struct web_sys::DomPoint">DomPoint</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertPointFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertPointFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>DomPoint</code>, <code>DomPointInit</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_point_from_node_with_document' class="method"><code id='convert_point_from_node_with_document.v'>pub fn <a href='#method.convert_point_from_node_with_document' class='fnname'>convert_point_from_node_with_document</a>(<br> &self, <br> point: &<a class="struct" href="../web_sys/struct.DomPointInit.html" title="struct web_sys::DomPointInit">DomPointInit</a>, <br> from: &<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomPoint.html" title="struct web_sys::DomPoint">DomPoint</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertPointFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertPointFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>DomPoint</code>, <code>DomPointInit</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_point_from_node_with_text_and_options' class="method"><code id='convert_point_from_node_with_text_and_options.v'>pub fn <a href='#method.convert_point_from_node_with_text_and_options' class='fnname'>convert_point_from_node_with_text_and_options</a>(<br> &self, <br> point: &<a class="struct" href="../web_sys/struct.DomPointInit.html" title="struct web_sys::DomPointInit">DomPointInit</a>, <br> from: &<a class="struct" href="../web_sys/struct.Text.html" title="struct web_sys::Text">Text</a>, <br> options: &<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomPoint.html" title="struct web_sys::DomPoint">DomPoint</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertPointFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertPointFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>ConvertCoordinateOptions</code>, <code>DomPoint</code>, <code>DomPointInit</code>, <code>Element</code>, <code>Text</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_point_from_node_with_element_and_options' class="method"><code id='convert_point_from_node_with_element_and_options.v'>pub fn <a href='#method.convert_point_from_node_with_element_and_options' class='fnname'>convert_point_from_node_with_element_and_options</a>(<br> &self, <br> point: &<a class="struct" href="../web_sys/struct.DomPointInit.html" title="struct web_sys::DomPointInit">DomPointInit</a>, <br> from: &<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>, <br> options: &<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomPoint.html" title="struct web_sys::DomPoint">DomPoint</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertPointFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertPointFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>ConvertCoordinateOptions</code>, <code>DomPoint</code>, <code>DomPointInit</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_point_from_node_with_document_and_options' class="method"><code id='convert_point_from_node_with_document_and_options.v'>pub fn <a href='#method.convert_point_from_node_with_document_and_options' class='fnname'>convert_point_from_node_with_document_and_options</a>(<br> &self, <br> point: &<a class="struct" href="../web_sys/struct.DomPointInit.html" title="struct web_sys::DomPointInit">DomPointInit</a>, <br> from: &<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>, <br> options: &<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomPoint.html" title="struct web_sys::DomPoint">DomPoint</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertPointFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertPointFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>ConvertCoordinateOptions</code>, <code>Document</code>, <code>DomPoint</code>, <code>DomPointInit</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_quad_from_node_with_text' class="method"><code id='convert_quad_from_node_with_text.v'>pub fn <a href='#method.convert_quad_from_node_with_text' class='fnname'>convert_quad_from_node_with_text</a>(<br> &self, <br> quad: &<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <br> from: &<a class="struct" href="../web_sys/struct.Text.html" title="struct web_sys::Text">Text</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertQuadFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertQuadFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>DomQuad</code>, <code>Element</code>, <code>Text</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_quad_from_node_with_element' class="method"><code id='convert_quad_from_node_with_element.v'>pub fn <a href='#method.convert_quad_from_node_with_element' class='fnname'>convert_quad_from_node_with_element</a>(<br> &self, <br> quad: &<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <br> from: &<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertQuadFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertQuadFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>DomQuad</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_quad_from_node_with_document' class="method"><code id='convert_quad_from_node_with_document.v'>pub fn <a href='#method.convert_quad_from_node_with_document' class='fnname'>convert_quad_from_node_with_document</a>(<br> &self, <br> quad: &<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <br> from: &<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertQuadFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertQuadFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>DomQuad</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_quad_from_node_with_text_and_options' class="method"><code id='convert_quad_from_node_with_text_and_options.v'>pub fn <a href='#method.convert_quad_from_node_with_text_and_options' class='fnname'>convert_quad_from_node_with_text_and_options</a>(<br> &self, <br> quad: &<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <br> from: &<a class="struct" href="../web_sys/struct.Text.html" title="struct web_sys::Text">Text</a>, <br> options: &<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertQuadFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertQuadFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>ConvertCoordinateOptions</code>, <code>DomQuad</code>, <code>Element</code>, <code>Text</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_quad_from_node_with_element_and_options' class="method"><code id='convert_quad_from_node_with_element_and_options.v'>pub fn <a href='#method.convert_quad_from_node_with_element_and_options' class='fnname'>convert_quad_from_node_with_element_and_options</a>(<br> &self, <br> quad: &<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <br> from: &<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>, <br> options: &<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertQuadFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertQuadFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>ConvertCoordinateOptions</code>, <code>DomQuad</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_quad_from_node_with_document_and_options' class="method"><code id='convert_quad_from_node_with_document_and_options.v'>pub fn <a href='#method.convert_quad_from_node_with_document_and_options' class='fnname'>convert_quad_from_node_with_document_and_options</a>(<br> &self, <br> quad: &<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <br> from: &<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>, <br> options: &<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertQuadFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertQuadFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>ConvertCoordinateOptions</code>, <code>Document</code>, <code>DomQuad</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_rect_from_node_with_text' class="method"><code id='convert_rect_from_node_with_text.v'>pub fn <a href='#method.convert_rect_from_node_with_text' class='fnname'>convert_rect_from_node_with_text</a>(<br> &self, <br> rect: &<a class="struct" href="../web_sys/struct.DomRectReadOnly.html" title="struct web_sys::DomRectReadOnly">DomRectReadOnly</a>, <br> from: &<a class="struct" href="../web_sys/struct.Text.html" title="struct web_sys::Text">Text</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertRectFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertRectFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>DomQuad</code>, <code>DomRectReadOnly</code>, <code>Element</code>, <code>Text</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_rect_from_node_with_element' class="method"><code id='convert_rect_from_node_with_element.v'>pub fn <a href='#method.convert_rect_from_node_with_element' class='fnname'>convert_rect_from_node_with_element</a>(<br> &self, <br> rect: &<a class="struct" href="../web_sys/struct.DomRectReadOnly.html" title="struct web_sys::DomRectReadOnly">DomRectReadOnly</a>, <br> from: &<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertRectFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertRectFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>DomQuad</code>, <code>DomRectReadOnly</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_rect_from_node_with_document' class="method"><code id='convert_rect_from_node_with_document.v'>pub fn <a href='#method.convert_rect_from_node_with_document' class='fnname'>convert_rect_from_node_with_document</a>(<br> &self, <br> rect: &<a class="struct" href="../web_sys/struct.DomRectReadOnly.html" title="struct web_sys::DomRectReadOnly">DomRectReadOnly</a>, <br> from: &<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertRectFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertRectFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>DomQuad</code>, <code>DomRectReadOnly</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_rect_from_node_with_text_and_options' class="method"><code id='convert_rect_from_node_with_text_and_options.v'>pub fn <a href='#method.convert_rect_from_node_with_text_and_options' class='fnname'>convert_rect_from_node_with_text_and_options</a>(<br> &self, <br> rect: &<a class="struct" href="../web_sys/struct.DomRectReadOnly.html" title="struct web_sys::DomRectReadOnly">DomRectReadOnly</a>, <br> from: &<a class="struct" href="../web_sys/struct.Text.html" title="struct web_sys::Text">Text</a>, <br> options: &<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertRectFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertRectFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>ConvertCoordinateOptions</code>, <code>DomQuad</code>, <code>DomRectReadOnly</code>, <code>Element</code>, <code>Text</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_rect_from_node_with_element_and_options' class="method"><code id='convert_rect_from_node_with_element_and_options.v'>pub fn <a href='#method.convert_rect_from_node_with_element_and_options' class='fnname'>convert_rect_from_node_with_element_and_options</a>(<br> &self, <br> rect: &<a class="struct" href="../web_sys/struct.DomRectReadOnly.html" title="struct web_sys::DomRectReadOnly">DomRectReadOnly</a>, <br> from: &<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>, <br> options: &<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertRectFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertRectFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>ConvertCoordinateOptions</code>, <code>DomQuad</code>, <code>DomRectReadOnly</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.convert_rect_from_node_with_document_and_options' class="method"><code id='convert_rect_from_node_with_document_and_options.v'>pub fn <a href='#method.convert_rect_from_node_with_document_and_options' class='fnname'>convert_rect_from_node_with_document_and_options</a>(<br> &self, <br> rect: &<a class="struct" href="../web_sys/struct.DomRectReadOnly.html" title="struct web_sys::DomRectReadOnly">DomRectReadOnly</a>, <br> from: &<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>, <br> options: &<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>convertRectFromNode()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/convertRectFromNode">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>ConvertCoordinateOptions</code>, <code>Document</code>, <code>DomQuad</code>, <code>DomRectReadOnly</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.get_box_quads' class="method"><code id='get_box_quads.v'>pub fn <a href='#method.get_box_quads' class='fnname'>get_box_quads</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getBoxQuads()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoxQuads">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.get_box_quads_with_options' class="method"><code id='get_box_quads_with_options.v'>pub fn <a href='#method.get_box_quads_with_options' class='fnname'>get_box_quads_with_options</a>(<br> &self, <br> options: &<a class="struct" href="../web_sys/struct.BoxQuadOptions.html" title="struct web_sys::BoxQuadOptions">BoxQuadOptions</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>, <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_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getBoxQuads()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoxQuads">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BoxQuadOptions</code>, <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_node' class="method"><code id='append_with_node.v'>pub fn <a href='#method.append_with_node' class='fnname'>append_with_node</a>(&self, nodes: &<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_node_0' class="method"><code id='append_with_node_0.v'>pub fn <a href='#method.append_with_node_0' class='fnname'>append_with_node_0</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_node_1' class="method"><code id='append_with_node_1.v'>pub fn <a href='#method.append_with_node_1' class='fnname'>append_with_node_1</a>(&self, nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_node_2' class="method"><code id='append_with_node_2.v'>pub fn <a href='#method.append_with_node_2' class='fnname'>append_with_node_2</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_node_3' class="method"><code id='append_with_node_3.v'>pub fn <a href='#method.append_with_node_3' class='fnname'>append_with_node_3</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_node_4' class="method"><code id='append_with_node_4.v'>pub fn <a href='#method.append_with_node_4' class='fnname'>append_with_node_4</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_node_5' class="method"><code id='append_with_node_5.v'>pub fn <a href='#method.append_with_node_5' class='fnname'>append_with_node_5</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_5: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_node_6' class="method"><code id='append_with_node_6.v'>pub fn <a href='#method.append_with_node_6' class='fnname'>append_with_node_6</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_5: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_6: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_node_7' class="method"><code id='append_with_node_7.v'>pub fn <a href='#method.append_with_node_7' class='fnname'>append_with_node_7</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_5: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_6: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_7: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_str' class="method"><code id='append_with_str.v'>pub fn <a href='#method.append_with_str' class='fnname'>append_with_str</a>(&self, nodes: &<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_str_0' class="method"><code id='append_with_str_0.v'>pub fn <a href='#method.append_with_str_0' class='fnname'>append_with_str_0</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_str_1' class="method"><code id='append_with_str_1.v'>pub fn <a href='#method.append_with_str_1' class='fnname'>append_with_str_1</a>(&self, nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_str_2' class="method"><code id='append_with_str_2.v'>pub fn <a href='#method.append_with_str_2' class='fnname'>append_with_str_2</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_str_3' class="method"><code id='append_with_str_3.v'>pub fn <a href='#method.append_with_str_3' class='fnname'>append_with_str_3</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_str_4' class="method"><code id='append_with_str_4.v'>pub fn <a href='#method.append_with_str_4' class='fnname'>append_with_str_4</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_str_5' class="method"><code id='append_with_str_5.v'>pub fn <a href='#method.append_with_str_5' class='fnname'>append_with_str_5</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_5: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_str_6' class="method"><code id='append_with_str_6.v'>pub fn <a href='#method.append_with_str_6' class='fnname'>append_with_str_6</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_5: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_6: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.append_with_str_7' class="method"><code id='append_with_str_7.v'>pub fn <a href='#method.append_with_str_7' class='fnname'>append_with_str_7</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_5: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_6: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_7: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>append()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/append">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_node' class="method"><code id='prepend_with_node.v'>pub fn <a href='#method.prepend_with_node' class='fnname'>prepend_with_node</a>(&self, nodes: &<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_node_0' class="method"><code id='prepend_with_node_0.v'>pub fn <a href='#method.prepend_with_node_0' class='fnname'>prepend_with_node_0</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_node_1' class="method"><code id='prepend_with_node_1.v'>pub fn <a href='#method.prepend_with_node_1' class='fnname'>prepend_with_node_1</a>(&self, nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_node_2' class="method"><code id='prepend_with_node_2.v'>pub fn <a href='#method.prepend_with_node_2' class='fnname'>prepend_with_node_2</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_node_3' class="method"><code id='prepend_with_node_3.v'>pub fn <a href='#method.prepend_with_node_3' class='fnname'>prepend_with_node_3</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_node_4' class="method"><code id='prepend_with_node_4.v'>pub fn <a href='#method.prepend_with_node_4' class='fnname'>prepend_with_node_4</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_node_5' class="method"><code id='prepend_with_node_5.v'>pub fn <a href='#method.prepend_with_node_5' class='fnname'>prepend_with_node_5</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_5: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_node_6' class="method"><code id='prepend_with_node_6.v'>pub fn <a href='#method.prepend_with_node_6' class='fnname'>prepend_with_node_6</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_5: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_6: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_node_7' class="method"><code id='prepend_with_node_7.v'>pub fn <a href='#method.prepend_with_node_7' class='fnname'>prepend_with_node_7</a>(<br> &self, <br> nodes_1: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_2: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_3: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_4: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_5: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_6: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br> nodes_7: &<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_str' class="method"><code id='prepend_with_str.v'>pub fn <a href='#method.prepend_with_str' class='fnname'>prepend_with_str</a>(&self, nodes: &<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_str_0' class="method"><code id='prepend_with_str_0.v'>pub fn <a href='#method.prepend_with_str_0' class='fnname'>prepend_with_str_0</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_str_1' class="method"><code id='prepend_with_str_1.v'>pub fn <a href='#method.prepend_with_str_1' class='fnname'>prepend_with_str_1</a>(&self, nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_str_2' class="method"><code id='prepend_with_str_2.v'>pub fn <a href='#method.prepend_with_str_2' class='fnname'>prepend_with_str_2</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_str_3' class="method"><code id='prepend_with_str_3.v'>pub fn <a href='#method.prepend_with_str_3' class='fnname'>prepend_with_str_3</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_str_4' class="method"><code id='prepend_with_str_4.v'>pub fn <a href='#method.prepend_with_str_4' class='fnname'>prepend_with_str_4</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_str_5' class="method"><code id='prepend_with_str_5.v'>pub fn <a href='#method.prepend_with_str_5' class='fnname'>prepend_with_str_5</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_5: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_str_6' class="method"><code id='prepend_with_str_6.v'>pub fn <a href='#method.prepend_with_str_6' class='fnname'>prepend_with_str_6</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_5: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_6: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.prepend_with_str_7' class="method"><code id='prepend_with_str_7.v'>pub fn <a href='#method.prepend_with_str_7' class='fnname'>prepend_with_str_7</a>(<br> &self, <br> nodes_1: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_2: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_3: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_4: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_5: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_6: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> nodes_7: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<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>></code><a class='srclink' href='../src/web_sys/features/gen_Element.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>prepend()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/prepend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>Element</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><<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-AsRef%3CElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-17' class="method hidden"><code id='as_ref.v-17'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlElement.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><<a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-AsRef%3CEventTarget%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-19' class="method hidden"><code id='as_ref.v-19'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlElement.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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlAnchorElement.html" title="struct web_sys::HtmlAnchorElement">HtmlAnchorElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlAnchorElement.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>(&self) -> &<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_HtmlAnchorElement.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-1' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlAreaElement.html" title="struct web_sys::HtmlAreaElement">HtmlAreaElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlAreaElement.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>(&self) -> &<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_HtmlAreaElement.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-10' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlDataListElement.html" title="struct web_sys::HtmlDataListElement">HtmlDataListElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-10' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlDataListElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-10' class="method hidden"><code id='as_ref.v-10'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlDataListElement.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-11' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlDetailsElement.html" title="struct web_sys::HtmlDetailsElement">HtmlDetailsElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-11' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlDetailsElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-11' class="method hidden"><code id='as_ref.v-11'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlDetailsElement.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-12' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlDialogElement.html" title="struct web_sys::HtmlDialogElement">HtmlDialogElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-12' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlDialogElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-12' class="method hidden"><code id='as_ref.v-12'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlDialogElement.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-13' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlDirectoryElement.html" title="struct web_sys::HtmlDirectoryElement">HtmlDirectoryElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-13' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlDirectoryElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-13' class="method hidden"><code id='as_ref.v-13'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlDirectoryElement.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-14' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlDivElement.html" title="struct web_sys::HtmlDivElement">HtmlDivElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-14' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlDivElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-14' class="method hidden"><code id='as_ref.v-14'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlDivElement.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-15' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-15' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-16' class="method hidden"><code id='as_ref.v-16'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlElement.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-16' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlEmbedElement.html" title="struct web_sys::HtmlEmbedElement">HtmlEmbedElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-16' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlEmbedElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-21' class="method hidden"><code id='as_ref.v-21'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlEmbedElement.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-17' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlFieldSetElement.html" title="struct web_sys::HtmlFieldSetElement">HtmlFieldSetElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-17' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlFieldSetElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-22' class="method hidden"><code id='as_ref.v-22'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlFieldSetElement.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-18' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlFontElement.html" title="struct web_sys::HtmlFontElement">HtmlFontElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-18' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlFontElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-23' class="method hidden"><code id='as_ref.v-23'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlFontElement.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-19' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlFormElement.html" title="struct web_sys::HtmlFormElement">HtmlFormElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-19' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlFormElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-24' class="method hidden"><code id='as_ref.v-24'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlFormElement.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-2' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlAudioElement.html" title="struct web_sys::HtmlAudioElement">HtmlAudioElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-2' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlAudioElement.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>(&self) -> &<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_HtmlAudioElement.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-20' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlFrameElement.html" title="struct web_sys::HtmlFrameElement">HtmlFrameElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-20' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlFrameElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-25' class="method hidden"><code id='as_ref.v-25'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlFrameElement.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-21' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlFrameSetElement.html" title="struct web_sys::HtmlFrameSetElement">HtmlFrameSetElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-21' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlFrameSetElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-26' class="method hidden"><code id='as_ref.v-26'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlFrameSetElement.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-22' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlHeadElement.html" title="struct web_sys::HtmlHeadElement">HtmlHeadElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-22' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlHeadElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-27' class="method hidden"><code id='as_ref.v-27'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlHeadElement.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-23' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlHeadingElement.html" title="struct web_sys::HtmlHeadingElement">HtmlHeadingElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-23' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlHeadingElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-28' class="method hidden"><code id='as_ref.v-28'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlHeadingElement.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-24' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlHrElement.html" title="struct web_sys::HtmlHrElement">HtmlHrElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-24' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlHrElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-29' class="method hidden"><code id='as_ref.v-29'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlHrElement.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-25' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlHtmlElement.html" title="struct web_sys::HtmlHtmlElement">HtmlHtmlElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-25' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlHtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-30' class="method hidden"><code id='as_ref.v-30'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlHtmlElement.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-26' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlIFrameElement.html" title="struct web_sys::HtmlIFrameElement">HtmlIFrameElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-26' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlIFrameElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-31' class="method hidden"><code id='as_ref.v-31'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlIFrameElement.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-27' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlImageElement.html" title="struct web_sys::HtmlImageElement">HtmlImageElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-27' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlImageElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-32' class="method hidden"><code id='as_ref.v-32'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlImageElement.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-28' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlInputElement.html" title="struct web_sys::HtmlInputElement">HtmlInputElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-28' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlInputElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-33' class="method hidden"><code id='as_ref.v-33'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlInputElement.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-29' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlLabelElement.html" title="struct web_sys::HtmlLabelElement">HtmlLabelElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-29' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlLabelElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-34' class="method hidden"><code id='as_ref.v-34'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlLabelElement.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-3' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a></code><a href='#impl-AsRef%3CHtmlElement%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.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>(&self) -> &<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%3CHtmlElement%3E-30' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlLegendElement.html" title="struct web_sys::HtmlLegendElement">HtmlLegendElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-30' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlLegendElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-35' class="method hidden"><code id='as_ref.v-35'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlLegendElement.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-31' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlLiElement.html" title="struct web_sys::HtmlLiElement">HtmlLiElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-31' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlLiElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-36' class="method hidden"><code id='as_ref.v-36'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlLiElement.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-32' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlLinkElement.html" title="struct web_sys::HtmlLinkElement">HtmlLinkElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-32' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlLinkElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-37' class="method hidden"><code id='as_ref.v-37'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlLinkElement.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-33' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlMapElement.html" title="struct web_sys::HtmlMapElement">HtmlMapElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-33' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlMapElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-38' class="method hidden"><code id='as_ref.v-38'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlMapElement.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-34' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlMediaElement.html" title="struct web_sys::HtmlMediaElement">HtmlMediaElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-34' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-39' class="method hidden"><code id='as_ref.v-39'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlMediaElement.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-35' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlMenuElement.html" title="struct web_sys::HtmlMenuElement">HtmlMenuElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-35' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlMenuElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-40' class="method hidden"><code id='as_ref.v-40'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlMenuElement.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-36' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlMenuItemElement.html" title="struct web_sys::HtmlMenuItemElement">HtmlMenuItemElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-36' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlMenuItemElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-41' class="method hidden"><code id='as_ref.v-41'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlMenuItemElement.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-37' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlMetaElement.html" title="struct web_sys::HtmlMetaElement">HtmlMetaElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-37' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlMetaElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-42' class="method hidden"><code id='as_ref.v-42'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlMetaElement.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-38' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlMeterElement.html" title="struct web_sys::HtmlMeterElement">HtmlMeterElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-38' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlMeterElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-43' class="method hidden"><code id='as_ref.v-43'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlMeterElement.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-39' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlModElement.html" title="struct web_sys::HtmlModElement">HtmlModElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-39' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlModElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-44' class="method hidden"><code id='as_ref.v-44'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlModElement.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-4' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlBodyElement.html" title="struct web_sys::HtmlBodyElement">HtmlBodyElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-4' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBodyElement.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>(&self) -> &<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_HtmlBodyElement.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-40' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlOListElement.html" title="struct web_sys::HtmlOListElement">HtmlOListElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-40' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlOListElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-45' class="method hidden"><code id='as_ref.v-45'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlOListElement.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-41' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlObjectElement.html" title="struct web_sys::HtmlObjectElement">HtmlObjectElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-41' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlObjectElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-46' class="method hidden"><code id='as_ref.v-46'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlObjectElement.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-42' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlOptGroupElement.html" title="struct web_sys::HtmlOptGroupElement">HtmlOptGroupElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-42' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlOptGroupElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-47' class="method hidden"><code id='as_ref.v-47'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlOptGroupElement.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-43' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlOptionElement.html" title="struct web_sys::HtmlOptionElement">HtmlOptionElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-43' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlOptionElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-48' class="method hidden"><code id='as_ref.v-48'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlOptionElement.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-44' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlOutputElement.html" title="struct web_sys::HtmlOutputElement">HtmlOutputElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-44' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlOutputElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-49' class="method hidden"><code id='as_ref.v-49'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlOutputElement.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-45' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlParagraphElement.html" title="struct web_sys::HtmlParagraphElement">HtmlParagraphElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-45' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlParagraphElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-50' class="method hidden"><code id='as_ref.v-50'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlParagraphElement.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-46' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlParamElement.html" title="struct web_sys::HtmlParamElement">HtmlParamElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-46' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlParamElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-51' class="method hidden"><code id='as_ref.v-51'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlParamElement.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-47' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlPictureElement.html" title="struct web_sys::HtmlPictureElement">HtmlPictureElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-47' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlPictureElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-52' class="method hidden"><code id='as_ref.v-52'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlPictureElement.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-48' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlPreElement.html" title="struct web_sys::HtmlPreElement">HtmlPreElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-48' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlPreElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-53' class="method hidden"><code id='as_ref.v-53'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlPreElement.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-49' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlProgressElement.html" title="struct web_sys::HtmlProgressElement">HtmlProgressElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-49' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlProgressElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-54' class="method hidden"><code id='as_ref.v-54'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlProgressElement.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-5' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlBrElement.html" title="struct web_sys::HtmlBrElement">HtmlBrElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-5' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBrElement.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>(&self) -> &<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_HtmlBrElement.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-50' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlQuoteElement.html" title="struct web_sys::HtmlQuoteElement">HtmlQuoteElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-50' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlQuoteElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-55' class="method hidden"><code id='as_ref.v-55'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlQuoteElement.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-51' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlScriptElement.html" title="struct web_sys::HtmlScriptElement">HtmlScriptElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-51' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlScriptElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-56' class="method hidden"><code id='as_ref.v-56'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlScriptElement.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-52' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlSelectElement.html" title="struct web_sys::HtmlSelectElement">HtmlSelectElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-52' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlSelectElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-57' class="method hidden"><code id='as_ref.v-57'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlSelectElement.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-53' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlSlotElement.html" title="struct web_sys::HtmlSlotElement">HtmlSlotElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-53' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlSlotElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-58' class="method hidden"><code id='as_ref.v-58'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlSlotElement.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-54' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlSourceElement.html" title="struct web_sys::HtmlSourceElement">HtmlSourceElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-54' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlSourceElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-59' class="method hidden"><code id='as_ref.v-59'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlSourceElement.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-55' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlSpanElement.html" title="struct web_sys::HtmlSpanElement">HtmlSpanElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-55' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlSpanElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-60' class="method hidden"><code id='as_ref.v-60'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlSpanElement.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-56' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlStyleElement.html" title="struct web_sys::HtmlStyleElement">HtmlStyleElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-56' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlStyleElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-61' class="method hidden"><code id='as_ref.v-61'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlStyleElement.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-57' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlTableCaptionElement.html" title="struct web_sys::HtmlTableCaptionElement">HtmlTableCaptionElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-57' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTableCaptionElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-62' class="method hidden"><code id='as_ref.v-62'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlTableCaptionElement.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-58' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlTableCellElement.html" title="struct web_sys::HtmlTableCellElement">HtmlTableCellElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-58' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTableCellElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-63' class="method hidden"><code id='as_ref.v-63'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlTableCellElement.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-59' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlTableColElement.html" title="struct web_sys::HtmlTableColElement">HtmlTableColElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-59' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTableColElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-64' class="method hidden"><code id='as_ref.v-64'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlTableColElement.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-6' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlButtonElement.html" title="struct web_sys::HtmlButtonElement">HtmlButtonElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-6' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlButtonElement.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>(&self) -> &<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_HtmlButtonElement.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-60' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlTableElement.html" title="struct web_sys::HtmlTableElement">HtmlTableElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-60' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTableElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-65' class="method hidden"><code id='as_ref.v-65'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlTableElement.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-61' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlTableRowElement.html" title="struct web_sys::HtmlTableRowElement">HtmlTableRowElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-61' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTableRowElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-66' class="method hidden"><code id='as_ref.v-66'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlTableRowElement.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-62' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlTableSectionElement.html" title="struct web_sys::HtmlTableSectionElement">HtmlTableSectionElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-62' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTableSectionElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-67' class="method hidden"><code id='as_ref.v-67'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlTableSectionElement.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-63' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlTemplateElement.html" title="struct web_sys::HtmlTemplateElement">HtmlTemplateElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-63' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTemplateElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-68' class="method hidden"><code id='as_ref.v-68'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlTemplateElement.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-64' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlTextAreaElement.html" title="struct web_sys::HtmlTextAreaElement">HtmlTextAreaElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-64' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTextAreaElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-69' class="method hidden"><code id='as_ref.v-69'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlTextAreaElement.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-65' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlTimeElement.html" title="struct web_sys::HtmlTimeElement">HtmlTimeElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-65' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTimeElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-70' class="method hidden"><code id='as_ref.v-70'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlTimeElement.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-66' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlTitleElement.html" title="struct web_sys::HtmlTitleElement">HtmlTitleElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-66' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTitleElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-71' class="method hidden"><code id='as_ref.v-71'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlTitleElement.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-67' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlTrackElement.html" title="struct web_sys::HtmlTrackElement">HtmlTrackElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-67' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTrackElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-72' class="method hidden"><code id='as_ref.v-72'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlTrackElement.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-68' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlUListElement.html" title="struct web_sys::HtmlUListElement">HtmlUListElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-68' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlUListElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-73' class="method hidden"><code id='as_ref.v-73'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlUListElement.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-69' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlUnknownElement.html" title="struct web_sys::HtmlUnknownElement">HtmlUnknownElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-69' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlUnknownElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-74' class="method hidden"><code id='as_ref.v-74'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlUnknownElement.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-7' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlCanvasElement.html" title="struct web_sys::HtmlCanvasElement">HtmlCanvasElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-7' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlCanvasElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-7' class="method hidden"><code id='as_ref.v-7'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlCanvasElement.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-70' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-70' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-75' class="method hidden"><code id='as_ref.v-75'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlVideoElement.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-8' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlDListElement.html" title="struct web_sys::HtmlDListElement">HtmlDListElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-8' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlDListElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-8' class="method hidden"><code id='as_ref.v-8'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlDListElement.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-9' 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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlDataElement.html" title="struct web_sys::HtmlDataElement">HtmlDataElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E-9' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlDataElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-9' class="method hidden"><code id='as_ref.v-9'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlDataElement.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><<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-AsRef%3CJsValue%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-15' class="method hidden"><code id='as_ref.v-15'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlElement.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><<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-AsRef%3CNode%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-18' class="method hidden"><code id='as_ref.v-18'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlElement.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><<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-AsRef%3CObject%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-20' class="method hidden"><code id='as_ref.v-20'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<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_HtmlElement.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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-Clone' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.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>(&self) -> <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_HtmlElement.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>(&mut self, source: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-Debug' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.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>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -> <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_HtmlElement.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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-Deref' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.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.Element.html" title="struct web_sys::Element">Element</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>(&self) -> &<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_HtmlElement.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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-Eq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-From%3CHtmlAnchorElement%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><<a class="struct" href="../web_sys/struct.HtmlAnchorElement.html" title="struct web_sys::HtmlAnchorElement">HtmlAnchorElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlAnchorElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlAnchorElement.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="../web_sys/struct.HtmlAnchorElement.html" title="struct web_sys::HtmlAnchorElement">HtmlAnchorElement</a>) -> <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_HtmlAnchorElement.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%3CHtmlAreaElement%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><<a class="struct" href="../web_sys/struct.HtmlAreaElement.html" title="struct web_sys::HtmlAreaElement">HtmlAreaElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlAreaElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlAreaElement.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.HtmlAreaElement.html" title="struct web_sys::HtmlAreaElement">HtmlAreaElement</a>) -> <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_HtmlAreaElement.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%3CHtmlAudioElement%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><<a class="struct" href="../web_sys/struct.HtmlAudioElement.html" title="struct web_sys::HtmlAudioElement">HtmlAudioElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlAudioElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlAudioElement.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.HtmlAudioElement.html" title="struct web_sys::HtmlAudioElement">HtmlAudioElement</a>) -> <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_HtmlAudioElement.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' 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><<a class="struct" href="../web_sys/struct.HtmlBaseElement.html" title="struct web_sys::HtmlBaseElement">HtmlBaseElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</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-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>) -> <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%3CHtmlBodyElement%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><<a class="struct" href="../web_sys/struct.HtmlBodyElement.html" title="struct web_sys::HtmlBodyElement">HtmlBodyElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlBodyElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBodyElement.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.HtmlBodyElement.html" title="struct web_sys::HtmlBodyElement">HtmlBodyElement</a>) -> <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_HtmlBodyElement.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%3CHtmlBrElement%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><<a class="struct" href="../web_sys/struct.HtmlBrElement.html" title="struct web_sys::HtmlBrElement">HtmlBrElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlBrElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlBrElement.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.HtmlBrElement.html" title="struct web_sys::HtmlBrElement">HtmlBrElement</a>) -> <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_HtmlBrElement.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%3CHtmlButtonElement%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><<a class="struct" href="../web_sys/struct.HtmlButtonElement.html" title="struct web_sys::HtmlButtonElement">HtmlButtonElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlButtonElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlButtonElement.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.HtmlButtonElement.html" title="struct web_sys::HtmlButtonElement">HtmlButtonElement</a>) -> <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_HtmlButtonElement.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%3CHtmlCanvasElement%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><<a class="struct" href="../web_sys/struct.HtmlCanvasElement.html" title="struct web_sys::HtmlCanvasElement">HtmlCanvasElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlCanvasElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlCanvasElement.rs.html#4' 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>(obj: <a class="struct" href="../web_sys/struct.HtmlCanvasElement.html" title="struct web_sys::HtmlCanvasElement">HtmlCanvasElement</a>) -> <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_HtmlCanvasElement.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%3CHtmlDListElement%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><<a class="struct" href="../web_sys/struct.HtmlDListElement.html" title="struct web_sys::HtmlDListElement">HtmlDListElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlDListElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlDListElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-8' class="method hidden"><code id='from.v-8'>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.HtmlDListElement.html" title="struct web_sys::HtmlDListElement">HtmlDListElement</a>) -> <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_HtmlDListElement.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%3CHtmlDataElement%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><<a class="struct" href="../web_sys/struct.HtmlDataElement.html" title="struct web_sys::HtmlDataElement">HtmlDataElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlDataElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlDataElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-9' class="method hidden"><code id='from.v-9'>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.HtmlDataElement.html" title="struct web_sys::HtmlDataElement">HtmlDataElement</a>) -> <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_HtmlDataElement.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%3CHtmlDataListElement%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><<a class="struct" href="../web_sys/struct.HtmlDataListElement.html" title="struct web_sys::HtmlDataListElement">HtmlDataListElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlDataListElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlDataListElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-10' class="method hidden"><code id='from.v-10'>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.HtmlDataListElement.html" title="struct web_sys::HtmlDataListElement">HtmlDataListElement</a>) -> <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_HtmlDataListElement.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%3CHtmlDetailsElement%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><<a class="struct" href="../web_sys/struct.HtmlDetailsElement.html" title="struct web_sys::HtmlDetailsElement">HtmlDetailsElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlDetailsElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlDetailsElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-11' class="method hidden"><code id='from.v-11'>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.HtmlDetailsElement.html" title="struct web_sys::HtmlDetailsElement">HtmlDetailsElement</a>) -> <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_HtmlDetailsElement.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%3CHtmlDialogElement%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><<a class="struct" href="../web_sys/struct.HtmlDialogElement.html" title="struct web_sys::HtmlDialogElement">HtmlDialogElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlDialogElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlDialogElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-12' class="method hidden"><code id='from.v-12'>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.HtmlDialogElement.html" title="struct web_sys::HtmlDialogElement">HtmlDialogElement</a>) -> <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_HtmlDialogElement.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%3CHtmlDirectoryElement%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><<a class="struct" href="../web_sys/struct.HtmlDirectoryElement.html" title="struct web_sys::HtmlDirectoryElement">HtmlDirectoryElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlDirectoryElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlDirectoryElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-13' class="method hidden"><code id='from.v-13'>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.HtmlDirectoryElement.html" title="struct web_sys::HtmlDirectoryElement">HtmlDirectoryElement</a>) -> <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_HtmlDirectoryElement.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%3CHtmlDivElement%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><<a class="struct" href="../web_sys/struct.HtmlDivElement.html" title="struct web_sys::HtmlDivElement">HtmlDivElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlDivElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlDivElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-14' class="method hidden"><code id='from.v-14'>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.HtmlDivElement.html" title="struct web_sys::HtmlDivElement">HtmlDivElement</a>) -> <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_HtmlDivElement.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%3CHtmlElement%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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a href='#impl-From%3CHtmlElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-16' class="method hidden"><code id='from.v-16'>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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>) -> <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_HtmlElement.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%3CHtmlElement%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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a></code><a href='#impl-From%3CHtmlElement%3E-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-17' class="method hidden"><code id='from.v-17'>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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>) -> <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_HtmlElement.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%3CHtmlElement%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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a></code><a href='#impl-From%3CHtmlElement%3E-2' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-18' class="method hidden"><code id='from.v-18'>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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>) -> <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_HtmlElement.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%3CHtmlElement%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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a></code><a href='#impl-From%3CHtmlElement%3E-3' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-19' class="method hidden"><code id='from.v-19'>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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>) -> <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_HtmlElement.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%3CHtmlElement%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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a href='#impl-From%3CHtmlElement%3E-4' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-20' class="method hidden"><code id='from.v-20'>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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>) -> <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_HtmlElement.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%3CHtmlEmbedElement%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><<a class="struct" href="../web_sys/struct.HtmlEmbedElement.html" title="struct web_sys::HtmlEmbedElement">HtmlEmbedElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlEmbedElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlEmbedElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-21' class="method hidden"><code id='from.v-21'>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.HtmlEmbedElement.html" title="struct web_sys::HtmlEmbedElement">HtmlEmbedElement</a>) -> <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_HtmlEmbedElement.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%3CHtmlFieldSetElement%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><<a class="struct" href="../web_sys/struct.HtmlFieldSetElement.html" title="struct web_sys::HtmlFieldSetElement">HtmlFieldSetElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlFieldSetElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlFieldSetElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-22' class="method hidden"><code id='from.v-22'>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.HtmlFieldSetElement.html" title="struct web_sys::HtmlFieldSetElement">HtmlFieldSetElement</a>) -> <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_HtmlFieldSetElement.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%3CHtmlFontElement%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><<a class="struct" href="../web_sys/struct.HtmlFontElement.html" title="struct web_sys::HtmlFontElement">HtmlFontElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlFontElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlFontElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-23' class="method hidden"><code id='from.v-23'>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.HtmlFontElement.html" title="struct web_sys::HtmlFontElement">HtmlFontElement</a>) -> <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_HtmlFontElement.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%3CHtmlFormElement%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><<a class="struct" href="../web_sys/struct.HtmlFormElement.html" title="struct web_sys::HtmlFormElement">HtmlFormElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlFormElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlFormElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-24' class="method hidden"><code id='from.v-24'>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.HtmlFormElement.html" title="struct web_sys::HtmlFormElement">HtmlFormElement</a>) -> <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_HtmlFormElement.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%3CHtmlFrameElement%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><<a class="struct" href="../web_sys/struct.HtmlFrameElement.html" title="struct web_sys::HtmlFrameElement">HtmlFrameElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlFrameElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlFrameElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-25' class="method hidden"><code id='from.v-25'>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.HtmlFrameElement.html" title="struct web_sys::HtmlFrameElement">HtmlFrameElement</a>) -> <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_HtmlFrameElement.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%3CHtmlFrameSetElement%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><<a class="struct" href="../web_sys/struct.HtmlFrameSetElement.html" title="struct web_sys::HtmlFrameSetElement">HtmlFrameSetElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlFrameSetElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlFrameSetElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-26' class="method hidden"><code id='from.v-26'>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.HtmlFrameSetElement.html" title="struct web_sys::HtmlFrameSetElement">HtmlFrameSetElement</a>) -> <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_HtmlFrameSetElement.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%3CHtmlHeadElement%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><<a class="struct" href="../web_sys/struct.HtmlHeadElement.html" title="struct web_sys::HtmlHeadElement">HtmlHeadElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlHeadElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlHeadElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-27' class="method hidden"><code id='from.v-27'>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.HtmlHeadElement.html" title="struct web_sys::HtmlHeadElement">HtmlHeadElement</a>) -> <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_HtmlHeadElement.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%3CHtmlHeadingElement%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><<a class="struct" href="../web_sys/struct.HtmlHeadingElement.html" title="struct web_sys::HtmlHeadingElement">HtmlHeadingElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlHeadingElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlHeadingElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-28' class="method hidden"><code id='from.v-28'>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.HtmlHeadingElement.html" title="struct web_sys::HtmlHeadingElement">HtmlHeadingElement</a>) -> <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_HtmlHeadingElement.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%3CHtmlHrElement%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><<a class="struct" href="../web_sys/struct.HtmlHrElement.html" title="struct web_sys::HtmlHrElement">HtmlHrElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlHrElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlHrElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-29' class="method hidden"><code id='from.v-29'>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.HtmlHrElement.html" title="struct web_sys::HtmlHrElement">HtmlHrElement</a>) -> <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_HtmlHrElement.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%3CHtmlHtmlElement%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><<a class="struct" href="../web_sys/struct.HtmlHtmlElement.html" title="struct web_sys::HtmlHtmlElement">HtmlHtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlHtmlElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlHtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-30' class="method hidden"><code id='from.v-30'>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.HtmlHtmlElement.html" title="struct web_sys::HtmlHtmlElement">HtmlHtmlElement</a>) -> <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_HtmlHtmlElement.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%3CHtmlIFrameElement%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><<a class="struct" href="../web_sys/struct.HtmlIFrameElement.html" title="struct web_sys::HtmlIFrameElement">HtmlIFrameElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlIFrameElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlIFrameElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-31' class="method hidden"><code id='from.v-31'>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.HtmlIFrameElement.html" title="struct web_sys::HtmlIFrameElement">HtmlIFrameElement</a>) -> <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_HtmlIFrameElement.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%3CHtmlImageElement%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><<a class="struct" href="../web_sys/struct.HtmlImageElement.html" title="struct web_sys::HtmlImageElement">HtmlImageElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlImageElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlImageElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-32' class="method hidden"><code id='from.v-32'>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.HtmlImageElement.html" title="struct web_sys::HtmlImageElement">HtmlImageElement</a>) -> <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_HtmlImageElement.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%3CHtmlInputElement%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><<a class="struct" href="../web_sys/struct.HtmlInputElement.html" title="struct web_sys::HtmlInputElement">HtmlInputElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlInputElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlInputElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-33' class="method hidden"><code id='from.v-33'>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.HtmlInputElement.html" title="struct web_sys::HtmlInputElement">HtmlInputElement</a>) -> <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_HtmlInputElement.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%3CHtmlLabelElement%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><<a class="struct" href="../web_sys/struct.HtmlLabelElement.html" title="struct web_sys::HtmlLabelElement">HtmlLabelElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlLabelElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlLabelElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-34' class="method hidden"><code id='from.v-34'>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.HtmlLabelElement.html" title="struct web_sys::HtmlLabelElement">HtmlLabelElement</a>) -> <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_HtmlLabelElement.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%3CHtmlLegendElement%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><<a class="struct" href="../web_sys/struct.HtmlLegendElement.html" title="struct web_sys::HtmlLegendElement">HtmlLegendElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlLegendElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlLegendElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-35' class="method hidden"><code id='from.v-35'>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.HtmlLegendElement.html" title="struct web_sys::HtmlLegendElement">HtmlLegendElement</a>) -> <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_HtmlLegendElement.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%3CHtmlLiElement%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><<a class="struct" href="../web_sys/struct.HtmlLiElement.html" title="struct web_sys::HtmlLiElement">HtmlLiElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlLiElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlLiElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-36' class="method hidden"><code id='from.v-36'>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.HtmlLiElement.html" title="struct web_sys::HtmlLiElement">HtmlLiElement</a>) -> <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_HtmlLiElement.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%3CHtmlLinkElement%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><<a class="struct" href="../web_sys/struct.HtmlLinkElement.html" title="struct web_sys::HtmlLinkElement">HtmlLinkElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlLinkElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlLinkElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-37' class="method hidden"><code id='from.v-37'>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.HtmlLinkElement.html" title="struct web_sys::HtmlLinkElement">HtmlLinkElement</a>) -> <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_HtmlLinkElement.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%3CHtmlMapElement%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><<a class="struct" href="../web_sys/struct.HtmlMapElement.html" title="struct web_sys::HtmlMapElement">HtmlMapElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlMapElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlMapElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-38' class="method hidden"><code id='from.v-38'>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.HtmlMapElement.html" title="struct web_sys::HtmlMapElement">HtmlMapElement</a>) -> <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_HtmlMapElement.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%3CHtmlMediaElement%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><<a class="struct" href="../web_sys/struct.HtmlMediaElement.html" title="struct web_sys::HtmlMediaElement">HtmlMediaElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlMediaElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-39' class="method hidden"><code id='from.v-39'>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.HtmlMediaElement.html" title="struct web_sys::HtmlMediaElement">HtmlMediaElement</a>) -> <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_HtmlMediaElement.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%3CHtmlMenuElement%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><<a class="struct" href="../web_sys/struct.HtmlMenuElement.html" title="struct web_sys::HtmlMenuElement">HtmlMenuElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlMenuElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlMenuElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-40' class="method hidden"><code id='from.v-40'>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.HtmlMenuElement.html" title="struct web_sys::HtmlMenuElement">HtmlMenuElement</a>) -> <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_HtmlMenuElement.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%3CHtmlMenuItemElement%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><<a class="struct" href="../web_sys/struct.HtmlMenuItemElement.html" title="struct web_sys::HtmlMenuItemElement">HtmlMenuItemElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlMenuItemElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlMenuItemElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-41' class="method hidden"><code id='from.v-41'>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.HtmlMenuItemElement.html" title="struct web_sys::HtmlMenuItemElement">HtmlMenuItemElement</a>) -> <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_HtmlMenuItemElement.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%3CHtmlMetaElement%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><<a class="struct" href="../web_sys/struct.HtmlMetaElement.html" title="struct web_sys::HtmlMetaElement">HtmlMetaElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlMetaElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlMetaElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-42' class="method hidden"><code id='from.v-42'>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.HtmlMetaElement.html" title="struct web_sys::HtmlMetaElement">HtmlMetaElement</a>) -> <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_HtmlMetaElement.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%3CHtmlMeterElement%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><<a class="struct" href="../web_sys/struct.HtmlMeterElement.html" title="struct web_sys::HtmlMeterElement">HtmlMeterElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlMeterElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlMeterElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-43' class="method hidden"><code id='from.v-43'>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.HtmlMeterElement.html" title="struct web_sys::HtmlMeterElement">HtmlMeterElement</a>) -> <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_HtmlMeterElement.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%3CHtmlModElement%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><<a class="struct" href="../web_sys/struct.HtmlModElement.html" title="struct web_sys::HtmlModElement">HtmlModElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlModElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlModElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-44' class="method hidden"><code id='from.v-44'>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.HtmlModElement.html" title="struct web_sys::HtmlModElement">HtmlModElement</a>) -> <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_HtmlModElement.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%3CHtmlOListElement%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><<a class="struct" href="../web_sys/struct.HtmlOListElement.html" title="struct web_sys::HtmlOListElement">HtmlOListElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlOListElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlOListElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-45' class="method hidden"><code id='from.v-45'>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.HtmlOListElement.html" title="struct web_sys::HtmlOListElement">HtmlOListElement</a>) -> <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_HtmlOListElement.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%3CHtmlObjectElement%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><<a class="struct" href="../web_sys/struct.HtmlObjectElement.html" title="struct web_sys::HtmlObjectElement">HtmlObjectElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlObjectElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlObjectElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-46' class="method hidden"><code id='from.v-46'>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.HtmlObjectElement.html" title="struct web_sys::HtmlObjectElement">HtmlObjectElement</a>) -> <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_HtmlObjectElement.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%3CHtmlOptGroupElement%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><<a class="struct" href="../web_sys/struct.HtmlOptGroupElement.html" title="struct web_sys::HtmlOptGroupElement">HtmlOptGroupElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlOptGroupElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlOptGroupElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-47' class="method hidden"><code id='from.v-47'>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.HtmlOptGroupElement.html" title="struct web_sys::HtmlOptGroupElement">HtmlOptGroupElement</a>) -> <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_HtmlOptGroupElement.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%3CHtmlOptionElement%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><<a class="struct" href="../web_sys/struct.HtmlOptionElement.html" title="struct web_sys::HtmlOptionElement">HtmlOptionElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlOptionElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlOptionElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-48' class="method hidden"><code id='from.v-48'>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.HtmlOptionElement.html" title="struct web_sys::HtmlOptionElement">HtmlOptionElement</a>) -> <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_HtmlOptionElement.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%3CHtmlOutputElement%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><<a class="struct" href="../web_sys/struct.HtmlOutputElement.html" title="struct web_sys::HtmlOutputElement">HtmlOutputElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlOutputElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlOutputElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-49' class="method hidden"><code id='from.v-49'>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.HtmlOutputElement.html" title="struct web_sys::HtmlOutputElement">HtmlOutputElement</a>) -> <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_HtmlOutputElement.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%3CHtmlParagraphElement%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><<a class="struct" href="../web_sys/struct.HtmlParagraphElement.html" title="struct web_sys::HtmlParagraphElement">HtmlParagraphElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlParagraphElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlParagraphElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-50' class="method hidden"><code id='from.v-50'>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.HtmlParagraphElement.html" title="struct web_sys::HtmlParagraphElement">HtmlParagraphElement</a>) -> <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_HtmlParagraphElement.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%3CHtmlParamElement%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><<a class="struct" href="../web_sys/struct.HtmlParamElement.html" title="struct web_sys::HtmlParamElement">HtmlParamElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlParamElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlParamElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-51' class="method hidden"><code id='from.v-51'>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.HtmlParamElement.html" title="struct web_sys::HtmlParamElement">HtmlParamElement</a>) -> <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_HtmlParamElement.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%3CHtmlPictureElement%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><<a class="struct" href="../web_sys/struct.HtmlPictureElement.html" title="struct web_sys::HtmlPictureElement">HtmlPictureElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlPictureElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlPictureElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-52' class="method hidden"><code id='from.v-52'>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.HtmlPictureElement.html" title="struct web_sys::HtmlPictureElement">HtmlPictureElement</a>) -> <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_HtmlPictureElement.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%3CHtmlPreElement%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><<a class="struct" href="../web_sys/struct.HtmlPreElement.html" title="struct web_sys::HtmlPreElement">HtmlPreElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlPreElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlPreElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-53' class="method hidden"><code id='from.v-53'>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.HtmlPreElement.html" title="struct web_sys::HtmlPreElement">HtmlPreElement</a>) -> <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_HtmlPreElement.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%3CHtmlProgressElement%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><<a class="struct" href="../web_sys/struct.HtmlProgressElement.html" title="struct web_sys::HtmlProgressElement">HtmlProgressElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlProgressElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlProgressElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-54' class="method hidden"><code id='from.v-54'>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.HtmlProgressElement.html" title="struct web_sys::HtmlProgressElement">HtmlProgressElement</a>) -> <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_HtmlProgressElement.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%3CHtmlQuoteElement%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><<a class="struct" href="../web_sys/struct.HtmlQuoteElement.html" title="struct web_sys::HtmlQuoteElement">HtmlQuoteElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlQuoteElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlQuoteElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-55' class="method hidden"><code id='from.v-55'>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.HtmlQuoteElement.html" title="struct web_sys::HtmlQuoteElement">HtmlQuoteElement</a>) -> <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_HtmlQuoteElement.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%3CHtmlScriptElement%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><<a class="struct" href="../web_sys/struct.HtmlScriptElement.html" title="struct web_sys::HtmlScriptElement">HtmlScriptElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlScriptElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlScriptElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-56' class="method hidden"><code id='from.v-56'>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.HtmlScriptElement.html" title="struct web_sys::HtmlScriptElement">HtmlScriptElement</a>) -> <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_HtmlScriptElement.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%3CHtmlSelectElement%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><<a class="struct" href="../web_sys/struct.HtmlSelectElement.html" title="struct web_sys::HtmlSelectElement">HtmlSelectElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlSelectElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlSelectElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-57' class="method hidden"><code id='from.v-57'>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.HtmlSelectElement.html" title="struct web_sys::HtmlSelectElement">HtmlSelectElement</a>) -> <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_HtmlSelectElement.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%3CHtmlSlotElement%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><<a class="struct" href="../web_sys/struct.HtmlSlotElement.html" title="struct web_sys::HtmlSlotElement">HtmlSlotElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlSlotElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlSlotElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-58' class="method hidden"><code id='from.v-58'>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.HtmlSlotElement.html" title="struct web_sys::HtmlSlotElement">HtmlSlotElement</a>) -> <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_HtmlSlotElement.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%3CHtmlSourceElement%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><<a class="struct" href="../web_sys/struct.HtmlSourceElement.html" title="struct web_sys::HtmlSourceElement">HtmlSourceElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlSourceElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlSourceElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-59' class="method hidden"><code id='from.v-59'>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.HtmlSourceElement.html" title="struct web_sys::HtmlSourceElement">HtmlSourceElement</a>) -> <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_HtmlSourceElement.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%3CHtmlSpanElement%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><<a class="struct" href="../web_sys/struct.HtmlSpanElement.html" title="struct web_sys::HtmlSpanElement">HtmlSpanElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlSpanElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlSpanElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-60' class="method hidden"><code id='from.v-60'>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.HtmlSpanElement.html" title="struct web_sys::HtmlSpanElement">HtmlSpanElement</a>) -> <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_HtmlSpanElement.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%3CHtmlStyleElement%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><<a class="struct" href="../web_sys/struct.HtmlStyleElement.html" title="struct web_sys::HtmlStyleElement">HtmlStyleElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlStyleElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlStyleElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-61' class="method hidden"><code id='from.v-61'>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.HtmlStyleElement.html" title="struct web_sys::HtmlStyleElement">HtmlStyleElement</a>) -> <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_HtmlStyleElement.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%3CHtmlTableCaptionElement%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><<a class="struct" href="../web_sys/struct.HtmlTableCaptionElement.html" title="struct web_sys::HtmlTableCaptionElement">HtmlTableCaptionElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlTableCaptionElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTableCaptionElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-62' class="method hidden"><code id='from.v-62'>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.HtmlTableCaptionElement.html" title="struct web_sys::HtmlTableCaptionElement">HtmlTableCaptionElement</a>) -> <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_HtmlTableCaptionElement.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%3CHtmlTableCellElement%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><<a class="struct" href="../web_sys/struct.HtmlTableCellElement.html" title="struct web_sys::HtmlTableCellElement">HtmlTableCellElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlTableCellElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTableCellElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-63' class="method hidden"><code id='from.v-63'>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.HtmlTableCellElement.html" title="struct web_sys::HtmlTableCellElement">HtmlTableCellElement</a>) -> <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_HtmlTableCellElement.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%3CHtmlTableColElement%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><<a class="struct" href="../web_sys/struct.HtmlTableColElement.html" title="struct web_sys::HtmlTableColElement">HtmlTableColElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlTableColElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTableColElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-64' class="method hidden"><code id='from.v-64'>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.HtmlTableColElement.html" title="struct web_sys::HtmlTableColElement">HtmlTableColElement</a>) -> <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_HtmlTableColElement.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%3CHtmlTableElement%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><<a class="struct" href="../web_sys/struct.HtmlTableElement.html" title="struct web_sys::HtmlTableElement">HtmlTableElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlTableElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTableElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-65' class="method hidden"><code id='from.v-65'>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.HtmlTableElement.html" title="struct web_sys::HtmlTableElement">HtmlTableElement</a>) -> <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_HtmlTableElement.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%3CHtmlTableRowElement%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><<a class="struct" href="../web_sys/struct.HtmlTableRowElement.html" title="struct web_sys::HtmlTableRowElement">HtmlTableRowElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlTableRowElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTableRowElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-66' class="method hidden"><code id='from.v-66'>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.HtmlTableRowElement.html" title="struct web_sys::HtmlTableRowElement">HtmlTableRowElement</a>) -> <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_HtmlTableRowElement.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%3CHtmlTableSectionElement%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><<a class="struct" href="../web_sys/struct.HtmlTableSectionElement.html" title="struct web_sys::HtmlTableSectionElement">HtmlTableSectionElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlTableSectionElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTableSectionElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-67' class="method hidden"><code id='from.v-67'>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.HtmlTableSectionElement.html" title="struct web_sys::HtmlTableSectionElement">HtmlTableSectionElement</a>) -> <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_HtmlTableSectionElement.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%3CHtmlTemplateElement%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><<a class="struct" href="../web_sys/struct.HtmlTemplateElement.html" title="struct web_sys::HtmlTemplateElement">HtmlTemplateElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlTemplateElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTemplateElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-68' class="method hidden"><code id='from.v-68'>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.HtmlTemplateElement.html" title="struct web_sys::HtmlTemplateElement">HtmlTemplateElement</a>) -> <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_HtmlTemplateElement.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%3CHtmlTextAreaElement%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><<a class="struct" href="../web_sys/struct.HtmlTextAreaElement.html" title="struct web_sys::HtmlTextAreaElement">HtmlTextAreaElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlTextAreaElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTextAreaElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-69' class="method hidden"><code id='from.v-69'>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.HtmlTextAreaElement.html" title="struct web_sys::HtmlTextAreaElement">HtmlTextAreaElement</a>) -> <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_HtmlTextAreaElement.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%3CHtmlTimeElement%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><<a class="struct" href="../web_sys/struct.HtmlTimeElement.html" title="struct web_sys::HtmlTimeElement">HtmlTimeElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlTimeElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTimeElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-70' class="method hidden"><code id='from.v-70'>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.HtmlTimeElement.html" title="struct web_sys::HtmlTimeElement">HtmlTimeElement</a>) -> <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_HtmlTimeElement.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%3CHtmlTitleElement%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><<a class="struct" href="../web_sys/struct.HtmlTitleElement.html" title="struct web_sys::HtmlTitleElement">HtmlTitleElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlTitleElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTitleElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-71' class="method hidden"><code id='from.v-71'>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.HtmlTitleElement.html" title="struct web_sys::HtmlTitleElement">HtmlTitleElement</a>) -> <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_HtmlTitleElement.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%3CHtmlTrackElement%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><<a class="struct" href="../web_sys/struct.HtmlTrackElement.html" title="struct web_sys::HtmlTrackElement">HtmlTrackElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlTrackElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlTrackElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-72' class="method hidden"><code id='from.v-72'>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.HtmlTrackElement.html" title="struct web_sys::HtmlTrackElement">HtmlTrackElement</a>) -> <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_HtmlTrackElement.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%3CHtmlUListElement%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><<a class="struct" href="../web_sys/struct.HtmlUListElement.html" title="struct web_sys::HtmlUListElement">HtmlUListElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlUListElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlUListElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-73' class="method hidden"><code id='from.v-73'>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.HtmlUListElement.html" title="struct web_sys::HtmlUListElement">HtmlUListElement</a>) -> <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_HtmlUListElement.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%3CHtmlUnknownElement%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><<a class="struct" href="../web_sys/struct.HtmlUnknownElement.html" title="struct web_sys::HtmlUnknownElement">HtmlUnknownElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlUnknownElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlUnknownElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-74' class="method hidden"><code id='from.v-74'>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.HtmlUnknownElement.html" title="struct web_sys::HtmlUnknownElement">HtmlUnknownElement</a>) -> <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_HtmlUnknownElement.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%3CHtmlVideoElement%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><<a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlVideoElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-75' class="method hidden"><code id='from.v-75'>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.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>) -> <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_HtmlVideoElement.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><<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CJsValue%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-15' class="method hidden"><code id='from.v-15'>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>) -> <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_HtmlElement.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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-FromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.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> = <<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>>::<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>) -> 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 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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-IntoWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.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> = <<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>>::<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) -> 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_HtmlElement.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<'a> <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a> for &'a <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-IntoWasmAbi-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.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> = <&'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>>::<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) -> 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_HtmlElement.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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-JsCast' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.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: &<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -> <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 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>) -> 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 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: &<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>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 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_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><T>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br> T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>, </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><T>(self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, Self> <span class="where fmt-newline">where<br> T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>, </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><T>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>T> <span class="where fmt-newline">where<br> T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>, </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><T>(self) -> T <span class="where fmt-newline">where<br> T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>, </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><T>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>T <span class="where fmt-newline">where<br> T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>, </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><T>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br> T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>, </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: &<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -> <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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-OptionFromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.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: &Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::FromWasmAbi::Abi">Abi</a>) -> <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 hidden'><p>Tests whether the argument is a "none" 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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-OptionIntoWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.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>() -> 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_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an ABI instance indicating "none", 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<'a> <a class="trait" href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::OptionIntoWasmAbi">OptionIntoWasmAbi</a> for &'a <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-OptionIntoWasmAbi-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.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>() -> 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_HtmlElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an ABI instance indicating "none", 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%3CHtmlElement%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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>> for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-PartialEq%3CHtmlElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.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>(&self, other: &<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>) -> <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#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>(&self, other: &<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>) -> <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#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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-RefFromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.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> = <<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>>::<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><<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>></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>&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>) -> 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_HtmlElement.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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-StructuralEq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-StructuralPartialEq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-WasmDescribe' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlElement.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_HtmlElement.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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</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.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-UnwindSafe' class='anchor'></a></h3><div class='impl-items'></div></div><h2 id='blanket-implementations' class='small-section-header'>Blanket Implementations<a href='#blanket-implementations' class='anchor'></
|
||
|
</div></div><h3 id='impl-Borrow%3CT%3E' class='impl'><code class='in-band'>impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T <span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</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<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T <span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </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>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&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<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> 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-76' class="method hidden"><code id='from.v-76'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(t: T) -> 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<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>, </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) -> 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<T> <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> T: <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>, </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> = <T as <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>>::<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) -> <T as <a class="trait" href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html" title="trait wasm_bindgen::convert::traits::ReturnWasmAbi">ReturnWasmAbi</a>>::<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<T> <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> T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>, </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>(&self) -> 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>(&self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&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<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>, </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) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<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><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<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>, </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> = <U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<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) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<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><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>
|