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

1238 lines
588 KiB
HTML
Raw Normal View History

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `Document` struct in crate `web_sys`."><meta name="keywords" content="rust, rustlang, rust-lang, Document"><title>web_sys::Document - Rust</title><link rel="stylesheet" type="text/css" href="../normalize.css"><link rel="stylesheet" type="text/css" href="../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../dark.css"><link rel="stylesheet" type="text/css" href="../light.css" id="themeStyle"><script src="../storage.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="shortcut icon" href="../favicon.ico"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><body class="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">&#9776;</div><a href='../web_sys/index.html'><div class='logo-container'><img src='../rust-logo.png' alt='logo'></div></a><p class='location'>Struct Document</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#implementations">Methods</a><div class="sidebar-links"><a href="#method.active_element">active_element</a><a href="#method.adopt_node">adopt_node</a><a href="#method.anchors">anchors</a><a href="#method.append_with_node">append_with_node</a><a href="#method.append_with_node_0">append_with_node_0</a><a href="#method.append_with_node_1">append_with_node_1</a><a href="#method.append_with_node_2">append_with_node_2</a><a href="#method.append_with_node_3">append_with_node_3</a><a href="#method.append_with_node_4">append_with_node_4</a><a href="#method.append_with_node_5">append_with_node_5</a><a href="#method.append_with_node_6">append_with_node_6</a><a href="#method.append_with_node_7">append_with_node_7</a><a href="#method.append_with_str">append_with_str</a><a href="#method.append_with_str_0">append_with_str_0</a><a href="#method.append_with_str_1">append_with_str_1</a><a href="#method.append_with_str_2">append_with_str_2</a><a href="#method.append_with_str_3">append_with_str_3</a><a href="#method.append_with_str_4">append_with_str_4</a><a href="#method.append_with_str_5">append_with_str_5</a><a href="#method.append_with_str_6">append_with_str_6</a><a href="#method.append_with_str_7">append_with_str_7</a><a href="#method.applets">applets</a><a href="#method.body">body</a><a href="#method.caret_position_from_point">caret_position_from_point</a><a href="#method.character_set">character_set</a><a href="#method.charset">charset</a><a href="#method.child_element_count">child_element_count</a><a href="#method.children">children</a><a href="#method.compat_mode">compat_mode</a><a href="#method.content_type">content_type</a><a href="#method.convert_point_from_node_with_document">convert_point_from_node_with_document</a><a href="#method.convert_point_from_node_with_document_and_options">convert_point_from_node_with_document_and_options</a><a href="#method.convert_point_from_node_with_element">convert_point_from_node_with_element</a><a href="#method.convert_point_from_node_with_element_and_options">convert_point_from_node_with_element_and_options</a><a href="#method.convert_point_from_node_with_text">convert_point_from_node_with_text</a><a href="#method.convert_point_from_node_with_text_and_options">convert_point_from_node_with_text_and_options</a><a href="#method.convert_quad_from_node_with_document">convert_quad_from_node_with_document</a><a href="#method.convert_quad_from_node_with_document_and_options">convert_quad_from_node_with_document_and_options</a><a href="#method.convert_quad_from_node_with_element">convert_quad_from_node_with_element</a><a href="#method.convert_quad_from_node_with_element_and_options">convert_quad_from_node_with_element_and_options</a><a href="#method.convert_quad_from_node
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</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.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.implementation' class="method"><code id='implementation.v'>pub fn <a href='#method.implementation' class='fnname'>implementation</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.DomImplementation.html" title="struct web_sys::DomImplementation">DomImplementation</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>implementation</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/implementation">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>DomImplementation</code></em></p>
</div></div><h3 id='impl-1' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.url' class="method"><code id='url.v'>pub fn <a href='#method.url' class='fnname'>url</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>URL</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/URL">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-2' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-2' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.document_uri' class="method"><code id='document_uri.v'>pub fn <a href='#method.document_uri' class='fnname'>document_uri</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>documentURI</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/documentURI">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-3' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-3' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.compat_mode' class="method"><code id='compat_mode.v'>pub fn <a href='#method.compat_mode' class='fnname'>compat_mode</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>compatMode</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/compatMode">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-4' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-4' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.character_set' class="method"><code id='character_set.v'>pub fn <a href='#method.character_set' class='fnname'>character_set</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>characterSet</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/characterSet">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-5' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-5' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.charset' class="method"><code id='charset.v'>pub fn <a href='#method.charset' class='fnname'>charset</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>charset</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/charset">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-6' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-6' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.input_encoding' class="method"><code id='input_encoding.v'>pub fn <a href='#method.input_encoding' class='fnname'>input_encoding</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>inputEncoding</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/inputEncoding">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-7' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-7' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.content_type' class="method"><code id='content_type.v'>pub fn <a href='#method.content_type' class='fnname'>content_type</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>contentType</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/contentType">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-8' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-8' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.doctype' class="method"><code id='doctype.v'>pub fn <a href='#method.doctype' class='fnname'>doctype</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.DocumentType.html" title="struct web_sys::DocumentType">DocumentType</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>doctype</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/doctype">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>DocumentType</code></em></p>
</div></div><h3 id='impl-9' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-9' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.document_element' class="method"><code id='document_element.v'>pub fn <a href='#method.document_element' class='fnname'>document_element</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>documentElement</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/documentElement">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Element</code></em></p>
</div></div><h3 id='impl-10' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-10' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.location' class="method"><code id='location.v'>pub fn <a href='#method.location' class='fnname'>location</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Location.html" title="struct web_sys::Location">Location</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>location</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/location">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Location</code></em></p>
</div></div><h3 id='impl-11' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-11' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.referrer' class="method"><code id='referrer.v'>pub fn <a href='#method.referrer' class='fnname'>referrer</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>referrer</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/referrer">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-12' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-12' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.last_modified' class="method"><code id='last_modified.v'>pub fn <a href='#method.last_modified' class='fnname'>last_modified</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>lastModified</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/lastModified">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-13' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-13' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.ready_state' class="method"><code id='ready_state.v'>pub fn <a href='#method.ready_state' class='fnname'>ready_state</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>readyState</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/readyState">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-14' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-14' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.title' class="method"><code id='title.v'>pub fn <a href='#method.title' class='fnname'>title</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>title</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/title">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-15' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-15' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_title' class="method"><code id='set_title.v'>pub fn <a href='#method.set_title' class='fnname'>set_title</a>(&amp;self, value: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>)</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>title</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/title">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-16' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-16' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.dir' class="method"><code id='dir.v'>pub fn <a href='#method.dir' class='fnname'>dir</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>dir</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/dir">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-17' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-17' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_dir' class="method"><code id='set_dir.v'>pub fn <a href='#method.set_dir' class='fnname'>set_dir</a>(&amp;self, value: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>)</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>dir</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/dir">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-18' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-18' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.body' class="method"><code id='body.v'>pub fn <a href='#method.body' class='fnname'>body</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>body</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/body">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>HtmlElement</code></em></p>
</div></div><h3 id='impl-19' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-19' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_body' class="method"><code id='set_body.v'>pub fn <a href='#method.set_body' class='fnname'>set_body</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>body</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/body">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>HtmlElement</code></em></p>
</div></div><h3 id='impl-20' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-20' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.head' class="method"><code id='head.v'>pub fn <a href='#method.head' class='fnname'>head</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.HtmlHeadElement.html" title="struct web_sys::HtmlHeadElement">HtmlHeadElement</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>head</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/head">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>HtmlHeadElement</code></em></p>
</div></div><h3 id='impl-21' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-21' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.images' class="method"><code id='images.v'>pub fn <a href='#method.images' class='fnname'>images</a>(&amp;self) -&gt; <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_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>images</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/images">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>HtmlCollection</code></em></p>
</div></div><h3 id='impl-22' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-22' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.embeds' class="method"><code id='embeds.v'>pub fn <a href='#method.embeds' class='fnname'>embeds</a>(&amp;self) -&gt; <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_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>embeds</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/embeds">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>HtmlCollection</code></em></p>
</div></div><h3 id='impl-23' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-23' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.plugins' class="method"><code id='plugins.v'>pub fn <a href='#method.plugins' class='fnname'>plugins</a>(&amp;self) -&gt; <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_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>plugins</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/plugins">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>HtmlCollection</code></em></p>
</div></div><h3 id='impl-24' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-24' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.links' class="method"><code id='links.v'>pub fn <a href='#method.links' class='fnname'>links</a>(&amp;self) -&gt; <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_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>links</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/links">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>HtmlCollection</code></em></p>
</div></div><h3 id='impl-25' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-25' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.forms' class="method"><code id='forms.v'>pub fn <a href='#method.forms' class='fnname'>forms</a>(&amp;self) -&gt; <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_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>forms</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/forms">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>HtmlCollection</code></em></p>
</div></div><h3 id='impl-26' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-26' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.scripts' class="method"><code id='scripts.v'>pub fn <a href='#method.scripts' class='fnname'>scripts</a>(&amp;self) -&gt; <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_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>scripts</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/scripts">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>HtmlCollection</code></em></p>
</div></div><h3 id='impl-27' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-27' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.default_view' class="method"><code id='default_view.v'>pub fn <a href='#method.default_view' class='fnname'>default_view</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Window.html" title="struct web_sys::Window">Window</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>defaultView</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/defaultView">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Window</code></em></p>
</div></div><h3 id='impl-28' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-28' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onreadystatechange' class="method"><code id='onreadystatechange.v'>pub fn <a href='#method.onreadystatechange' class='fnname'>onreadystatechange</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onreadystatechange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onreadystatechange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-29' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-29' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_onreadystatechange' class="method"><code id='set_onreadystatechange.v'>pub fn <a href='#method.set_onreadystatechange' class='fnname'>set_onreadystatechange</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onreadystatechange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onreadystatechange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-30' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-30' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onbeforescriptexecute' class="method"><code id='onbeforescriptexecute.v'>pub fn <a href='#method.onbeforescriptexecute' class='fnname'>onbeforescriptexecute</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onbeforescriptexecute</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onbeforescriptexecute">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-31' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-31' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_onbeforescriptexecute' class="method"><code id='set_onbeforescriptexecute.v'>pub fn <a href='#method.set_onbeforescriptexecute' class='fnname'>set_onbeforescriptexecute</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onbeforescriptexecute</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onbeforescriptexecute">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-32' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-32' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onafterscriptexecute' class="method"><code id='onafterscriptexecute.v'>pub fn <a href='#method.onafterscriptexecute' class='fnname'>onafterscriptexecute</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onafterscriptexecute</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onafterscriptexecute">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-33' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-33' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_onafterscriptexecute' class="method"><code id='set_onafterscriptexecute.v'>pub fn <a href='#method.set_onafterscriptexecute' class='fnname'>set_onafterscriptexecute</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onafterscriptexecute</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onafterscriptexecute">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-34' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-34' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onselectionchange' class="method"><code id='onselectionchange.v'>pub fn <a href='#method.onselectionchange' class='fnname'>onselectionchange</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onselectionchange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onselectionchange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-35' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-35' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_onselectionchange' class="method"><code id='set_onselectionchange.v'>pub fn <a href='#method.set_onselectionchange' class='fnname'>set_onselectionchange</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onselectionchange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onselectionchange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-36' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-36' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.current_script' class="method"><code id='current_script.v'>pub fn <a href='#method.current_script' class='fnname'>current_script</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>currentScript</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/currentScript">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Element</code></em></p>
</div></div><h3 id='impl-37' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-37' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.anchors' class="method"><code id='anchors.v'>pub fn <a href='#method.anchors' class='fnname'>anchors</a>(&amp;self) -&gt; <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_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>anchors</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/anchors">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>HtmlCollection</code></em></p>
</div></div><h3 id='impl-38' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-38' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.applets' class="method"><code id='applets.v'>pub fn <a href='#method.applets' class='fnname'>applets</a>(&amp;self) -&gt; <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_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>applets</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/applets">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>HtmlCollection</code></em></p>
</div></div><h3 id='impl-39' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-39' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fullscreen' class="method"><code id='fullscreen.v'>pub fn <a href='#method.fullscreen' class='fnname'>fullscreen</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>fullscreen</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/fullscreen">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-40' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-40' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fullscreen_enabled' class="method"><code id='fullscreen_enabled.v'>pub fn <a href='#method.fullscreen_enabled' class='fnname'>fullscreen_enabled</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>fullscreenEnabled</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/fullscreenEnabled">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-41' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-41' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onfullscreenchange' class="method"><code id='onfullscreenchange.v'>pub fn <a href='#method.onfullscreenchange' class='fnname'>onfullscreenchange</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onfullscreenchange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onfullscreenchange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-42' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-42' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_onfullscreenchange' class="method"><code id='set_onfullscreenchange.v'>pub fn <a href='#method.set_onfullscreenchange' class='fnname'>set_onfullscreenchange</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onfullscreenchange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onfullscreenchange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-43' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-43' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onfullscreenerror' class="method"><code id='onfullscreenerror.v'>pub fn <a href='#method.onfullscreenerror' class='fnname'>onfullscreenerror</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onfullscreenerror</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onfullscreenerror">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-44' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-44' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_onfullscreenerror' class="method"><code id='set_onfullscreenerror.v'>pub fn <a href='#method.set_onfullscreenerror' class='fnname'>set_onfullscreenerror</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onfullscreenerror</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onfullscreenerror">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-45' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-45' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onpointerlockchange' class="method"><code id='onpointerlockchange.v'>pub fn <a href='#method.onpointerlockchange' class='fnname'>onpointerlockchange</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onpointerlockchange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onpointerlockchange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-46' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-46' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_onpointerlockchange' class="method"><code id='set_onpointerlockchange.v'>pub fn <a href='#method.set_onpointerlockchange' class='fnname'>set_onpointerlockchange</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onpointerlockchange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onpointerlockchange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-47' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-47' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onpointerlockerror' class="method"><code id='onpointerlockerror.v'>pub fn <a href='#method.onpointerlockerror' class='fnname'>onpointerlockerror</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onpointerlockerror</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onpointerlockerror">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-48' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-48' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_onpointerlockerror' class="method"><code id='set_onpointerlockerror.v'>pub fn <a href='#method.set_onpointerlockerror' class='fnname'>set_onpointerlockerror</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onpointerlockerror</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onpointerlockerror">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-49' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-49' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.hidden' class="method"><code id='hidden.v'>pub fn <a href='#method.hidden' class='fnname'>hidden</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>hidden</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/hidden">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-50' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-50' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.visibility_state' class="method"><code id='visibility_state.v'>pub fn <a href='#method.visibility_state' class='fnname'>visibility_state</a>(&amp;self) -&gt; <a class="enum" href="../web_sys/enum.VisibilityState.html" title="enum web_sys::VisibilityState">VisibilityState</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>visibilityState</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>VisibilityState</code></em></p>
</div></div><h3 id='impl-51' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-51' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onvisibilitychange' class="method"><code id='onvisibilitychange.v'>pub fn <a href='#method.onvisibilitychange' class='fnname'>onvisibilitychange</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onvisibilitychange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onvisibilitychange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-52' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-52' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_onvisibilitychange' class="method"><code id='set_onvisibilitychange.v'>pub fn <a href='#method.set_onvisibilitychange' class='fnname'>set_onvisibilitychange</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onvisibilitychange</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onvisibilitychange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-53' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-53' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.selected_style_sheet_set' class="method"><code id='selected_style_sheet_set.v'>pub fn <a href='#method.selected_style_sheet_set' class='fnname'>selected_style_sheet_set</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>selectedStyleSheetSet</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/selectedStyleSheetSet">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-54' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-54' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_selected_style_sheet_set' class="method"><code id='set_selected_style_sheet_set.v'>pub fn <a href='#method.set_selected_style_sheet_set' class='fnname'>set_selected_style_sheet_set</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>selectedStyleSheetSet</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/selectedStyleSheetSet">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-55' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-55' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.last_style_sheet_set' class="method"><code id='last_style_sheet_set.v'>pub fn <a href='#method.last_style_sheet_set' class='fnname'>last_style_sheet_set</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>lastStyleSheetSet</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/lastStyleSheetSet">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-56' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-56' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.preferred_style_sheet_set' class="method"><code id='preferred_style_sheet_set.v'>pub fn <a href='#method.preferred_style_sheet_set' class='fnname'>preferred_style_sheet_set</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>preferredStyleSheetSet</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/preferredStyleSheetSet">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-57' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-57' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.style_sheet_sets' class="method"><code id='style_sheet_sets.v'>pub fn <a href='#method.style_sheet_sets' class='fnname'>style_sheet_sets</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.DomStringList.html" title="struct web_sys::DomStringList">DomStringList</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>styleSheetSets</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/styleSheetSets">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>DomStringList</code></em></p>
</div></div><h3 id='impl-58' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-58' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.scrolling_element' class="method"><code id='scrolling_element.v'>pub fn <a href='#method.scrolling_element' class='fnname'>scrolling_element</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>scrollingElement</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/scrollingElement">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Element</code></em></p>
</div></div><h3 id='impl-59' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-59' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.timeline' class="method"><code id='timeline.v'>pub fn <a href='#method.timeline' class='fnname'>timeline</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.DocumentTimeline.html" title="struct web_sys::DocumentTimeline">DocumentTimeline</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>timeline</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/timeline">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>DocumentTimeline</code></em></p>
</div></div><h3 id='impl-60' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-60' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.root_element' class="method"><code id='root_element.v'>pub fn <a href='#method.root_element' class='fnname'>root_element</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.SvgsvgElement.html" title="struct web_sys::SvgsvgElement">SvgsvgElement</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>rootElement</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/rootElement">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>SvgsvgElement</code></em></p>
</div></div><h3 id='impl-61' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-61' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/oncopy">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-62' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-62' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/oncopy">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-63' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-63' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/oncut">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-64' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-64' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/oncut">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-65' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-65' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpaste">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-66' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-66' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpaste">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-67' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-67' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.active_element' class="method"><code id='active_element.v'>pub fn <a href='#method.active_element' class='fnname'>active_element</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>activeElement</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/activeElement">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Element</code></em></p>
</div></div><h3 id='impl-68' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-68' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.style_sheets' class="method"><code id='style_sheets.v'>pub fn <a href='#method.style_sheets' class='fnname'>style_sheets</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.StyleSheetList.html" title="struct web_sys::StyleSheetList">StyleSheetList</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>styleSheets</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/styleSheets">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>StyleSheetList</code></em></p>
</div></div><h3 id='impl-69' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-69' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.pointer_lock_element' class="method"><code id='pointer_lock_element.v'>pub fn <a href='#method.pointer_lock_element' class='fnname'>pointer_lock_element</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>pointerLockElement</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/pointerLockElement">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Element</code></em></p>
</div></div><h3 id='impl-70' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-70' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fullscreen_element' class="method"><code id='fullscreen_element.v'>pub fn <a href='#method.fullscreen_element' class='fnname'>fullscreen_element</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>fullscreenElement</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/fullscreenElement">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Element</code></em></p>
</div></div><h3 id='impl-71' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-71' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fonts' class="method"><code id='fonts.v'>pub fn <a href='#method.fonts' class='fnname'>fonts</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.FontFaceSet.html" title="struct web_sys::FontFaceSet">FontFaceSet</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>fonts</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/fonts">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>FontFaceSet</code></em></p>
</div></div><h3 id='impl-72' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-72' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onabort">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-73' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-73' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onabort">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-74' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-74' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onblur">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-75' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-75' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onblur">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-76' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-76' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onfocus">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-77' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-77' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onfocus">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-78' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-78' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onauxclick">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-79' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-79' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onauxclick">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-80' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-80' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/oncanplay">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-81' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-81' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/oncanplay">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-82' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-82' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/oncanplaythrough">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-83' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-83' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/oncanplaythrough">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-84' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-84' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onchange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-85' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-85' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onchange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-86' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-86' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onclick">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-87' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-87' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onclick">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-88' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-88' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onclose">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-89' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-89' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onclose">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-90' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-90' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/oncontextmenu">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-91' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-91' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/oncontextmenu">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-92' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-92' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondblclick">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-93' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-93' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondblclick">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-94' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-94' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondrag">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-95' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-95' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondrag">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-96' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-96' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondragend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-97' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-97' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondragend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-98' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-98' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondragenter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-99' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-99' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondragenter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-100' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-100' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondragexit">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-101' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-101' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondragexit">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-102' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-102' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondragleave">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-103' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-103' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondragleave">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-104' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-104' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondragover">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-105' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-105' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondragover">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-106' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-106' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondragstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-107' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-107' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondragstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-108' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-108' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondrop">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-109' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-109' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondrop">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-110' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-110' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondurationchange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-111' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-111' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ondurationchange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-112' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-112' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onemptied">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-113' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-113' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onemptied">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-114' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-114' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onended">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-115' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-115' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onended">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-116' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-116' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/oninput">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-117' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-117' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/oninput">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-118' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-118' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/oninvalid">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-119' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-119' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/oninvalid">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-120' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-120' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onkeydown">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-121' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-121' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onkeydown">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-122' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-122' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onkeypress">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-123' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-123' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onkeypress">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-124' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-124' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onkeyup">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-125' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-125' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onkeyup">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-126' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-126' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onload">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-127' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-127' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onload">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-128' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-128' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onloadeddata">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-129' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-129' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onloadeddata">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-130' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-130' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onloadedmetadata">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-131' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-131' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onloadedmetadata">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-132' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-132' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onloadend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-133' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-133' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onloadend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-134' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-134' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onloadstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-135' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-135' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onloadstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-136' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-136' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onmousedown">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-137' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-137' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onmousedown">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-138' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-138' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onmouseenter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-139' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-139' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onmouseenter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-140' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-140' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onmouseleave">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-141' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-141' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onmouseleave">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-142' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-142' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onmousemove">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-143' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-143' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onmousemove">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-144' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-144' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onmouseout">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-145' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-145' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onmouseout">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-146' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-146' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onmouseover">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-147' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-147' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onmouseover">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-148' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-148' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onmouseup">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-149' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-149' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onmouseup">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-150' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-150' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onwheel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-151' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-151' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onwheel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-152' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-152' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpause">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-153' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-153' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpause">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-154' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-154' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onplay">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-155' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-155' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onplay">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-156' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-156' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onplaying">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-157' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-157' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onplaying">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-158' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-158' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onprogress">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-159' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-159' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onprogress">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-160' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-160' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onratechange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-161' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-161' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onratechange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-162' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-162' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onreset">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-163' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-163' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onreset">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-164' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-164' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onresize">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-165' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-165' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onresize">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-166' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-166' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onscroll">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-167' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-167' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onscroll">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-168' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-168' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onseeked">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-169' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-169' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onseeked">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-170' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-170' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onseeking">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-171' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-171' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onseeking">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-172' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-172' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onselect">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-173' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-173' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onselect">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-174' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-174' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onshow">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-175' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-175' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onshow">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-176' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-176' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onstalled">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-177' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-177' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onstalled">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-178' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-178' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onsubmit">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-179' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-179' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onsubmit">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-180' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-180' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onsuspend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-181' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-181' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onsuspend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-182' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-182' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontimeupdate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-183' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-183' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontimeupdate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-184' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-184' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onvolumechange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-185' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-185' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onvolumechange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-186' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-186' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onwaiting">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-187' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-187' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onwaiting">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-188' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-188' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onselectstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-189' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-189' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onselectstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-190' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-190' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontoggle">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-191' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-191' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontoggle">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-192' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-192' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpointercancel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-193' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-193' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpointercancel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-194' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-194' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpointerdown">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-195' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-195' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpointerdown">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-196' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-196' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpointerup">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-197' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-197' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpointerup">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-198' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-198' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpointermove">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-199' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-199' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpointermove">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-200' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-200' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpointerout">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-201' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-201' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpointerout">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-202' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-202' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpointerover">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-203' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-203' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpointerover">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-204' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-204' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpointerenter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-205' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-205' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpointerenter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-206' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-206' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpointerleave">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-207' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-207' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onpointerleave">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-208' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-208' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ongotpointercapture">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-209' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-209' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ongotpointercapture">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-210' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-210' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onlostpointercapture">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-211' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-211' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onlostpointercapture">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-212' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-212' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onanimationcancel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-213' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-213' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onanimationcancel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-214' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-214' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onanimationend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-215' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-215' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onanimationend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-216' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-216' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onanimationiteration">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-217' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-217' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onanimationiteration">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-218' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-218' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onanimationstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-219' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-219' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onanimationstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-220' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-220' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontransitioncancel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-221' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-221' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontransitioncancel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-222' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-222' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontransitionend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-223' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-223' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontransitionend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-224' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-224' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontransitionrun">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-225' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-225' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontransitionrun">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-226' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-226' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontransitionstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-227' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-227' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontransitionstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-228' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-228' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onwebkitanimationend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-229' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-229' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onwebkitanimationend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-230' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-230' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onwebkitanimationiteration">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-231' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-231' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onwebkitanimationiteration">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-232' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-232' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onwebkitanimationstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-233' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-233' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onwebkitanimationstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-234' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-234' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onwebkittransitionend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-235' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-235' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onwebkittransitionend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-236' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-236' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onerror">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-237' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-237' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/onerror">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-238' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-238' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.children' class="method"><code id='children.v'>pub fn <a href='#method.children' class='fnname'>children</a>(&amp;self) -&gt; <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_Document.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/Document/children">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>HtmlCollection</code></em></p>
</div></div><h3 id='impl-239' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-239' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/firstElementChild">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Element</code></em></p>
</div></div><h3 id='impl-240' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-240' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/lastElementChild">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Element</code></em></p>
</div></div><h3 id='impl-241' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-241' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self) -&gt; <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_Document.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/Document/childElementCount">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-242' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-242' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontouchstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-243' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-243' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontouchstart">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-244' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-244' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontouchend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-245' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-245' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontouchend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-246' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-246' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontouchmove">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-247' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-247' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontouchmove">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-248' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-248' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontouchcancel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-249' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-249' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/ontouchcancel">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-250' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-250' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.new' class="method"><code id='new.v'>pub fn <a href='#method.new' class='fnname'>new</a>() -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>new Document(..)</code> constructor, creating a new instance of <code>Document</code>.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/Document">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-251' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-251' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.adopt_node' class="method"><code id='adopt_node.v'>pub fn <a href='#method.adopt_node' class='fnname'>adopt_node</a>(&amp;self, node: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>adoptNode()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/adoptNode">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-252' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-252' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.caret_position_from_point' class="method"><code id='caret_position_from_point.v'>pub fn <a href='#method.caret_position_from_point' class='fnname'>caret_position_from_point</a>(&amp;self, x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.CaretPosition.html" title="struct web_sys::CaretPosition">CaretPosition</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>caretPositionFromPoint()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/caretPositionFromPoint">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>CaretPosition</code>, <code>Document</code></em></p>
</div></div><h3 id='impl-253' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-253' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_attribute' class="method"><code id='create_attribute.v'>pub fn <a href='#method.create_attribute' class='fnname'>create_attribute</a>(&amp;self, name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createAttribute()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createAttribute">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Attr</code>, <code>Document</code></em></p>
</div></div><h3 id='impl-254' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-254' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_attribute_ns' class="method"><code id='create_attribute_ns.v'>pub fn <a href='#method.create_attribute_ns' class='fnname'>create_attribute_ns</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;namespace: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createAttributeNS()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createAttributeNS">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Attr</code>, <code>Document</code></em></p>
</div></div><h3 id='impl-255' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-255' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_cdata_section' class="method"><code id='create_cdata_section.v'>pub fn <a href='#method.create_cdata_section' class='fnname'>create_cdata_section</a>(&amp;self, data: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.CdataSection.html" title="struct web_sys::CdataSection">CdataSection</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createCDATASection()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createCDATASection">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>CdataSection</code>, <code>Document</code></em></p>
</div></div><h3 id='impl-256' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-256' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_comment' class="method"><code id='create_comment.v'>pub fn <a href='#method.create_comment' class='fnname'>create_comment</a>(&amp;self, data: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="struct" href="../web_sys/struct.Comment.html" title="struct web_sys::Comment">Comment</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createComment()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createComment">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Comment</code>, <code>Document</code></em></p>
</div></div><h3 id='impl-257' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-257' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_document_fragment' class="method"><code id='create_document_fragment.v'>pub fn <a href='#method.create_document_fragment' class='fnname'>create_document_fragment</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.DocumentFragment.html" title="struct web_sys::DocumentFragment">DocumentFragment</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createDocumentFragment()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createDocumentFragment">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>DocumentFragment</code></em></p>
</div></div><h3 id='impl-258' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-258' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_element' class="method"><code id='create_element.v'>pub fn <a href='#method.create_element' class='fnname'>create_element</a>(&amp;self, local_name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createElement()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Element</code></em></p>
</div></div><h3 id='impl-259' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-259' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_element_with_element_creation_options' class="method"><code id='create_element_with_element_creation_options.v'>pub fn <a href='#method.create_element_with_element_creation_options' class='fnname'>create_element_with_element_creation_options</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;local_name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;options: &amp;<a class="struct" href="../web_sys/struct.ElementCreationOptions.html" title="struct web_sys::ElementCreationOptions">ElementCreationOptions</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createElement()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Element</code>, <code>ElementCreationOptions</code></em></p>
</div></div><h3 id='impl-260' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-260' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_element_with_str' class="method"><code id='create_element_with_str.v'>pub fn <a href='#method.create_element_with_str' class='fnname'>create_element_with_str</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;local_name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;options: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createElement()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Element</code></em></p>
</div></div><h3 id='impl-261' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-261' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_element_ns' class="method"><code id='create_element_ns.v'>pub fn <a href='#method.create_element_ns' class='fnname'>create_element_ns</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;namespace: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;qualified_name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createElementNS()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createElementNS">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Element</code></em></p>
</div></div><h3 id='impl-262' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-262' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_element_ns_with_element_creation_options' class="method"><code id='create_element_ns_with_element_creation_options.v'>pub fn <a href='#method.create_element_ns_with_element_creation_options' class='fnname'>create_element_ns_with_element_creation_options</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;namespace: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;qualified_name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;options: &amp;<a class="struct" href="../web_sys/struct.ElementCreationOptions.html" title="struct web_sys::ElementCreationOptions">ElementCreationOptions</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createElementNS()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createElementNS">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Element</code>, <code>ElementCreationOptions</code></em></p>
</div></div><h3 id='impl-263' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-263' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_element_ns_with_str' class="method"><code id='create_element_ns_with_str.v'>pub fn <a href='#method.create_element_ns_with_str' class='fnname'>create_element_ns_with_str</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;namespace: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;qualified_name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;options: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createElementNS()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createElementNS">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Element</code></em></p>
</div></div><h3 id='impl-264' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-264' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_event' class="method"><code id='create_event.v'>pub fn <a href='#method.create_event' class='fnname'>create_event</a>(&amp;self, interface: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.Event.html" title="struct web_sys::Event">Event</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createEvent()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createEvent">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Event</code></em></p>
</div></div><h3 id='impl-265' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-265' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_node_iterator' class="method"><code id='create_node_iterator.v'>pub fn <a href='#method.create_node_iterator' class='fnname'>create_node_iterator</a>(&amp;self, root: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.NodeIterator.html" title="struct web_sys::NodeIterator">NodeIterator</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createNodeIterator()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createNodeIterator">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>NodeIterator</code></em></p>
</div></div><h3 id='impl-266' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-266' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_node_iterator_with_what_to_show' class="method"><code id='create_node_iterator_with_what_to_show.v'>pub fn <a href='#method.create_node_iterator_with_what_to_show' class='fnname'>create_node_iterator_with_what_to_show</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;root: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;what_to_show: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.NodeIterator.html" title="struct web_sys::NodeIterator">NodeIterator</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createNodeIterator()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createNodeIterator">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>NodeIterator</code></em></p>
</div></div><h3 id='impl-267' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-267' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_node_iterator_with_what_to_show_and_filter' class="method"><code id='create_node_iterator_with_what_to_show_and_filter.v'>pub fn <a href='#method.create_node_iterator_with_what_to_show_and_filter' class='fnname'>create_node_iterator_with_what_to_show_and_filter</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;root: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;what_to_show: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;filter: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.NodeFilter.html" title="struct web_sys::NodeFilter">NodeFilter</a>&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.NodeIterator.html" title="struct web_sys::NodeIterator">NodeIterator</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createNodeIterator()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createNodeIterator">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>NodeFilter</code>, <code>NodeIterator</code></em></p>
</div></div><h3 id='impl-268' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-268' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_processing_instruction' class="method"><code id='create_processing_instruction.v'>pub fn <a href='#method.create_processing_instruction' class='fnname'>create_processing_instruction</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.ProcessingInstruction.html" title="struct web_sys::ProcessingInstruction">ProcessingInstruction</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createProcessingInstruction()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createProcessingInstruction">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>ProcessingInstruction</code></em></p>
</div></div><h3 id='impl-269' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-269' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_range' class="method"><code id='create_range.v'>pub fn <a href='#method.create_range' class='fnname'>create_range</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.Range.html" title="struct web_sys::Range">Range</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createRange()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createRange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Range</code></em></p>
</div></div><h3 id='impl-270' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-270' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_text_node' class="method"><code id='create_text_node.v'>pub fn <a href='#method.create_text_node' class='fnname'>create_text_node</a>(&amp;self, data: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="struct" href="../web_sys/struct.Text.html" title="struct web_sys::Text">Text</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createTextNode()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createTextNode">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Text</code></em></p>
</div></div><h3 id='impl-271' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-271' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_tree_walker' class="method"><code id='create_tree_walker.v'>pub fn <a href='#method.create_tree_walker' class='fnname'>create_tree_walker</a>(&amp;self, root: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.TreeWalker.html" title="struct web_sys::TreeWalker">TreeWalker</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createTreeWalker()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createTreeWalker">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>TreeWalker</code></em></p>
</div></div><h3 id='impl-272' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-272' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_tree_walker_with_what_to_show' class="method"><code id='create_tree_walker_with_what_to_show.v'>pub fn <a href='#method.create_tree_walker_with_what_to_show' class='fnname'>create_tree_walker_with_what_to_show</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;root: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;what_to_show: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.TreeWalker.html" title="struct web_sys::TreeWalker">TreeWalker</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createTreeWalker()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createTreeWalker">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>TreeWalker</code></em></p>
</div></div><h3 id='impl-273' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-273' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_tree_walker_with_what_to_show_and_filter' class="method"><code id='create_tree_walker_with_what_to_show_and_filter.v'>pub fn <a href='#method.create_tree_walker_with_what_to_show_and_filter' class='fnname'>create_tree_walker_with_what_to_show_and_filter</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;root: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;what_to_show: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;filter: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.NodeFilter.html" title="struct web_sys::NodeFilter">NodeFilter</a>&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.TreeWalker.html" title="struct web_sys::TreeWalker">TreeWalker</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createTreeWalker()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createTreeWalker">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>NodeFilter</code>, <code>TreeWalker</code></em></p>
</div></div><h3 id='impl-274' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-274' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.enable_style_sheets_for_set' class="method"><code id='enable_style_sheets_for_set.v'>pub fn <a href='#method.enable_style_sheets_for_set' class='fnname'>enable_style_sheets_for_set</a>(&amp;self, name: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>enableStyleSheetsForSet()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/enableStyleSheetsForSet">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-275' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-275' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.exit_fullscreen' class="method"><code id='exit_fullscreen.v'>pub fn <a href='#method.exit_fullscreen' class='fnname'>exit_fullscreen</a>(&amp;self)</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>exitFullscreen()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/exitFullscreen">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-276' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-276' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.exit_pointer_lock' class="method"><code id='exit_pointer_lock.v'>pub fn <a href='#method.exit_pointer_lock' class='fnname'>exit_pointer_lock</a>(&amp;self)</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>exitPointerLock()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/exitPointerLock">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-277' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-277' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_animations' class="method"><code id='get_animations.v'>pub fn <a href='#method.get_animations' class='fnname'>get_animations</a>(&amp;self) -&gt; <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_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getAnimations()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/getAnimations">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-278' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-278' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_element_by_id' class="method"><code id='get_element_by_id.v'>pub fn <a href='#method.get_element_by_id' class='fnname'>get_element_by_id</a>(&amp;self, element_id: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getElementById()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementById">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Element</code></em></p>
</div></div><h3 id='impl-279' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-279' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self, class_names: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <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_Document.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/Document/getElementsByClassName">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>HtmlCollection</code></em></p>
</div></div><h3 id='impl-280' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-280' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_elements_by_name' class="method"><code id='get_elements_by_name.v'>pub fn <a href='#method.get_elements_by_name' class='fnname'>get_elements_by_name</a>(&amp;self, element_name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="struct" href="../web_sys/struct.NodeList.html" title="struct web_sys::NodeList">NodeList</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getElementsByName()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByName">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>NodeList</code></em></p>
</div></div><h3 id='impl-281' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-281' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self, local_name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <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_Document.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/Document/getElementsByTagName">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>HtmlCollection</code></em></p>
</div></div><h3 id='impl-282' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-282' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;namespace: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;local_name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/getElementsByTagNameNS">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>HtmlCollection</code></em></p>
</div></div><h3 id='impl-283' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-283' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_selection' class="method"><code id='get_selection.v'>pub fn <a href='#method.get_selection' class='fnname'>get_selection</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Selection.html" title="struct web_sys::Selection">Selection</a>&gt;, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getSelection()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/getSelection">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Selection</code></em></p>
</div></div><h3 id='impl-284' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-284' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.has_focus' class="method"><code id='has_focus.v'>pub fn <a href='#method.has_focus' class='fnname'>has_focus</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>hasFocus()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/hasFocus">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-285' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-285' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.import_node' class="method"><code id='import_node.v'>pub fn <a href='#method.import_node' class='fnname'>import_node</a>(&amp;self, node: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>importNode()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/importNode">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-286' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-286' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.import_node_with_deep' class="method"><code id='import_node_with_deep.v'>pub fn <a href='#method.import_node_with_deep' class='fnname'>import_node_with_deep</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;node: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;deep: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>importNode()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/importNode">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-287' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-287' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;selectors: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>&gt;, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/querySelector">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Element</code></em></p>
</div></div><h3 id='impl-288' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-288' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self, selectors: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/querySelectorAll">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>NodeList</code></em></p>
</div></div><h3 id='impl-289' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-289' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self)</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/releaseCapture">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-290' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-290' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.element_from_point' class="method"><code id='element_from_point.v'>pub fn <a href='#method.element_from_point' class='fnname'>element_from_point</a>(&amp;self, x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>elementFromPoint()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/elementFromPoint">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Element</code></em></p>
</div></div><h3 id='impl-291' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-291' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.elements_from_point' class="method"><code id='elements_from_point.v'>pub fn <a href='#method.elements_from_point' class='fnname'>elements_from_point</a>(&amp;self, x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>) -&gt; <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_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>elementsFromPoint()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/elementsFromPoint">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-292' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-292' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;point: &amp;<a class="struct" href="../web_sys/struct.DomPointInit.html" title="struct web_sys::DomPointInit">DomPointInit</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Text.html" title="struct web_sys::Text">Text</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/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>Text</code></em></p>
</div></div><h3 id='impl-293' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-293' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;point: &amp;<a class="struct" href="../web_sys/struct.DomPointInit.html" title="struct web_sys::DomPointInit">DomPointInit</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/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><h3 id='impl-294' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-294' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;point: &amp;<a class="struct" href="../web_sys/struct.DomPointInit.html" title="struct web_sys::DomPointInit">DomPointInit</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/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></em></p>
</div></div><h3 id='impl-295' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-295' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;point: &amp;<a class="struct" href="../web_sys/struct.DomPointInit.html" title="struct web_sys::DomPointInit">DomPointInit</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Text.html" title="struct web_sys::Text">Text</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;options: &amp;<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/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>Text</code></em></p>
</div></div><h3 id='impl-296' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-296' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;point: &amp;<a class="struct" href="../web_sys/struct.DomPointInit.html" title="struct web_sys::DomPointInit">DomPointInit</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;options: &amp;<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/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><h3 id='impl-297' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-297' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;point: &amp;<a class="struct" href="../web_sys/struct.DomPointInit.html" title="struct web_sys::DomPointInit">DomPointInit</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;options: &amp;<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/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></em></p>
</div></div><h3 id='impl-298' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-298' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;quad: &amp;<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Text.html" title="struct web_sys::Text">Text</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/convertQuadFromNode">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>DomQuad</code>, <code>Text</code></em></p>
</div></div><h3 id='impl-299' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-299' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;quad: &amp;<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/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><h3 id='impl-300' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-300' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;quad: &amp;<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/convertQuadFromNode">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>DomQuad</code></em></p>
</div></div><h3 id='impl-301' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-301' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;quad: &amp;<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Text.html" title="struct web_sys::Text">Text</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;options: &amp;<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/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>Text</code></em></p>
</div></div><h3 id='impl-302' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-302' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;quad: &amp;<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;options: &amp;<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/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><h3 id='impl-303' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-303' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;quad: &amp;<a class="struct" href="../web_sys/struct.DomQuad.html" title="struct web_sys::DomQuad">DomQuad</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;options: &amp;<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/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></em></p>
</div></div><h3 id='impl-304' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-304' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;rect: &amp;<a class="struct" href="../web_sys/struct.DomRectReadOnly.html" title="struct web_sys::DomRectReadOnly">DomRectReadOnly</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Text.html" title="struct web_sys::Text">Text</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/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>Text</code></em></p>
</div></div><h3 id='impl-305' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-305' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;rect: &amp;<a class="struct" href="../web_sys/struct.DomRectReadOnly.html" title="struct web_sys::DomRectReadOnly">DomRectReadOnly</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/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><h3 id='impl-306' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-306' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;rect: &amp;<a class="struct" href="../web_sys/struct.DomRectReadOnly.html" title="struct web_sys::DomRectReadOnly">DomRectReadOnly</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/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></em></p>
</div></div><h3 id='impl-307' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-307' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;rect: &amp;<a class="struct" href="../web_sys/struct.DomRectReadOnly.html" title="struct web_sys::DomRectReadOnly">DomRectReadOnly</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Text.html" title="struct web_sys::Text">Text</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;options: &amp;<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/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>Text</code></em></p>
</div></div><h3 id='impl-308' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-308' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;rect: &amp;<a class="struct" href="../web_sys/struct.DomRectReadOnly.html" title="struct web_sys::DomRectReadOnly">DomRectReadOnly</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;options: &amp;<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/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><h3 id='impl-309' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-309' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;rect: &amp;<a class="struct" href="../web_sys/struct.DomRectReadOnly.html" title="struct web_sys::DomRectReadOnly">DomRectReadOnly</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: &amp;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;options: &amp;<a class="struct" href="../web_sys/struct.ConvertCoordinateOptions.html" title="struct web_sys::ConvertCoordinateOptions">ConvertCoordinateOptions</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/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></em></p>
</div></div><h3 id='impl-310' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-310' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/getBoxQuads">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-311' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-311' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;options: &amp;<a class="struct" href="../web_sys/struct.BoxQuadOptions.html" title="struct web_sys::BoxQuadOptions">BoxQuadOptions</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="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>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/getBoxQuads">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>BoxQuadOptions</code>, <code>Document</code></em></p>
</div></div><h3 id='impl-312' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-312' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self, nodes: &amp;<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-313' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-313' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-314' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-314' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self, nodes_1: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-315' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-315' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-316' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-316' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-317' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-317' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_4: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-318' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-318' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_4: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_5: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-319' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-319' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_4: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_5: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_6: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-320' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-320' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_4: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_5: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_6: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_7: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-321' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-321' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self, nodes: &amp;<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-322' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-322' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-323' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-323' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self, nodes_1: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-324' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-324' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-325' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-325' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-326' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-326' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_4: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-327' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-327' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_4: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_5: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-328' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-328' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_4: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_5: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_6: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-329' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-329' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_4: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_5: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_6: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_7: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/append">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-330' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-330' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self, nodes: &amp;<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-331' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-331' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-332' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-332' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self, nodes_1: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-333' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-333' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-334' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-334' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-335' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-335' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_4: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-336' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-336' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_4: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_5: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-337' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-337' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_4: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_5: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_6: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-338' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-338' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_4: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_5: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_6: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_7: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-339' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-339' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self, nodes: &amp;<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-340' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-340' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-341' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-341' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>(&amp;self, nodes_1: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-342' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-342' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-343' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-343' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-344' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-344' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_4: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-345' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-345' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_4: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_5: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-346' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-346' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_4: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_5: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_6: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-347' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-347' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><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>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_1: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_2: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_3: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_4: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_5: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_6: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;nodes_7: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.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/Document/prepend">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-348' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-348' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_expression' class="method"><code id='create_expression.v'>pub fn <a href='#method.create_expression' class='fnname'>create_expression</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;expression: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.XPathExpression.html" title="struct web_sys::XPathExpression">XPathExpression</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createExpression()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createExpression">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>XPathExpression</code></em></p>
</div></div><h3 id='impl-349' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-349' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_expression_with_opt_callback' class="method"><code id='create_expression_with_opt_callback.v'>pub fn <a href='#method.create_expression_with_opt_callback' class='fnname'>create_expression_with_opt_callback</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;expression: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;resolver: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.XPathExpression.html" title="struct web_sys::XPathExpression">XPathExpression</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createExpression()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createExpression">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>XPathExpression</code></em></p>
</div></div><h3 id='impl-350' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-350' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_expression_with_opt_x_path_ns_resolver' class="method"><code id='create_expression_with_opt_x_path_ns_resolver.v'>pub fn <a href='#method.create_expression_with_opt_x_path_ns_resolver' class='fnname'>create_expression_with_opt_x_path_ns_resolver</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;expression: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;resolver: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.XPathNsResolver.html" title="struct web_sys::XPathNsResolver">XPathNsResolver</a>&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.XPathExpression.html" title="struct web_sys::XPathExpression">XPathExpression</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createExpression()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createExpression">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>XPathExpression</code>, <code>XPathNsResolver</code></em></p>
</div></div><h3 id='impl-351' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-351' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_ns_resolver' class="method"><code id='create_ns_resolver.v'>pub fn <a href='#method.create_ns_resolver' class='fnname'>create_ns_resolver</a>(&amp;self, node_resolver: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>) -&gt; <a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createNSResolver()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/createNSResolver">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code></em></p>
</div></div><h3 id='impl-352' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-352' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.evaluate' class="method"><code id='evaluate.v'>pub fn <a href='#method.evaluate' class='fnname'>evaluate</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;expression: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;context_node: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.XPathResult.html" title="struct web_sys::XPathResult">XPathResult</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>evaluate()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/evaluate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>XPathResult</code></em></p>
</div></div><h3 id='impl-353' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-353' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.evaluate_with_opt_callback' class="method"><code id='evaluate_with_opt_callback.v'>pub fn <a href='#method.evaluate_with_opt_callback' class='fnname'>evaluate_with_opt_callback</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;expression: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;context_node: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;resolver: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.XPathResult.html" title="struct web_sys::XPathResult">XPathResult</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>evaluate()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/evaluate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>XPathResult</code></em></p>
</div></div><h3 id='impl-354' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-354' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.evaluate_with_opt_x_path_ns_resolver' class="method"><code id='evaluate_with_opt_x_path_ns_resolver.v'>pub fn <a href='#method.evaluate_with_opt_x_path_ns_resolver' class='fnname'>evaluate_with_opt_x_path_ns_resolver</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;expression: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;context_node: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;resolver: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.XPathNsResolver.html" title="struct web_sys::XPathNsResolver">XPathNsResolver</a>&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.XPathResult.html" title="struct web_sys::XPathResult">XPathResult</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>evaluate()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/evaluate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>XPathNsResolver</code>, <code>XPathResult</code></em></p>
</div></div><h3 id='impl-355' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-355' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.evaluate_with_opt_callback_and_type' class="method"><code id='evaluate_with_opt_callback_and_type.v'>pub fn <a href='#method.evaluate_with_opt_callback_and_type' class='fnname'>evaluate_with_opt_callback_and_type</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;expression: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;context_node: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;resolver: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.XPathResult.html" title="struct web_sys::XPathResult">XPathResult</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>evaluate()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/evaluate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>XPathResult</code></em></p>
</div></div><h3 id='impl-356' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-356' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.evaluate_with_opt_x_path_ns_resolver_and_type' class="method"><code id='evaluate_with_opt_x_path_ns_resolver_and_type.v'>pub fn <a href='#method.evaluate_with_opt_x_path_ns_resolver_and_type' class='fnname'>evaluate_with_opt_x_path_ns_resolver_and_type</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;expression: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;context_node: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;resolver: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.XPathNsResolver.html" title="struct web_sys::XPathNsResolver">XPathNsResolver</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.XPathResult.html" title="struct web_sys::XPathResult">XPathResult</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>evaluate()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/evaluate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>XPathNsResolver</code>, <code>XPathResult</code></em></p>
</div></div><h3 id='impl-357' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-357' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.evaluate_with_opt_callback_and_type_and_result' class="method"><code id='evaluate_with_opt_callback_and_type_and_result.v'>pub fn <a href='#method.evaluate_with_opt_callback_and_type_and_result' class='fnname'>evaluate_with_opt_callback_and_type_and_result</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;expression: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;context_node: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;resolver: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;result: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a>&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.XPathResult.html" title="struct web_sys::XPathResult">XPathResult</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>evaluate()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/evaluate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>XPathResult</code></em></p>
</div></div><h3 id='impl-358' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-358' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.evaluate_with_opt_x_path_ns_resolver_and_type_and_result' class="method"><code id='evaluate_with_opt_x_path_ns_resolver_and_type_and_result.v'>pub fn <a href='#method.evaluate_with_opt_x_path_ns_resolver_and_type_and_result' class='fnname'>evaluate_with_opt_x_path_ns_resolver_and_type_and_result</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;expression: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;context_node: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;resolver: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.XPathNsResolver.html" title="struct web_sys::XPathNsResolver">XPathNsResolver</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;result: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a>&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.XPathResult.html" title="struct web_sys::XPathResult">XPathResult</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>evaluate()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/evaluate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>XPathNsResolver</code>, <code>XPathResult</code></em></p>
</div></div><h2 id='deref-methods' class='small-section-header'>Methods from <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>&lt;Target = <a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>&gt;<a href='#deref-methods' class='anchor'></a></h2><div class='impl-items'><h4 id='method.node_type' class="method"><code id='node_type.v'>pub fn <a href='#method.node_type' class='fnname'>node_type</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>nodeType</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeType">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.node_name' class="method"><code id='node_name.v'>pub fn <a href='#method.node_name' class='fnname'>node_name</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>nodeName</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeName">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.base_uri' class="method"><code id='base_uri.v'>pub fn <a href='#method.base_uri' class='fnname'>base_uri</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>baseURI</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/baseURI">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.is_connected' class="method"><code id='is_connected.v'>pub fn <a href='#method.is_connected' class='fnname'>is_connected</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>isConnected</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/isConnected">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.owner_document' class="method"><code id='owner_document.v'>pub fn <a href='#method.owner_document' class='fnname'>owner_document</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ownerDocument</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/ownerDocument">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Document</code>, <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.parent_node' class="method"><code id='parent_node.v'>pub fn <a href='#method.parent_node' class='fnname'>parent_node</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>parentNode</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/parentNode">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.parent_element' class="method"><code id='parent_element.v'>pub fn <a href='#method.parent_element' class='fnname'>parent_element</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>parentElement</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/parentElement">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Element</code>, <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.child_nodes' class="method"><code id='child_nodes.v'>pub fn <a href='#method.child_nodes' class='fnname'>child_nodes</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.NodeList.html" title="struct web_sys::NodeList">NodeList</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>childNodes</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/childNodes">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code>, <code>NodeList</code></em></p>
</div></div><div class='impl-items'><h4 id='method.first_child' class="method"><code id='first_child.v'>pub fn <a href='#method.first_child' class='fnname'>first_child</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>firstChild</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/firstChild">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.last_child' class="method"><code id='last_child.v'>pub fn <a href='#method.last_child' class='fnname'>last_child</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>lastChild</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/lastChild">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.previous_sibling' class="method"><code id='previous_sibling.v'>pub fn <a href='#method.previous_sibling' class='fnname'>previous_sibling</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>previousSibling</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/previousSibling">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.next_sibling' class="method"><code id='next_sibling.v'>pub fn <a href='#method.next_sibling' class='fnname'>next_sibling</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>nextSibling</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/nextSibling">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.node_value' class="method"><code id='node_value.v'>pub fn <a href='#method.node_value' class='fnname'>node_value</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>nodeValue</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeValue">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_node_value' class="method"><code id='set_node_value.v'>pub fn <a href='#method.set_node_value' class='fnname'>set_node_value</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>nodeValue</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeValue">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.text_content' class="method"><code id='text_content.v'>pub fn <a href='#method.text_content' class='fnname'>text_content</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>textContent</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/textContent">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_text_content' class="method"><code id='set_text_content.v'>pub fn <a href='#method.set_text_content' class='fnname'>set_text_content</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>textContent</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/textContent">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.append_child' class="method"><code id='append_child.v'>pub fn <a href='#method.append_child' class='fnname'>append_child</a>(&amp;self, node: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>appendChild()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/appendChild">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.clone_node' class="method"><code id='clone_node.v'>pub fn <a href='#method.clone_node' class='fnname'>clone_node</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>cloneNode()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/cloneNode">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.clone_node_with_deep' class="method"><code id='clone_node_with_deep.v'>pub fn <a href='#method.clone_node_with_deep' class='fnname'>clone_node_with_deep</a>(&amp;self, deep: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>cloneNode()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/cloneNode">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.compare_document_position' class="method"><code id='compare_document_position.v'>pub fn <a href='#method.compare_document_position' class='fnname'>compare_document_position</a>(&amp;self, other: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>compareDocumentPosition()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/compareDocumentPosition">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.contains' class="method"><code id='contains.v'>pub fn <a href='#method.contains' class='fnname'>contains</a>(&amp;self, other: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>&gt;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>contains()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/contains">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.get_root_node' class="method"><code id='get_root_node.v'>pub fn <a href='#method.get_root_node' class='fnname'>get_root_node</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getRootNode()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/getRootNode">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.get_root_node_with_options' class="method"><code id='get_root_node_with_options.v'>pub fn <a href='#method.get_root_node_with_options' class='fnname'>get_root_node_with_options</a>(&amp;self, options: &amp;<a class="struct" href="../web_sys/struct.GetRootNodeOptions.html" title="struct web_sys::GetRootNodeOptions">GetRootNodeOptions</a>) -&gt; <a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getRootNode()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/getRootNode">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>GetRootNodeOptions</code>, <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.has_child_nodes' class="method"><code id='has_child_nodes.v'>pub fn <a href='#method.has_child_nodes' class='fnname'>has_child_nodes</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>hasChildNodes()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/hasChildNodes">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.insert_before' class="method"><code id='insert_before.v'>pub fn <a href='#method.insert_before' class='fnname'>insert_before</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;node: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;child: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>insertBefore()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/insertBefore">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.is_default_namespace' class="method"><code id='is_default_namespace.v'>pub fn <a href='#method.is_default_namespace' class='fnname'>is_default_namespace</a>(&amp;self, namespace: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>isDefaultNamespace()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/isDefaultNamespace">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.is_equal_node' class="method"><code id='is_equal_node.v'>pub fn <a href='#method.is_equal_node' class='fnname'>is_equal_node</a>(&amp;self, node: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>&gt;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>isEqualNode()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/isEqualNode">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.is_same_node' class="method"><code id='is_same_node.v'>pub fn <a href='#method.is_same_node' class='fnname'>is_same_node</a>(&amp;self, node: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>&gt;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>isSameNode()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/isSameNode">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.lookup_namespace_uri' class="method"><code id='lookup_namespace_uri.v'>pub fn <a href='#method.lookup_namespace_uri' class='fnname'>lookup_namespace_uri</a>(&amp;self, prefix: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>lookupNamespaceURI()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/lookupNamespaceURI">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.lookup_prefix' class="method"><code id='lookup_prefix.v'>pub fn <a href='#method.lookup_prefix' class='fnname'>lookup_prefix</a>(&amp;self, namespace: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>lookupPrefix()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/lookupPrefix">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.normalize' class="method"><code id='normalize.v'>pub fn <a href='#method.normalize' class='fnname'>normalize</a>(&amp;self)</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>normalize()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/normalize">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.remove_child' class="method"><code id='remove_child.v'>pub fn <a href='#method.remove_child' class='fnname'>remove_child</a>(&amp;self, child: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>removeChild()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/removeChild">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='method.replace_child' class="method"><code id='replace_child.v'>pub fn <a href='#method.replace_child' class='fnname'>replace_child</a>(&amp;self, node: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, child: &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>replaceChild()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Node/replaceChild">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>Node</code></em></p>
</div></div><div class='impl-items'><h4 id='associatedconstant.ELEMENT_NODE' class="associatedconstant"><code id='ELEMENT_NODE.v'>pub const <a href='#associatedconstant.ELEMENT_NODE' class="constant"><b>ELEMENT_NODE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#254' title='goto source code'>[src]</a></h4><h4 id='associatedconstant.ATTRIBUTE_NODE' class="associatedconstant"><code id='ATTRIBUTE_NODE.v'>pub const <a href='#associatedconstant.ATTRIBUTE_NODE' class="constant"><b>ATTRIBUTE_NODE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#258' title='goto source code'>[src]</a></h4><h4 id='associatedconstant.TEXT_NODE' class="associatedconstant"><code id='TEXT_NODE.v'>pub const <a href='#associatedconstant.TEXT_NODE' class="constant"><b>TEXT_NODE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#262' title='goto source code'>[src]</a></h4><h4 id='associatedconstant.CDATA_SECTION_NODE' class="associatedconstant"><code id='CDATA_SECTION_NODE.v'>pub const <a href='#associatedconstant.CDATA_SECTION_NODE' class="constant"><b>CDATA_SECTION_NODE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#266' title='goto source code'>[src]</a></h4><h4 id='associatedconstant.ENTITY_REFERENCE_NODE' class="associatedconstant"><code id='ENTITY_REFERENCE_NODE.v'>pub const <a href='#associatedconstant.ENTITY_REFERENCE_NODE' class="constant"><b>ENTITY_REFERENCE_NODE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#270' title='goto source code'>[src]</a></h4><h4 id='associatedconstant.ENTITY_NODE' class="associatedconstant"><code id='ENTITY_NODE.v'>pub const <a href='#associatedconstant.ENTITY_NODE' class="constant"><b>ENTITY_NODE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#274' title='goto source code'>[src]</a></h4><h4 id='associatedconstant.PROCESSING_INSTRUCTION_NODE' class="associatedconstant"><code id='PROCESSING_INSTRUCTION_NODE.v'>pub const <a href='#associatedconstant.PROCESSING_INSTRUCTION_NODE' class="constant"><b>PROCESSING_INSTRUCTION_NODE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#278' title='goto source code'>[src]</a></h4><h4 id='associatedconstant.COMMENT_NODE' class="associatedconstant"><code id='COMMENT_NODE.v'>pub const <a href='#associatedconstant.COMMENT_NODE' class="constant"><b>COMMENT_NODE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#282' title='goto source code'>[src]</a></h4><h4 id='associatedconstant.DOCUMENT_NODE' class="associatedconstant"><code id='DOCUMENT_NODE.v'>pub const <a href='#associatedconstant.DOCUMENT_NODE' class="constant"><b>DOCUMENT_NODE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_Node.rs.html#286' title='goto source code'>[src]</a></h4><h4 id='associatedconstant.DOCUMENT_TYPE_NODE' class="associatedconstant"><code id='DOCUMENT_TYPE_NODE.v'>pub const <a href='#associatedconstant.DOCUMENT_TYPE_NODE' class="constant"><b>DOCUMENT_TYPE_NODE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/
</div></div><h3 id='impl-AsRef%3CDocument%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>&lt;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlDocument.html" title="struct web_sys::HtmlDocument">HtmlDocument</a></code><a href='#impl-AsRef%3CDocument%3E-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlDocument.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-5' class="method hidden"><code id='as_ref.v-5'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlDocument.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%3CDocument%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>&lt;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>&gt; for <a class="struct" href="../web_sys/struct.XmlDocument.html" title="struct web_sys::XmlDocument">XmlDocument</a></code><a href='#impl-AsRef%3CDocument%3E-2' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_XmlDocument.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-6' class="method hidden"><code id='as_ref.v-6'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a class='srclink' href='../src/web_sys/features/gen_XmlDocument.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CEventTarget%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a>&gt; for <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-AsRef%3CEventTarget%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-3' class="method hidden"><code id='as_ref.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CJsValue%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt; for <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-AsRef%3CJsValue%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref' class="method hidden"><code id='as_ref.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CNode%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>&gt; for <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-AsRef%3CNode%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-2' class="method hidden"><code id='as_ref.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CObject%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a>&gt; for <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-AsRef%3CObject%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-4' class="method hidden"><code id='as_ref.v-4'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.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.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-Clone' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.clone' class="method hidden"><code id='clone.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
</div><h4 id='method.clone_from' class="method hidden"><code id='clone_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&amp;mut self, source: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self)</code><span class='since' title='Stable since Rust version 1.0.0'>1.0.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/clone.rs.html#131-133' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
</div></div><h3 id='impl-Debug' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-Debug' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt' class="method hidden"><code id='fmt.v'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -&gt; <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.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.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-Deref' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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.Node.html" title="struct web_sys::Node">Node</a></code></h4><div class='docblock'><p>The resulting type after dereferencing.</p>
</div><h4 id='method.deref' class="method hidden"><code id='deref.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html#tymethod.deref' class='fnname'>deref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.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.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-Eq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-From%3CDocument%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>&gt; for <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a href='#impl-From%3CDocument%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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.Document.html" title="struct web_sys::Document">Document</a>) -&gt; <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.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%3CDocument%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>&gt; for <a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a></code><a href='#impl-From%3CDocument%3E-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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.Document.html" title="struct web_sys::Document">Document</a>) -&gt; <a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.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%3CDocument%3E-2' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>&gt; for <a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a></code><a href='#impl-From%3CDocument%3E-2' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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.Document.html" title="struct web_sys::Document">Document</a>) -&gt; <a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.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%3CDocument%3E-3' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>&gt; for <a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a href='#impl-From%3CDocument%3E-3' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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.Document.html" title="struct web_sys::Document">Document</a>) -&gt; <a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.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%3CHtmlDocument%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.HtmlDocument.html" title="struct web_sys::HtmlDocument">HtmlDocument</a>&gt; for <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-From%3CHtmlDocument%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlDocument.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.HtmlDocument.html" title="struct web_sys::HtmlDocument">HtmlDocument</a>) -&gt; <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlDocument.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CJsValue%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt; for <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-From%3CJsValue%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from' class="method hidden"><code id='from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.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%3CXmlDocument%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.XmlDocument.html" title="struct web_sys::XmlDocument">XmlDocument</a>&gt; for <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-From%3CXmlDocument%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_XmlDocument.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.XmlDocument.html" title="struct web_sys::XmlDocument">XmlDocument</a>) -&gt; <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a class='srclink' href='../src/web_sys/features/gen_XmlDocument.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.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-FromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-1' class="type"><code id='Abi.t-1'>type <a href='../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html" title="trait wasm_bindgen::convert::traits::FromWasmAbi">FromWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::FromWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type that this converts from when coming back out from the ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi">Read more</a></p>
</div><h4 id='method.from_abi' class="method hidden"><code id='from_abi.v'>unsafe fn <a href='../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#tymethod.from_abi' class='fnname'>from_abi</a>(js: Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::FromWasmAbi::Abi">Abi</a>) -&gt; Self</code><a class='srclink' href='../src/web_sys/features/gen_Document.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.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-IntoWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-2' class="type"><code id='Abi.t-2'>type <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type that this converts into when crossing the ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi">Read more</a></p>
</div><h4 id='method.into_abi' class="method hidden"><code id='into_abi.v'>fn <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi' class='fnname'>into_abi</a>(self) -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert <code>self</code> into <code>Self::Abi</code> so that it can be sent across the wasm ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi">Read more</a></p>
</div></div><h3 id='impl-IntoWasmAbi-1' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a> for &amp;'a <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-IntoWasmAbi-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-3' class="type"><code id='Abi.t-3'>type <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;&amp;'a <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type that this converts into when crossing the ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi">Read more</a></p>
</div><h4 id='method.into_abi-1' class="method hidden"><code id='into_abi.v-1'>fn <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi' class='fnname'>into_abi</a>(self) -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.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.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-JsCast' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.instanceof' class="method hidden"><code id='instanceof.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#tymethod.instanceof' class='fnname'>instanceof</a>(val: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic <code>instanceof</code> check to see whether the <code>JsValue</code> provided is an instance of this type. <a href="../wasm_bindgen/cast/trait.JsCast.html#tymethod.instanceof">Read more</a></p>
</div><h4 id='method.unchecked_from_js' class="method hidden"><code id='unchecked_from_js.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js' class='fnname'>unchecked_from_js</a>(val: <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; Self</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked conversion from a <code>JsValue</code> into an instance of <code>Self</code> <a href="../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js">Read more</a></p>
</div><h4 id='method.unchecked_from_js_ref' class="method hidden"><code id='unchecked_from_js_ref.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js_ref' class='fnname'>unchecked_from_js_ref</a>(val: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self</code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked conversion from a <code>&amp;JsValue</code> into an instance of <code>&amp;Self</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js_ref">Read more</a></p>
</div><h4 id='method.has_type' class="method hidden"><code id='has_type.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.has_type' class='fnname'>has_type</a>&lt;T&gt;(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#30-35' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Test whether this JS value has a type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.has_type">Read more</a></p>
</div><h4 id='method.dyn_into' class="method hidden"><code id='dyn_into.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.dyn_into' class='fnname'>dyn_into</a>&lt;T&gt;(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, Self&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#43-52' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic cast (checked at runtime) of this value into the target type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.dyn_into">Read more</a></p>
</div><h4 id='method.dyn_ref' class="method hidden"><code id='dyn_ref.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.dyn_ref' class='fnname'>dyn_ref</a>&lt;T&gt;(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#60-69' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic cast (checked at runtime) of this value into the target type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.dyn_ref">Read more</a></p>
</div><h4 id='method.unchecked_into' class="method hidden"><code id='unchecked_into.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_into' class='fnname'>unchecked_into</a>&lt;T&gt;(self) -&gt; T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#78-83' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked cast into the specified type. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_into">Read more</a></p>
</div><h4 id='method.unchecked_ref' class="method hidden"><code id='unchecked_ref.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_ref' class='fnname'>unchecked_ref</a>&lt;T&gt;(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#96-101' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked cast into a reference to the specified type. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_ref">Read more</a></p>
</div><h4 id='method.is_instance_of' class="method hidden"><code id='is_instance_of.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.is_instance_of' class='fnname'>is_instance_of</a>&lt;T&gt;(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#112-117' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Test whether this JS value is an instance of the type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.is_instance_of">Read more</a></p>
</div><h4 id='method.is_type_of' class="method hidden"><code id='is_type_of.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.is_type_of' class='fnname'>is_type_of</a>(val: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#136-138' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic check to see whether the <code>JsValue</code> provided is a value of this type. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.is_type_of">Read more</a></p>
</div></div><h3 id='impl-OptionFromWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.OptionFromWasmAbi.html" title="trait wasm_bindgen::convert::traits::OptionFromWasmAbi">OptionFromWasmAbi</a> for <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-OptionFromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.is_none' class="method hidden"><code id='is_none.v'>fn <a href='../wasm_bindgen/convert/traits/trait.OptionFromWasmAbi.html#tymethod.is_none' class='fnname'>is_none</a>(abi: &amp;Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::FromWasmAbi::Abi">Abi</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Tests whether the argument is a &quot;none&quot; instance. If so it will be deserialized as <code>None</code>, and otherwise it will be passed to <code>FromWasmAbi</code>. <a href="../wasm_bindgen/convert/traits/trait.OptionFromWasmAbi.html#tymethod.is_none">Read more</a></p>
</div></div><h3 id='impl-OptionIntoWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::OptionIntoWasmAbi">OptionIntoWasmAbi</a> for <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-OptionIntoWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.none' class="method hidden"><code id='none.v'>fn <a href='../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none' class='fnname'>none</a>() -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an ABI instance indicating &quot;none&quot;, which JS will interpret as the <code>None</code> branch of this option. <a href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none">Read more</a></p>
</div></div><h3 id='impl-OptionIntoWasmAbi-1' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::OptionIntoWasmAbi">OptionIntoWasmAbi</a> for &amp;'a <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-OptionIntoWasmAbi-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.none-1' class="method hidden"><code id='none.v-1'>fn <a href='../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none' class='fnname'>none</a>() -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an ABI instance indicating &quot;none&quot;, which JS will interpret as the <code>None</code> branch of this option. <a href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none">Read more</a></p>
</div></div><h3 id='impl-PartialEq%3CDocument%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a>&lt;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>&gt; for <a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-PartialEq%3CDocument%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.eq' class="method hidden"><code id='eq.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&amp;self, other: &amp;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
</div><h4 id='method.ne' class="method hidden"><code id='ne.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&amp;self, other: &amp;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.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.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-RefFromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi' class="type"><code id='Abi.t'>type <a href='../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html" title="trait wasm_bindgen::convert::traits::RefFromWasmAbi">RefFromWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::RefFromWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type references to <code>Self</code> are recovered from.</p>
</div><h4 id='associatedtype.Anchor' class="type"><code id='Anchor.t'>type <a href='../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Anchor' class="type">Anchor</a> = <a class="struct" href="https://doc.rust-lang.org/nightly/core/mem/manually_drop/struct.ManuallyDrop.html" title="struct core::mem::manually_drop::ManuallyDrop">ManuallyDrop</a>&lt;<a class="struct" href="../web_sys/struct.Document.html" title="struct web_sys::Document">Document</a>&gt;</code></h4><div class='docblock'><p>The type that holds the reference to <code>Self</code> for the duration of the invocation of the function that has an <code>&amp;Self</code> parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. <a href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Anchor">Read more</a></p>
</div><h4 id='method.ref_from_abi' class="method hidden"><code id='ref_from_abi.v'>unsafe fn <a href='../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#tymethod.ref_from_abi' class='fnname'>ref_from_abi</a>(js: Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::RefFromWasmAbi::Abi">Abi</a>) -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Anchor" title="type wasm_bindgen::convert::traits::RefFromWasmAbi::Anchor">Anchor</a></code><a class='srclink' href='../src/web_sys/features/gen_Document.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.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-StructuralEq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-StructuralPartialEq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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.Document.html" title="struct web_sys::Document">Document</a></code><a href='#impl-WasmDescribe' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_Document.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_Document.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.Document.html" title="struct web_sys::Document">Document</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.Document.html" title="struct web_sys::Document">Document</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.Document.html" title="struct web_sys::Document">Document</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.Document.html" title="struct web_sys::Document">Document</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.Document.html" title="struct web_sys::Document">Document</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-implementations-list'><h3 id='impl-Any' class='impl'><code c
</div></div><h3 id='impl-Borrow%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-Borrow%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#213-217' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow' class="method hidden"><code id='borrow.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow' class='fnname'>borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214-216' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3 id='impl-BorrowMut%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-BorrowMut%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#220-224' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow_mut' class="method hidden"><code id='borrow_mut.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut' class='fnname'>borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#221-223' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div><h3 id='impl-From%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</code><a href='#impl-From%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#565-569' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-7' class="method hidden"><code id='from.v-7'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(t: T) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#566-568' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-Into%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-Into%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#554-561' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.into' class="method hidden"><code id='into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into' class='fnname'>into</a>(self) -&gt; U</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#558-560' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-ReturnWasmAbi' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html" title="trait wasm_bindgen::convert::traits::ReturnWasmAbi">ReturnWasmAbi</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>,&nbsp;</span></code><a href='#impl-ReturnWasmAbi' class='anchor'></a><a class='srclink' href='../src/wasm_bindgen/convert/traits.rs.html#122-129' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-4' class="type"><code id='Abi.t-4'>type <a href='../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;T as <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>Same as <code>IntoWasmAbi::Abi</code></p>
</div><h4 id='method.return_abi' class="method hidden"><code id='return_abi.v'>fn <a href='../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#tymethod.return_abi' class='fnname'>return_abi</a>(self) -&gt; &lt;T as <a class="trait" href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html" title="trait wasm_bindgen::convert::traits::ReturnWasmAbi">ReturnWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::ReturnWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/wasm_bindgen/convert/traits.rs.html#126-128' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Same as <code>IntoWasmAbi::into_abi</code>, except that it may throw and never return in the case of <code>Err</code>. <a href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#tymethod.return_abi">Read more</a></p>
</div></div><h3 id='impl-ToOwned' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,&nbsp;</span></code><a href='#impl-ToOwned' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#80-92' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Owned' class="type"><code id='Owned.t'>type <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned' class="type">Owned</a> = T</code></h4><div class='docblock'><p>The resulting type after obtaining ownership.</p>
</div><h4 id='method.to_owned' class="method hidden"><code id='to_owned.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned' class='fnname'>to_owned</a>(&amp;self) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#85-87' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
</div><h4 id='method.clone_into' class="method hidden"><code id='clone_into.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into' class='fnname'>clone_into</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T)</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#89-91' title='goto source code'>[src]</a></h4><div class='stability hidden'><div class='stab unstable'><details><summary><span class='emoji'>🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</summary><p>recently added</p>
</details></div></div><div class='docblock hidden'><p>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
</div></div><h3 id='impl-TryFrom%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryFrom%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#602-611' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error' class="type"><code id='Error.t'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_from' class="method hidden"><code id='try_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#608-610' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-TryInto%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryInto%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#588-597' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-1' class="type"><code id='Error.t-1'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error' class="type">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_into' class="method hidden"><code id='try_into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into' class='fnname'>try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#594-596' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div></div></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../";window.currentCrate = "web_sys";</script><script src="../main.js"></script><script defer src="../search-index.js"></script></body></html>