mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-26 06:22:14 +00:00
1361 lines
714 KiB
HTML
1361 lines
714 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 `SvgElement` struct in crate `web_sys`."><meta name="keywords" content="rust, rustlang, rust-lang, SvgElement"><title>web_sys::SvgElement - 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 SvgElement</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#implementations">Methods</a><div class="sidebar-links"><a href="#method.blur">blur</a><a href="#method.class_name">class_name</a><a href="#method.dataset">dataset</a><a href="#method.focus">focus</a><a href="#method.id">id</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.onmouseleave">onmouseleave</a><a href="#method.onmousemove">onmousemove</a><a href="#method.onmouseout">onmouseout</a><a href="#method.onmouseover">onmouseover</a><a href="#method.onmouseup">onmouseup</a><a href="#method.onpaste">onpaste</a><a href="#method.onpause">onpause</a><a href="#method.onplay">onplay</a><a href="#method.onplaying">onplaying</a><a href="#method.onpointercancel">onpointercancel</a><a href="#method.onpointerdown">onpointerdown</a><a href="#method.onpointerenter">onpointerenter</a><a href="#method.onpointerleave">onpointerleave</a><a href="#method.onpointermove">onpointerm
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/SVGElement">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.rs.html#4' title='goto source code'>[src]</a></h3><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_SvgElement.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/SVGElement/id">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-1' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.rs.html#4' title='goto source code'>[src]</a></h3><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_SvgElement.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/SVGElement/id">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-2' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-2' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.rs.html#4' title='goto source code'>[src]</a></h3><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="../web_sys/struct.SvgAnimatedString.html" title="struct web_sys::SvgAnimatedString">SvgAnimatedString</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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/SVGElement/className">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgAnimatedString</code>, <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-3' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-3' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/dataset">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>DomStringMap</code>, <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-4' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-4' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/style">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>CssStyleDeclaration</code>, <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-5' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-5' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.owner_svg_element' class="method"><code id='owner_svg_element.v'>pub fn <a href='#method.owner_svg_element' class='fnname'>owner_svg_element</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.SvgsvgElement.html" title="struct web_sys::SvgsvgElement">SvgsvgElement</a>></code><a class='srclink' href='../src/web_sys/features/gen_SvgElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ownerSVGElement</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/SVGElement/ownerSVGElement">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code>, <code>SvgsvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-6' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-6' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.viewport_element' class="method"><code id='viewport_element.v'>pub fn <a href='#method.viewport_element' class='fnname'>viewport_element</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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>></code><a class='srclink' href='../src/web_sys/features/gen_SvgElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>viewportElement</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/SVGElement/viewportElement">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-7' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-7' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/tabIndex">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-8' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-8' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/tabIndex">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-9' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-9' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/oncopy">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-10' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-10' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/oncopy">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-11' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-11' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/oncut">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-12' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-12' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/oncut">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-13' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-13' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpaste">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-14' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-14' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpaste">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-15' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-15' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onabort">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-16' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-16' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onabort">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-17' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-17' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onblur">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-18' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-18' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onblur">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-19' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-19' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onfocus">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-20' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-20' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onfocus">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-21' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-21' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onauxclick">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-22' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-22' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onauxclick">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-23' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-23' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/oncanplay">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-24' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-24' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/oncanplay">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-25' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-25' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/oncanplaythrough">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-26' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-26' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/oncanplaythrough">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-27' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-27' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onchange">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-28' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-28' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onchange">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-29' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-29' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onclick">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-30' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-30' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onclick">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-31' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-31' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onclose">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-32' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-32' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onclose">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-33' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-33' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/oncontextmenu">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-34' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-34' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/oncontextmenu">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-35' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-35' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondblclick">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-36' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-36' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondblclick">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-37' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-37' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondrag">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-38' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-38' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondrag">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-39' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-39' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondragend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-40' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-40' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondragend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-41' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-41' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondragenter">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-42' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-42' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondragenter">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-43' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-43' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondragexit">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-44' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-44' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondragexit">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-45' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-45' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondragleave">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-46' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-46' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondragleave">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-47' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-47' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondragover">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-48' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-48' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondragover">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-49' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-49' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondragstart">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-50' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-50' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondragstart">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-51' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-51' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondrop">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-52' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-52' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondrop">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-53' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-53' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondurationchange">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-54' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-54' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ondurationchange">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-55' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-55' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onemptied">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-56' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-56' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onemptied">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-57' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-57' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onended">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-58' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-58' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onended">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-59' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-59' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/oninput">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-60' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-60' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/oninput">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-61' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-61' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/oninvalid">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-62' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-62' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/oninvalid">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-63' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-63' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onkeydown">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-64' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-64' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onkeydown">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-65' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-65' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onkeypress">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-66' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-66' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onkeypress">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-67' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-67' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onkeyup">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-68' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-68' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onkeyup">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-69' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-69' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onload">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-70' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-70' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onload">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-71' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-71' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onloadeddata">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-72' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-72' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onloadeddata">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-73' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-73' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onloadedmetadata">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-74' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-74' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onloadedmetadata">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-75' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-75' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onloadend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-76' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-76' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onloadend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-77' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-77' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onloadstart">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-78' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-78' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onloadstart">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-79' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-79' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onmousedown">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-80' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-80' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onmousedown">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-81' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-81' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onmouseenter">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-82' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-82' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onmouseenter">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-83' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-83' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onmouseleave">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-84' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-84' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onmouseleave">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-85' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-85' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onmousemove">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-86' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-86' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onmousemove">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-87' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-87' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onmouseout">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-88' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-88' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onmouseout">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-89' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-89' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onmouseover">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-90' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-90' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onmouseover">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-91' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-91' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onmouseup">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-92' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-92' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onmouseup">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-93' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-93' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onwheel">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-94' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-94' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onwheel">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-95' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-95' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpause">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-96' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-96' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpause">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-97' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-97' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onplay">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-98' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-98' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onplay">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-99' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-99' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onplaying">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-100' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-100' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onplaying">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-101' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-101' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onprogress">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-102' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-102' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onprogress">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-103' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-103' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onratechange">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-104' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-104' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onratechange">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-105' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-105' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onreset">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-106' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-106' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onreset">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-107' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-107' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onresize">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-108' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-108' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onresize">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-109' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-109' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onscroll">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-110' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-110' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onscroll">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-111' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-111' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onseeked">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-112' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-112' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onseeked">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-113' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-113' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onseeking">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-114' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-114' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onseeking">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-115' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-115' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onselect">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-116' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-116' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onselect">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-117' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-117' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onshow">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-118' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-118' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onshow">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-119' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-119' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onstalled">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-120' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-120' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onstalled">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-121' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-121' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onsubmit">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-122' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-122' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onsubmit">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-123' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-123' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onsuspend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-124' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-124' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onsuspend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-125' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-125' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontimeupdate">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-126' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-126' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontimeupdate">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-127' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-127' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onvolumechange">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-128' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-128' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onvolumechange">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-129' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-129' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onwaiting">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-130' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-130' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onwaiting">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-131' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-131' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onselectstart">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-132' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-132' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onselectstart">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-133' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-133' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontoggle">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-134' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-134' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontoggle">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-135' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-135' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpointercancel">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-136' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-136' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpointercancel">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-137' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-137' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpointerdown">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-138' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-138' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpointerdown">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-139' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-139' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpointerup">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-140' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-140' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpointerup">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-141' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-141' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpointermove">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-142' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-142' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpointermove">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-143' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-143' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpointerout">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-144' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-144' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpointerout">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-145' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-145' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpointerover">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-146' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-146' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpointerover">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-147' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-147' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpointerenter">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-148' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-148' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpointerenter">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-149' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-149' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpointerleave">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-150' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-150' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onpointerleave">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-151' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-151' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ongotpointercapture">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-152' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-152' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ongotpointercapture">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-153' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-153' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onlostpointercapture">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-154' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-154' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onlostpointercapture">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-155' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-155' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onanimationcancel">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-156' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-156' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onanimationcancel">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-157' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-157' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onanimationend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-158' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-158' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onanimationend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-159' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-159' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onanimationiteration">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-160' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-160' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onanimationiteration">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-161' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-161' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onanimationstart">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-162' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-162' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onanimationstart">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-163' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-163' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontransitioncancel">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-164' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-164' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontransitioncancel">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-165' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-165' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontransitionend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-166' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-166' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontransitionend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-167' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-167' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontransitionrun">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-168' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-168' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontransitionrun">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-169' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-169' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontransitionstart">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-170' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-170' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontransitionstart">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-171' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-171' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onwebkitanimationend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-172' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-172' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onwebkitanimationend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-173' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-173' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onwebkitanimationiteration">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-174' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-174' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onwebkitanimationiteration">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-175' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-175' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onwebkitanimationstart">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-176' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-176' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onwebkitanimationstart">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-177' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-177' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onwebkittransitionend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-178' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-178' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onwebkittransitionend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-179' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-179' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onerror">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-180' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-180' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/onerror">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-181' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-181' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontouchstart">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-182' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-182' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontouchstart">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-183' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-183' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontouchend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-184' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-184' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontouchend">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-185' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-185' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontouchmove">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-186' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-186' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontouchmove">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-187' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-187' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontouchcancel">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-188' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-188' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/ontouchcancel">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-189' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-189' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/blur">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</code></em></p>
|
||
|
</div></div><h3 id='impl-190' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-190' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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/SVGElement/focus">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>SvgElement</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-1' class="method"><code id='id.v-1'>pub fn <a href='#method.id-1' 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-1' class="method"><code id='set_id.v-1'>pub fn <a href='#method.set_id-1' 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-1' class="method"><code id='class_name.v-1'>pub fn <a href='#method.class_name-1' 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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-AsRef%3CElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.Element.html" title="struct web_sys::Element">Element</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-AsRef%3CEventTarget%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-AsRef%3CJsValue%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-AsRef%3CNode%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.Node.html" title="struct web_sys::Node">Node</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-AsRef%3CObject%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgAnimateElement.html" title="struct web_sys::SvgAnimateElement">SvgAnimateElement</a></code><a href='#impl-AsRef%3CSvgElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgAnimateElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgAnimateElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgAnimateMotionElement.html" title="struct web_sys::SvgAnimateMotionElement">SvgAnimateMotionElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgAnimateMotionElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgAnimateMotionElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgEllipseElement.html" title="struct web_sys::SvgEllipseElement">SvgEllipseElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-10' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgEllipseElement.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="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgEllipseElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgFilterElement.html" title="struct web_sys::SvgFilterElement">SvgFilterElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-11' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgFilterElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgFilterElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgForeignObjectElement.html" title="struct web_sys::SvgForeignObjectElement">SvgForeignObjectElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-12' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgForeignObjectElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgForeignObjectElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgGeometryElement.html" title="struct web_sys::SvgGeometryElement">SvgGeometryElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-13' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgGeometryElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgGeometryElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgGradientElement.html" title="struct web_sys::SvgGradientElement">SvgGradientElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-14' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgGradientElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgGradientElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgGraphicsElement.html" title="struct web_sys::SvgGraphicsElement">SvgGraphicsElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-15' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgGraphicsElement.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="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgGraphicsElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgImageElement.html" title="struct web_sys::SvgImageElement">SvgImageElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-16' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgImageElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgImageElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgLineElement.html" title="struct web_sys::SvgLineElement">SvgLineElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-17' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgLineElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgLineElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgLinearGradientElement.html" title="struct web_sys::SvgLinearGradientElement">SvgLinearGradientElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-18' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgLinearGradientElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgLinearGradientElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgMarkerElement.html" title="struct web_sys::SvgMarkerElement">SvgMarkerElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-19' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgMarkerElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgMarkerElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgAnimateTransformElement.html" title="struct web_sys::SvgAnimateTransformElement">SvgAnimateTransformElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-2' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgAnimateTransformElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgAnimateTransformElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgMaskElement.html" title="struct web_sys::SvgMaskElement">SvgMaskElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-20' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgMaskElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgMaskElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgMetadataElement.html" title="struct web_sys::SvgMetadataElement">SvgMetadataElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-21' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgMetadataElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgMetadataElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgPathElement.html" title="struct web_sys::SvgPathElement">SvgPathElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-22' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgPathElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgPathElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgPatternElement.html" title="struct web_sys::SvgPatternElement">SvgPatternElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-23' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgPatternElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgPatternElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgPolygonElement.html" title="struct web_sys::SvgPolygonElement">SvgPolygonElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-24' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgPolygonElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgPolygonElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgPolylineElement.html" title="struct web_sys::SvgPolylineElement">SvgPolylineElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-25' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgPolylineElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgPolylineElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgRadialGradientElement.html" title="struct web_sys::SvgRadialGradientElement">SvgRadialGradientElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-26' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgRadialGradientElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgRadialGradientElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgRectElement.html" title="struct web_sys::SvgRectElement">SvgRectElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-27' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgRectElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgRectElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgScriptElement.html" title="struct web_sys::SvgScriptElement">SvgScriptElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-28' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgScriptElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgScriptElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgSetElement.html" title="struct web_sys::SvgSetElement">SvgSetElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-29' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgSetElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgSetElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgAnimationElement.html" title="struct web_sys::SvgAnimationElement">SvgAnimationElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-3' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgAnimationElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgAnimationElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgStopElement.html" title="struct web_sys::SvgStopElement">SvgStopElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-30' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgStopElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgStopElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgStyleElement.html" title="struct web_sys::SvgStyleElement">SvgStyleElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-31' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgStyleElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgStyleElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgSwitchElement.html" title="struct web_sys::SvgSwitchElement">SvgSwitchElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-32' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgSwitchElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgSwitchElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgSymbolElement.html" title="struct web_sys::SvgSymbolElement">SvgSymbolElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-33' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgSymbolElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgSymbolElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgTextContentElement.html" title="struct web_sys::SvgTextContentElement">SvgTextContentElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-34' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgTextContentElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgTextContentElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgTextElement.html" title="struct web_sys::SvgTextElement">SvgTextElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-35' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgTextElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgTextElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgTextPathElement.html" title="struct web_sys::SvgTextPathElement">SvgTextPathElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-36' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgTextPathElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgTextPathElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgTextPositioningElement.html" title="struct web_sys::SvgTextPositioningElement">SvgTextPositioningElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-37' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgTextPositioningElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgTextPositioningElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgTitleElement.html" title="struct web_sys::SvgTitleElement">SvgTitleElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-38' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgTitleElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgTitleElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgUseElement.html" title="struct web_sys::SvgUseElement">SvgUseElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-39' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgUseElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgUseElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgCircleElement.html" title="struct web_sys::SvgCircleElement">SvgCircleElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-4' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgCircleElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgCircleElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgViewElement.html" title="struct web_sys::SvgViewElement">SvgViewElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-40' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgViewElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgViewElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgaElement.html" title="struct web_sys::SvgaElement">SvgaElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-41' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgaElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgaElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeBlendElement.html" title="struct web_sys::SvgfeBlendElement">SvgfeBlendElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-42' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeBlendElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeBlendElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeColorMatrixElement.html" title="struct web_sys::SvgfeColorMatrixElement">SvgfeColorMatrixElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-43' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeColorMatrixElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeColorMatrixElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeComponentTransferElement.html" title="struct web_sys::SvgfeComponentTransferElement">SvgfeComponentTransferElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-44' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeComponentTransferElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeComponentTransferElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeCompositeElement.html" title="struct web_sys::SvgfeCompositeElement">SvgfeCompositeElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-45' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeCompositeElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeCompositeElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeConvolveMatrixElement.html" title="struct web_sys::SvgfeConvolveMatrixElement">SvgfeConvolveMatrixElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-46' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeConvolveMatrixElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeConvolveMatrixElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeDiffuseLightingElement.html" title="struct web_sys::SvgfeDiffuseLightingElement">SvgfeDiffuseLightingElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-47' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeDiffuseLightingElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeDiffuseLightingElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeDisplacementMapElement.html" title="struct web_sys::SvgfeDisplacementMapElement">SvgfeDisplacementMapElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-48' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeDisplacementMapElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeDisplacementMapElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeDistantLightElement.html" title="struct web_sys::SvgfeDistantLightElement">SvgfeDistantLightElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-49' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeDistantLightElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeDistantLightElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgClipPathElement.html" title="struct web_sys::SvgClipPathElement">SvgClipPathElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-5' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgClipPathElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgClipPathElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeDropShadowElement.html" title="struct web_sys::SvgfeDropShadowElement">SvgfeDropShadowElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-50' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeDropShadowElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeDropShadowElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeFloodElement.html" title="struct web_sys::SvgfeFloodElement">SvgfeFloodElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-51' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeFloodElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeFloodElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeFuncAElement.html" title="struct web_sys::SvgfeFuncAElement">SvgfeFuncAElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-52' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeFuncAElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeFuncAElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeFuncBElement.html" title="struct web_sys::SvgfeFuncBElement">SvgfeFuncBElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-53' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeFuncBElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeFuncBElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeFuncGElement.html" title="struct web_sys::SvgfeFuncGElement">SvgfeFuncGElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-54' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeFuncGElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeFuncGElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeFuncRElement.html" title="struct web_sys::SvgfeFuncRElement">SvgfeFuncRElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-55' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeFuncRElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeFuncRElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeGaussianBlurElement.html" title="struct web_sys::SvgfeGaussianBlurElement">SvgfeGaussianBlurElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-56' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeGaussianBlurElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeGaussianBlurElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeImageElement.html" title="struct web_sys::SvgfeImageElement">SvgfeImageElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-57' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeImageElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeImageElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeMergeElement.html" title="struct web_sys::SvgfeMergeElement">SvgfeMergeElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-58' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeMergeElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeMergeElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeMergeNodeElement.html" title="struct web_sys::SvgfeMergeNodeElement">SvgfeMergeNodeElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-59' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeMergeNodeElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeMergeNodeElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgComponentTransferFunctionElement.html" title="struct web_sys::SvgComponentTransferFunctionElement">SvgComponentTransferFunctionElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-6' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgComponentTransferFunctionElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgComponentTransferFunctionElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeMorphologyElement.html" title="struct web_sys::SvgfeMorphologyElement">SvgfeMorphologyElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-60' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeMorphologyElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeMorphologyElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeOffsetElement.html" title="struct web_sys::SvgfeOffsetElement">SvgfeOffsetElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-61' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeOffsetElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeOffsetElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfePointLightElement.html" title="struct web_sys::SvgfePointLightElement">SvgfePointLightElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-62' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfePointLightElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfePointLightElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeSpecularLightingElement.html" title="struct web_sys::SvgfeSpecularLightingElement">SvgfeSpecularLightingElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-63' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeSpecularLightingElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeSpecularLightingElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeSpotLightElement.html" title="struct web_sys::SvgfeSpotLightElement">SvgfeSpotLightElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-64' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeSpotLightElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeSpotLightElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeTileElement.html" title="struct web_sys::SvgfeTileElement">SvgfeTileElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-65' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeTileElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeTileElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgfeTurbulenceElement.html" title="struct web_sys::SvgfeTurbulenceElement">SvgfeTurbulenceElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-66' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeTurbulenceElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeTurbulenceElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvggElement.html" title="struct web_sys::SvggElement">SvggElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-67' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvggElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvggElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgmPathElement.html" title="struct web_sys::SvgmPathElement">SvgmPathElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-68' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgmPathElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgmPathElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgsvgElement.html" title="struct web_sys::SvgsvgElement">SvgsvgElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-69' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgsvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgsvgElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgDefsElement.html" title="struct web_sys::SvgDefsElement">SvgDefsElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-7' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgDefsElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgDefsElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgtSpanElement.html" title="struct web_sys::SvgtSpanElement">SvgtSpanElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-70' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgtSpanElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgtSpanElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgDescElement.html" title="struct web_sys::SvgDescElement">SvgDescElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-8' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgDescElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgDescElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-AsRef%3CSvgElement%3E-9' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-Clone' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-Debug' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-Deref' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-Eq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'></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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CJsValue%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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%3CSvgAnimateElement%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.SvgAnimateElement.html" title="struct web_sys::SvgAnimateElement">SvgAnimateElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgAnimateElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgAnimateElement.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.SvgAnimateElement.html" title="struct web_sys::SvgAnimateElement">SvgAnimateElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgAnimateElement.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%3CSvgAnimateMotionElement%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.SvgAnimateMotionElement.html" title="struct web_sys::SvgAnimateMotionElement">SvgAnimateMotionElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgAnimateMotionElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgAnimateMotionElement.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.SvgAnimateMotionElement.html" title="struct web_sys::SvgAnimateMotionElement">SvgAnimateMotionElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgAnimateMotionElement.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%3CSvgAnimateTransformElement%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.SvgAnimateTransformElement.html" title="struct web_sys::SvgAnimateTransformElement">SvgAnimateTransformElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgAnimateTransformElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgAnimateTransformElement.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.SvgAnimateTransformElement.html" title="struct web_sys::SvgAnimateTransformElement">SvgAnimateTransformElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgAnimateTransformElement.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%3CSvgAnimationElement%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.SvgAnimationElement.html" title="struct web_sys::SvgAnimationElement">SvgAnimationElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgAnimationElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgAnimationElement.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.SvgAnimationElement.html" title="struct web_sys::SvgAnimationElement">SvgAnimationElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgAnimationElement.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%3CSvgCircleElement%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.SvgCircleElement.html" title="struct web_sys::SvgCircleElement">SvgCircleElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgCircleElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgCircleElement.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.SvgCircleElement.html" title="struct web_sys::SvgCircleElement">SvgCircleElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgCircleElement.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%3CSvgClipPathElement%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.SvgClipPathElement.html" title="struct web_sys::SvgClipPathElement">SvgClipPathElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgClipPathElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgClipPathElement.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.SvgClipPathElement.html" title="struct web_sys::SvgClipPathElement">SvgClipPathElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgClipPathElement.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%3CSvgComponentTransferFunctionElement%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.SvgComponentTransferFunctionElement.html" title="struct web_sys::SvgComponentTransferFunctionElement">SvgComponentTransferFunctionElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgComponentTransferFunctionElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgComponentTransferFunctionElement.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.SvgComponentTransferFunctionElement.html" title="struct web_sys::SvgComponentTransferFunctionElement">SvgComponentTransferFunctionElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgComponentTransferFunctionElement.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%3CSvgDefsElement%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.SvgDefsElement.html" title="struct web_sys::SvgDefsElement">SvgDefsElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgDefsElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgDefsElement.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.SvgDefsElement.html" title="struct web_sys::SvgDefsElement">SvgDefsElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgDefsElement.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%3CSvgDescElement%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.SvgDescElement.html" title="struct web_sys::SvgDescElement">SvgDescElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgDescElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgDescElement.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.SvgDescElement.html" title="struct web_sys::SvgDescElement">SvgDescElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgDescElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a href='#impl-From%3CSvgElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</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_SvgElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a></code><a href='#impl-From%3CSvgElement%3E-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</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_SvgElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a></code><a href='#impl-From%3CSvgElement%3E-2' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</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_SvgElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a></code><a href='#impl-From%3CSvgElement%3E-3' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</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_SvgElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a href='#impl-From%3CSvgElement%3E-4' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</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_SvgElement.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%3CSvgEllipseElement%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.SvgEllipseElement.html" title="struct web_sys::SvgEllipseElement">SvgEllipseElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgEllipseElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgEllipseElement.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="../web_sys/struct.SvgEllipseElement.html" title="struct web_sys::SvgEllipseElement">SvgEllipseElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgEllipseElement.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%3CSvgFilterElement%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.SvgFilterElement.html" title="struct web_sys::SvgFilterElement">SvgFilterElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgFilterElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgFilterElement.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.SvgFilterElement.html" title="struct web_sys::SvgFilterElement">SvgFilterElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgFilterElement.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%3CSvgForeignObjectElement%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.SvgForeignObjectElement.html" title="struct web_sys::SvgForeignObjectElement">SvgForeignObjectElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgForeignObjectElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgForeignObjectElement.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.SvgForeignObjectElement.html" title="struct web_sys::SvgForeignObjectElement">SvgForeignObjectElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgForeignObjectElement.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%3CSvgGeometryElement%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.SvgGeometryElement.html" title="struct web_sys::SvgGeometryElement">SvgGeometryElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgGeometryElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgGeometryElement.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.SvgGeometryElement.html" title="struct web_sys::SvgGeometryElement">SvgGeometryElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgGeometryElement.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%3CSvgGradientElement%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.SvgGradientElement.html" title="struct web_sys::SvgGradientElement">SvgGradientElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgGradientElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgGradientElement.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.SvgGradientElement.html" title="struct web_sys::SvgGradientElement">SvgGradientElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgGradientElement.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%3CSvgGraphicsElement%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.SvgGraphicsElement.html" title="struct web_sys::SvgGraphicsElement">SvgGraphicsElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgGraphicsElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgGraphicsElement.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.SvgGraphicsElement.html" title="struct web_sys::SvgGraphicsElement">SvgGraphicsElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgGraphicsElement.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%3CSvgImageElement%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.SvgImageElement.html" title="struct web_sys::SvgImageElement">SvgImageElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgImageElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgImageElement.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.SvgImageElement.html" title="struct web_sys::SvgImageElement">SvgImageElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgImageElement.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%3CSvgLineElement%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.SvgLineElement.html" title="struct web_sys::SvgLineElement">SvgLineElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgLineElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgLineElement.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.SvgLineElement.html" title="struct web_sys::SvgLineElement">SvgLineElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgLineElement.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%3CSvgLinearGradientElement%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.SvgLinearGradientElement.html" title="struct web_sys::SvgLinearGradientElement">SvgLinearGradientElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgLinearGradientElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgLinearGradientElement.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.SvgLinearGradientElement.html" title="struct web_sys::SvgLinearGradientElement">SvgLinearGradientElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgLinearGradientElement.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%3CSvgMarkerElement%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.SvgMarkerElement.html" title="struct web_sys::SvgMarkerElement">SvgMarkerElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgMarkerElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgMarkerElement.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.SvgMarkerElement.html" title="struct web_sys::SvgMarkerElement">SvgMarkerElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgMarkerElement.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%3CSvgMaskElement%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.SvgMaskElement.html" title="struct web_sys::SvgMaskElement">SvgMaskElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgMaskElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgMaskElement.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.SvgMaskElement.html" title="struct web_sys::SvgMaskElement">SvgMaskElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgMaskElement.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%3CSvgMetadataElement%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.SvgMetadataElement.html" title="struct web_sys::SvgMetadataElement">SvgMetadataElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgMetadataElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgMetadataElement.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.SvgMetadataElement.html" title="struct web_sys::SvgMetadataElement">SvgMetadataElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgMetadataElement.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%3CSvgPathElement%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.SvgPathElement.html" title="struct web_sys::SvgPathElement">SvgPathElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgPathElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgPathElement.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.SvgPathElement.html" title="struct web_sys::SvgPathElement">SvgPathElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgPathElement.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%3CSvgPatternElement%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.SvgPatternElement.html" title="struct web_sys::SvgPatternElement">SvgPatternElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgPatternElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgPatternElement.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.SvgPatternElement.html" title="struct web_sys::SvgPatternElement">SvgPatternElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgPatternElement.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%3CSvgPolygonElement%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.SvgPolygonElement.html" title="struct web_sys::SvgPolygonElement">SvgPolygonElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgPolygonElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgPolygonElement.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.SvgPolygonElement.html" title="struct web_sys::SvgPolygonElement">SvgPolygonElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgPolygonElement.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%3CSvgPolylineElement%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.SvgPolylineElement.html" title="struct web_sys::SvgPolylineElement">SvgPolylineElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgPolylineElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgPolylineElement.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.SvgPolylineElement.html" title="struct web_sys::SvgPolylineElement">SvgPolylineElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgPolylineElement.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%3CSvgRadialGradientElement%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.SvgRadialGradientElement.html" title="struct web_sys::SvgRadialGradientElement">SvgRadialGradientElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgRadialGradientElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgRadialGradientElement.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.SvgRadialGradientElement.html" title="struct web_sys::SvgRadialGradientElement">SvgRadialGradientElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgRadialGradientElement.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%3CSvgRectElement%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.SvgRectElement.html" title="struct web_sys::SvgRectElement">SvgRectElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgRectElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgRectElement.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.SvgRectElement.html" title="struct web_sys::SvgRectElement">SvgRectElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgRectElement.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%3CSvgScriptElement%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.SvgScriptElement.html" title="struct web_sys::SvgScriptElement">SvgScriptElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgScriptElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgScriptElement.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.SvgScriptElement.html" title="struct web_sys::SvgScriptElement">SvgScriptElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgScriptElement.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%3CSvgSetElement%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.SvgSetElement.html" title="struct web_sys::SvgSetElement">SvgSetElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgSetElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgSetElement.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.SvgSetElement.html" title="struct web_sys::SvgSetElement">SvgSetElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgSetElement.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%3CSvgStopElement%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.SvgStopElement.html" title="struct web_sys::SvgStopElement">SvgStopElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgStopElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgStopElement.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.SvgStopElement.html" title="struct web_sys::SvgStopElement">SvgStopElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgStopElement.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%3CSvgStyleElement%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.SvgStyleElement.html" title="struct web_sys::SvgStyleElement">SvgStyleElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgStyleElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgStyleElement.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.SvgStyleElement.html" title="struct web_sys::SvgStyleElement">SvgStyleElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgStyleElement.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%3CSvgSwitchElement%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.SvgSwitchElement.html" title="struct web_sys::SvgSwitchElement">SvgSwitchElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgSwitchElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgSwitchElement.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.SvgSwitchElement.html" title="struct web_sys::SvgSwitchElement">SvgSwitchElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgSwitchElement.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%3CSvgSymbolElement%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.SvgSymbolElement.html" title="struct web_sys::SvgSymbolElement">SvgSymbolElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgSymbolElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgSymbolElement.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.SvgSymbolElement.html" title="struct web_sys::SvgSymbolElement">SvgSymbolElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgSymbolElement.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%3CSvgTextContentElement%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.SvgTextContentElement.html" title="struct web_sys::SvgTextContentElement">SvgTextContentElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgTextContentElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgTextContentElement.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.SvgTextContentElement.html" title="struct web_sys::SvgTextContentElement">SvgTextContentElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgTextContentElement.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%3CSvgTextElement%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.SvgTextElement.html" title="struct web_sys::SvgTextElement">SvgTextElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgTextElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgTextElement.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.SvgTextElement.html" title="struct web_sys::SvgTextElement">SvgTextElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgTextElement.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%3CSvgTextPathElement%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.SvgTextPathElement.html" title="struct web_sys::SvgTextPathElement">SvgTextPathElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgTextPathElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgTextPathElement.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.SvgTextPathElement.html" title="struct web_sys::SvgTextPathElement">SvgTextPathElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgTextPathElement.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%3CSvgTextPositioningElement%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.SvgTextPositioningElement.html" title="struct web_sys::SvgTextPositioningElement">SvgTextPositioningElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgTextPositioningElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgTextPositioningElement.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.SvgTextPositioningElement.html" title="struct web_sys::SvgTextPositioningElement">SvgTextPositioningElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgTextPositioningElement.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%3CSvgTitleElement%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.SvgTitleElement.html" title="struct web_sys::SvgTitleElement">SvgTitleElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgTitleElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgTitleElement.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.SvgTitleElement.html" title="struct web_sys::SvgTitleElement">SvgTitleElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgTitleElement.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%3CSvgUseElement%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.SvgUseElement.html" title="struct web_sys::SvgUseElement">SvgUseElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgUseElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgUseElement.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.SvgUseElement.html" title="struct web_sys::SvgUseElement">SvgUseElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgUseElement.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%3CSvgViewElement%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.SvgViewElement.html" title="struct web_sys::SvgViewElement">SvgViewElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgViewElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgViewElement.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.SvgViewElement.html" title="struct web_sys::SvgViewElement">SvgViewElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgViewElement.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%3CSvgaElement%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.SvgaElement.html" title="struct web_sys::SvgaElement">SvgaElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgaElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgaElement.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.SvgaElement.html" title="struct web_sys::SvgaElement">SvgaElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgaElement.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%3CSvgfeBlendElement%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.SvgfeBlendElement.html" title="struct web_sys::SvgfeBlendElement">SvgfeBlendElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeBlendElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeBlendElement.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.SvgfeBlendElement.html" title="struct web_sys::SvgfeBlendElement">SvgfeBlendElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeBlendElement.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%3CSvgfeColorMatrixElement%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.SvgfeColorMatrixElement.html" title="struct web_sys::SvgfeColorMatrixElement">SvgfeColorMatrixElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeColorMatrixElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeColorMatrixElement.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.SvgfeColorMatrixElement.html" title="struct web_sys::SvgfeColorMatrixElement">SvgfeColorMatrixElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeColorMatrixElement.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%3CSvgfeComponentTransferElement%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.SvgfeComponentTransferElement.html" title="struct web_sys::SvgfeComponentTransferElement">SvgfeComponentTransferElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeComponentTransferElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeComponentTransferElement.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.SvgfeComponentTransferElement.html" title="struct web_sys::SvgfeComponentTransferElement">SvgfeComponentTransferElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeComponentTransferElement.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%3CSvgfeCompositeElement%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.SvgfeCompositeElement.html" title="struct web_sys::SvgfeCompositeElement">SvgfeCompositeElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeCompositeElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeCompositeElement.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.SvgfeCompositeElement.html" title="struct web_sys::SvgfeCompositeElement">SvgfeCompositeElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeCompositeElement.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%3CSvgfeConvolveMatrixElement%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.SvgfeConvolveMatrixElement.html" title="struct web_sys::SvgfeConvolveMatrixElement">SvgfeConvolveMatrixElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeConvolveMatrixElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeConvolveMatrixElement.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.SvgfeConvolveMatrixElement.html" title="struct web_sys::SvgfeConvolveMatrixElement">SvgfeConvolveMatrixElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeConvolveMatrixElement.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%3CSvgfeDiffuseLightingElement%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.SvgfeDiffuseLightingElement.html" title="struct web_sys::SvgfeDiffuseLightingElement">SvgfeDiffuseLightingElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeDiffuseLightingElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeDiffuseLightingElement.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.SvgfeDiffuseLightingElement.html" title="struct web_sys::SvgfeDiffuseLightingElement">SvgfeDiffuseLightingElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeDiffuseLightingElement.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%3CSvgfeDisplacementMapElement%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.SvgfeDisplacementMapElement.html" title="struct web_sys::SvgfeDisplacementMapElement">SvgfeDisplacementMapElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeDisplacementMapElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeDisplacementMapElement.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.SvgfeDisplacementMapElement.html" title="struct web_sys::SvgfeDisplacementMapElement">SvgfeDisplacementMapElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeDisplacementMapElement.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%3CSvgfeDistantLightElement%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.SvgfeDistantLightElement.html" title="struct web_sys::SvgfeDistantLightElement">SvgfeDistantLightElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeDistantLightElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeDistantLightElement.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.SvgfeDistantLightElement.html" title="struct web_sys::SvgfeDistantLightElement">SvgfeDistantLightElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeDistantLightElement.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%3CSvgfeDropShadowElement%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.SvgfeDropShadowElement.html" title="struct web_sys::SvgfeDropShadowElement">SvgfeDropShadowElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeDropShadowElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeDropShadowElement.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.SvgfeDropShadowElement.html" title="struct web_sys::SvgfeDropShadowElement">SvgfeDropShadowElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeDropShadowElement.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%3CSvgfeFloodElement%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.SvgfeFloodElement.html" title="struct web_sys::SvgfeFloodElement">SvgfeFloodElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeFloodElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeFloodElement.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.SvgfeFloodElement.html" title="struct web_sys::SvgfeFloodElement">SvgfeFloodElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeFloodElement.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%3CSvgfeFuncAElement%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.SvgfeFuncAElement.html" title="struct web_sys::SvgfeFuncAElement">SvgfeFuncAElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeFuncAElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeFuncAElement.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.SvgfeFuncAElement.html" title="struct web_sys::SvgfeFuncAElement">SvgfeFuncAElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeFuncAElement.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%3CSvgfeFuncBElement%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.SvgfeFuncBElement.html" title="struct web_sys::SvgfeFuncBElement">SvgfeFuncBElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeFuncBElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeFuncBElement.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.SvgfeFuncBElement.html" title="struct web_sys::SvgfeFuncBElement">SvgfeFuncBElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeFuncBElement.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%3CSvgfeFuncGElement%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.SvgfeFuncGElement.html" title="struct web_sys::SvgfeFuncGElement">SvgfeFuncGElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeFuncGElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeFuncGElement.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.SvgfeFuncGElement.html" title="struct web_sys::SvgfeFuncGElement">SvgfeFuncGElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeFuncGElement.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%3CSvgfeFuncRElement%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.SvgfeFuncRElement.html" title="struct web_sys::SvgfeFuncRElement">SvgfeFuncRElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeFuncRElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeFuncRElement.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.SvgfeFuncRElement.html" title="struct web_sys::SvgfeFuncRElement">SvgfeFuncRElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeFuncRElement.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%3CSvgfeGaussianBlurElement%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.SvgfeGaussianBlurElement.html" title="struct web_sys::SvgfeGaussianBlurElement">SvgfeGaussianBlurElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeGaussianBlurElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeGaussianBlurElement.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.SvgfeGaussianBlurElement.html" title="struct web_sys::SvgfeGaussianBlurElement">SvgfeGaussianBlurElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeGaussianBlurElement.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%3CSvgfeImageElement%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.SvgfeImageElement.html" title="struct web_sys::SvgfeImageElement">SvgfeImageElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeImageElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeImageElement.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.SvgfeImageElement.html" title="struct web_sys::SvgfeImageElement">SvgfeImageElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeImageElement.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%3CSvgfeMergeElement%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.SvgfeMergeElement.html" title="struct web_sys::SvgfeMergeElement">SvgfeMergeElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeMergeElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeMergeElement.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.SvgfeMergeElement.html" title="struct web_sys::SvgfeMergeElement">SvgfeMergeElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeMergeElement.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%3CSvgfeMergeNodeElement%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.SvgfeMergeNodeElement.html" title="struct web_sys::SvgfeMergeNodeElement">SvgfeMergeNodeElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeMergeNodeElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeMergeNodeElement.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.SvgfeMergeNodeElement.html" title="struct web_sys::SvgfeMergeNodeElement">SvgfeMergeNodeElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeMergeNodeElement.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%3CSvgfeMorphologyElement%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.SvgfeMorphologyElement.html" title="struct web_sys::SvgfeMorphologyElement">SvgfeMorphologyElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeMorphologyElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeMorphologyElement.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.SvgfeMorphologyElement.html" title="struct web_sys::SvgfeMorphologyElement">SvgfeMorphologyElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeMorphologyElement.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%3CSvgfeOffsetElement%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.SvgfeOffsetElement.html" title="struct web_sys::SvgfeOffsetElement">SvgfeOffsetElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeOffsetElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeOffsetElement.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.SvgfeOffsetElement.html" title="struct web_sys::SvgfeOffsetElement">SvgfeOffsetElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeOffsetElement.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%3CSvgfePointLightElement%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.SvgfePointLightElement.html" title="struct web_sys::SvgfePointLightElement">SvgfePointLightElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfePointLightElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfePointLightElement.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.SvgfePointLightElement.html" title="struct web_sys::SvgfePointLightElement">SvgfePointLightElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfePointLightElement.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%3CSvgfeSpecularLightingElement%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.SvgfeSpecularLightingElement.html" title="struct web_sys::SvgfeSpecularLightingElement">SvgfeSpecularLightingElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeSpecularLightingElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeSpecularLightingElement.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.SvgfeSpecularLightingElement.html" title="struct web_sys::SvgfeSpecularLightingElement">SvgfeSpecularLightingElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeSpecularLightingElement.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%3CSvgfeSpotLightElement%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.SvgfeSpotLightElement.html" title="struct web_sys::SvgfeSpotLightElement">SvgfeSpotLightElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeSpotLightElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeSpotLightElement.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.SvgfeSpotLightElement.html" title="struct web_sys::SvgfeSpotLightElement">SvgfeSpotLightElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeSpotLightElement.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%3CSvgfeTileElement%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.SvgfeTileElement.html" title="struct web_sys::SvgfeTileElement">SvgfeTileElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeTileElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeTileElement.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.SvgfeTileElement.html" title="struct web_sys::SvgfeTileElement">SvgfeTileElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeTileElement.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%3CSvgfeTurbulenceElement%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.SvgfeTurbulenceElement.html" title="struct web_sys::SvgfeTurbulenceElement">SvgfeTurbulenceElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgfeTurbulenceElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgfeTurbulenceElement.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.SvgfeTurbulenceElement.html" title="struct web_sys::SvgfeTurbulenceElement">SvgfeTurbulenceElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgfeTurbulenceElement.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%3CSvggElement%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.SvggElement.html" title="struct web_sys::SvggElement">SvggElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvggElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvggElement.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.SvggElement.html" title="struct web_sys::SvggElement">SvggElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvggElement.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%3CSvgmPathElement%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.SvgmPathElement.html" title="struct web_sys::SvgmPathElement">SvgmPathElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgmPathElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgmPathElement.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.SvgmPathElement.html" title="struct web_sys::SvgmPathElement">SvgmPathElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgmPathElement.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%3CSvgsvgElement%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.SvgsvgElement.html" title="struct web_sys::SvgsvgElement">SvgsvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgsvgElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgsvgElement.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.SvgsvgElement.html" title="struct web_sys::SvgsvgElement">SvgsvgElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgsvgElement.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%3CSvgtSpanElement%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.SvgtSpanElement.html" title="struct web_sys::SvgtSpanElement">SvgtSpanElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-From%3CSvgtSpanElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgtSpanElement.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.SvgtSpanElement.html" title="struct web_sys::SvgtSpanElement">SvgtSpanElement</a>) -> <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a class='srclink' href='../src/web_sys/features/gen_SvgtSpanElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-FromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-IntoWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-IntoWasmAbi-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-JsCast' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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_SvgElement.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_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-OptionFromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-OptionIntoWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-OptionIntoWasmAbi-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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%3CSvgElement%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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a>> for <a class="struct" href="../web_sys/struct.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-PartialEq%3CSvgElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</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_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</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_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-RefFromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</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_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-StructuralEq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-StructuralPartialEq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</a></code><a href='#impl-WasmDescribe' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_SvgElement.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_SvgElement.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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</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.SvgElement.html" title="struct web_sys::SvgElement">SvgElement</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'></a></h2><div id='blanket-impl
|
||
|
</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>
|