Files
mercator_service/http/header/struct.HeaderName.html

129 lines
78 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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 `HeaderName` struct in crate `http`."><meta name="keywords" content="rust, rustlang, rust-lang, HeaderName"><title>http::header::HeaderName - 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='../../http/index.html'><div class='logo-container'><img src='../../rust-logo.png' alt='logo'></div></a><p class='location'>Struct HeaderName</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#methods">Methods</a><div class="sidebar-links"><a href="#method.as_str">as_str</a><a href="#method.from_bytes">from_bytes</a><a href="#method.from_lowercase">from_lowercase</a><a href="#method.from_static">from_static</a></div><a class="sidebar-title" href="#implementations">Trait Implementations</a><div class="sidebar-links"><a href="#impl-AsHeaderName">AsHeaderName</a><a href="#impl-AsRef%3C%5Bu8%5D%3E">AsRef&lt;[u8]&gt;</a><a href="#impl-AsRef%3Cstr%3E">AsRef&lt;str&gt;</a><a href="#impl-Borrow%3Cstr%3E">Borrow&lt;str&gt;</a><a href="#impl-Clone">Clone</a><a href="#impl-Debug">Debug</a><a href="#impl-Display">Display</a><a href="#impl-Eq">Eq</a><a href="#impl-From%3C%26%27a%20HeaderName%3E">From&lt;&amp;&#39;a HeaderName&gt;</a><a href="#impl-From%3CHeaderName%3E">From&lt;HeaderName&gt;</a><a href="#impl-FromStr">FromStr</a><a href="#impl-Hash">Hash</a><a href="#impl-HttpTryFrom%3C%26%27a%20%5Bu8%5D%3E">HttpTryFrom&lt;&amp;&#39;a [u8]&gt;</a><a href="#impl-HttpTryFrom%3C%26%27a%20HeaderName%3E">HttpTryFrom&lt;&amp;&#39;a HeaderName&gt;</a><a href="#impl-HttpTryFrom%3C%26%27a%20String%3E">HttpTryFrom&lt;&amp;&#39;a String&gt;</a><a href="#impl-HttpTryFrom%3C%26%27a%20str%3E">HttpTryFrom&lt;&amp;&#39;a str&gt;</a><a href="#impl-HttpTryFrom%3CBytes%3E">HttpTryFrom&lt;Bytes&gt;</a><a href="#impl-HttpTryFrom%3CHeaderName%3E">HttpTryFrom&lt;HeaderName&gt;</a><a href="#impl-IntoHeaderName">IntoHeaderName</a><a href="#impl-PartialEq%3C%26%27a%20HeaderName%3E">PartialEq&lt;&amp;&#39;a HeaderName&gt;</a><a href="#impl-PartialEq%3C%26%27a%20str%3E">PartialEq&lt;&amp;&#39;a str&gt;</a><a href="#impl-PartialEq%3CHeaderName%3E">PartialEq&lt;HeaderName&gt;</a><a href="#impl-PartialEq%3Cstr%3E">PartialEq&lt;str&gt;</a><a href="#impl-StructuralEq">StructuralEq</a><a href="#impl-StructuralPartialEq">StructuralPartialEq</a></div><a class="sidebar-title" href="#synthetic-implementations">Auto Trait Implementations</a><div class="sidebar-links"><a href="#impl-RefUnwindSafe">RefUnwindSafe</a><a href="#impl-Send">Send</a><a href="#impl-Sync">Sync</a><a href="#impl-Unpin">Unpin</a><a href="#impl-UnwindSafe">UnwindSafe</a></div><a class="sidebar-title" href="#blanket-implementations">Blanket Implementations</a><div class="sidebar-links"><a href="#impl-Any">Any</a><a href="#impl-Borrow%3CT%3E">Borrow&lt;T&gt;</a><a href="#impl-BorrowMut%3CT%3E">BorrowMut&lt;T&gt;</a><a href="#impl-From%3CT%3E">From&lt;T&gt;</a><a href="#impl-Into%3CU%3E">Into&lt;U&gt;</a><a href="#impl-ToOwned">ToOwned</a><a href="#impl-ToString">ToString</a><a href="#impl-TryFrom%3CU%3E">TryFrom&lt;U&gt;</a><a href="#impl-TryInto%3CU%3E">TryInto&lt;U&gt;</a></div></div><p class='location'><a href='../index.html'>http</a>::<wbr><a href='index.html'>header</a></p><script>window.sidebarCurrent = {name: 'HeaderName', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!"><img src="../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"></div><a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><span class='out-of-band'><span id='render-detail'><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class='inner'>&#x2212;</span>]</a></span><a class='srclink' href='../../src/http/header/name.rs.html#32-34' title='goto source code'>[src]</a></span><span class='in-band'>Struct <a href='../index.html'>http</a>::<wbr><a href='index.html'>header</a>::<wbr><a class="struct" href=''>HeaderName</a></span></h1><div class="docblock type-decl hidden-by-usual-hider"><pre class='rust struct'>pub struct HeaderName { /* fields omitted */ }</pre></div><div class='docblock'><p>Represents an HTTP header field name</p>
<p>Header field names identify the header. Header sets may include multiple
headers with the same name. The HTTP specification defines a number of
standard headers, but HTTP messages may include non-standard header names as
well as long as they adhere to the specification.</p>
<p><code>HeaderName</code> is used as the <a href="struct.HeaderMap.html"><code>HeaderMap</code></a> key. Constants are available for
all standard header names in the <a href="index.html"><code>header</code></a> module.</p>
<h1 id="representation" class="section-header"><a href="#representation">Representation</a></h1>
<p><code>HeaderName</code> represents standard header names using an <code>enum</code>, as such they
will not require an allocation for storage. All custom header names are
lower cased upon conversion to a <code>HeaderName</code> value. This avoids the
overhead of dynamically doing lower case conversion during the hash code
computation and the comparison operation.</p>
</div><h2 id='methods' class='small-section-header'>Methods<a href='#methods' class='anchor'></a></h2><h3 id='impl' class='impl'><code class='in-band'>impl <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1655-1806' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from_bytes' class="method"><code id='from_bytes.v'>pub fn <a href='#method.from_bytes' class='fnname'>from_bytes</a>(src: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>, <a class="struct" href="../../http/header/struct.InvalidHeaderName.html" title="struct http::header::InvalidHeaderName">InvalidHeaderName</a>&gt;</code><a class='srclink' href='../../src/http/header/name.rs.html#1660-1688' title='goto source code'>[src]</a></h4><div class='docblock'><p>Converts a slice of bytes to an HTTP header name.</p>
<p>This function normalizes the input.</p>
</div><h4 id='method.from_lowercase' class="method"><code id='from_lowercase.v'>pub fn <a href='#method.from_lowercase' class='fnname'>from_lowercase</a>(src: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>, <a class="struct" href="../../http/header/struct.InvalidHeaderName.html" title="struct http::header::InvalidHeaderName">InvalidHeaderName</a>&gt;</code><a class='srclink' href='../../src/http/header/name.rs.html#1709-1730' title='goto source code'>[src]</a></h4><div class='docblock'><p>Converts a slice of bytes to an HTTP header name.</p>
<p>This function expects the input to only contain lowercase characters.
This is useful when decoding HTTP/2.0 headers. The HTTP/2.0
specification requires that all headers be represented in lower case.</p>
<h1 id="examples" class="section-header"><a href="#examples">Examples</a></h1>
<div class="example-wrap"><pre class="rust rust-example-rendered">
<span class="comment">// Parsing a lower case header</span>
<span class="kw">let</span> <span class="ident">hdr</span> <span class="op">=</span> <span class="ident">HeaderName</span>::<span class="ident">from_lowercase</span>(<span class="string">b&quot;content-length&quot;</span>).<span class="ident">unwrap</span>();
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">CONTENT_LENGTH</span>, <span class="ident">hdr</span>);
<span class="comment">// Parsing a header that contains uppercase characters</span>
<span class="macro">assert</span><span class="macro">!</span>(<span class="ident">HeaderName</span>::<span class="ident">from_lowercase</span>(<span class="string">b&quot;Content-Length&quot;</span>).<span class="ident">is_err</span>());</pre></div>
</div><h4 id='method.from_static' class="method"><code id='from_static.v'>pub fn <a href='#method.from_static' class='fnname'>from_static</a>(src: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a class='srclink' href='../../src/http/header/name.rs.html#1768-1794' title='goto source code'>[src]</a></h4><div class='docblock'><p>Converts a static string to a HTTP header name.</p>
<p>This function panics when the static string is a invalid header.</p>
<p>This function requires the static string to only contain lowercase
characters, numerals and symbols, as per the HTTP/2.0 specification
and header names internal representation within this library.</p>
<h1 id="examples-1" class="section-header"><a href="#examples-1">Examples</a></h1>
<div class="example-wrap"><pre class="rust rust-example-rendered">
<span class="comment">// Parsing a standard header</span>
<span class="kw">let</span> <span class="ident">hdr</span> <span class="op">=</span> <span class="ident">HeaderName</span>::<span class="ident">from_static</span>(<span class="string">&quot;content-length&quot;</span>);
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">CONTENT_LENGTH</span>, <span class="ident">hdr</span>);
<span class="comment">// Parsing a custom header</span>
<span class="kw">let</span> <span class="ident">CUSTOM_HEADER</span>: <span class="kw-2">&amp;</span><span class="lifetime">&#39;static</span> <span class="ident">str</span> <span class="op">=</span> <span class="string">&quot;custom-header&quot;</span>;
<span class="kw">let</span> <span class="ident">a</span> <span class="op">=</span> <span class="ident">HeaderName</span>::<span class="ident">from_lowercase</span>(<span class="string">b&quot;custom-header&quot;</span>).<span class="ident">unwrap</span>();
<span class="kw">let</span> <span class="ident">b</span> <span class="op">=</span> <span class="ident">HeaderName</span>::<span class="ident">from_static</span>(<span class="ident">CUSTOM_HEADER</span>);
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">a</span>, <span class="ident">b</span>);</pre></div>
<div class="example-wrap"><pre class="rust rust-example-rendered">
<span class="comment">// Parsing a header that contains invalid symbols(s):</span>
<span class="ident">HeaderName</span>::<span class="ident">from_static</span>(<span class="string">&quot;content{}{}length&quot;</span>); <span class="comment">// This line panics!</span>
<span class="comment">// Parsing a header that contains invalid uppercase characters.</span>
<span class="kw">let</span> <span class="ident">a</span> <span class="op">=</span> <span class="ident">HeaderName</span>::<span class="ident">from_static</span>(<span class="string">&quot;foobar&quot;</span>);
<span class="kw">let</span> <span class="ident">b</span> <span class="op">=</span> <span class="ident">HeaderName</span>::<span class="ident">from_static</span>(<span class="string">&quot;FOOBAR&quot;</span>); <span class="comment">// This line panics!</span></pre></div>
</div><h4 id='method.as_str' class="method"><code id='as_str.v'>pub fn <a href='#method.as_str' class='fnname'>as_str</a>(&amp;self) -&gt; &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a></code><a class='srclink' href='../../src/http/header/name.rs.html#1800-1805' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns a <code>str</code> representation of the header.</p>
<p>The returned string will always be lower case.</p>
</div></div><h2 id='implementations' class='small-section-header'>Trait Implementations<a href='#implementations' class='anchor'></a></h2><div id='implementations-list'><h3 id='impl-AsHeaderName' class='impl'><code class='in-band'>impl <a class="trait" href="../../http/header/trait.AsHeaderName.html" title="trait http::header::AsHeaderName">AsHeaderName</a> for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-AsHeaderName' class='anchor'></a><a class='srclink' href='../../src/http/header/map.rs.html#3329' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AsHeaderName-1' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="../../http/header/trait.AsHeaderName.html" title="trait http::header::AsHeaderName">AsHeaderName</a> for &amp;'a <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-AsHeaderName-1' class='anchor'></a><a class='srclink' href='../../src/http/header/map.rs.html#3350' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AsRef%3C%5Bu8%5D%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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>&gt; for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-AsRef%3C%5Bu8%5D%3E' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1825-1829' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-1' class="method hidden"><code id='as_ref.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a></code><a class='srclink' href='../../src/http/header/name.rs.html#1826-1828' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3Cstr%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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt; for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-AsRef%3Cstr%3E' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1819-1823' 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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a></code><a class='srclink' href='../../src/http/header/name.rs.html#1820-1822' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-Borrow%3Cstr%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt; for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-Borrow%3Cstr%3E' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1831-1835' 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; &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a></code><a class='srclink' href='../../src/http/header/name.rs.html#1832-1834' 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-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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-Clone' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#31' 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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a class='srclink' href='../../src/http/header/name.rs.html#31' 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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-Debug' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1837-1841' 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, fmt: &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/http/header/name.rs.html#1838-1840' 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-Display' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-Display' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1843-1847' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt-1' class="method hidden"><code id='fmt.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, fmt: &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/http/header/name.rs.html#1844-1846' 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.Display.html#tymethod.fmt">Read more</a></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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-Eq' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#31' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-From%3C%26%27a%20HeaderName%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;&amp;'a <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>&gt; for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-From%3C%26%27a%20HeaderName%3E' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1855-1859' 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>(src: &amp;'a <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>) -&gt; <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a class='srclink' href='../../src/http/header/name.rs.html#1856-1858' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CHeaderName%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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>&gt; for <a class="struct" href="../../bytes/bytes/struct.Bytes.html" title="struct bytes::bytes::Bytes">Bytes</a></code><a href='#impl-From%3CHeaderName%3E' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1880-1885' 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>(name: <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>) -&gt; <a class="struct" href="../../bytes/bytes/struct.Bytes.html" title="struct bytes::bytes::Bytes">Bytes</a></code><a class='srclink' href='../../src/http/header/name.rs.html#1882-1884' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CHeaderName%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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>&gt; for <a class="struct" href="../../http/header/struct.HeaderValue.html" title="struct http::header::HeaderValue">HeaderValue</a></code><a href='#impl-From%3CHeaderName%3E-1' class='anchor'></a><a class='srclink' href='../../src/http/header/value.rs.html#363-371' 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>(h: <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>) -&gt; <a class="struct" href="../../http/header/struct.HeaderValue.html" title="struct http::header::HeaderValue">HeaderValue</a></code><a class='srclink' href='../../src/http/header/value.rs.html#365-370' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-FromStr' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/str/trait.FromStr.html" title="trait core::str::FromStr">FromStr</a> for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-FromStr' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1808-1817' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Err' class="type"><code id='Err.t'>type <a href='https://doc.rust-lang.org/nightly/core/str/trait.FromStr.html#associatedtype.Err' class="type">Err</a> = <a class="struct" href="../../http/header/struct.InvalidHeaderName.html" title="struct http::header::InvalidHeaderName">InvalidHeaderName</a></code></h4><div class='docblock'><p>The associated error which can be returned from parsing.</p>
</div><h4 id='method.from_str' class="method hidden"><code id='from_str.v'>fn <a href='https://doc.rust-lang.org/nightly/core/str/trait.FromStr.html#tymethod.from_str' class='fnname'>from_str</a>(s: &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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>, <a class="struct" href="../../http/header/struct.InvalidHeaderName.html" title="struct http::header::InvalidHeaderName">InvalidHeaderName</a>&gt;</code><a class='srclink' href='../../src/http/header/name.rs.html#1811-1816' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Parses a string <code>s</code> to return a value of this type. <a href="https://doc.rust-lang.org/nightly/core/str/trait.FromStr.html#tymethod.from_str">Read more</a></p>
</div></div><h3 id='impl-Hash' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-Hash' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#31' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.hash' class="method hidden"><code id='hash.v'>fn <a href='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash' class='fnname'>hash</a>&lt;__H:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>&gt;(&amp;self, state: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>__H)</code><a class='srclink' href='../../src/http/header/name.rs.html#31' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Feeds this value into the given [<code>Hasher</code>]. <a href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash">Read more</a></p>
</div><h4 id='method.hash_slice' class="method hidden"><code id='hash_slice.v'>fn <a href='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice' class='fnname'>hash_slice</a>&lt;H&gt;(data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[Self]</a>, state: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>H) <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;H: <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>,&nbsp;</span></code><span class='since' title='Stable since Rust version 1.3.0'>1.3.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/hash/mod.rs.html#194-201' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Feeds a slice of this type into the given [<code>Hasher</code>]. <a href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read more</a></p>
</div></div><h3 id='impl-HttpTryFrom%3C%26%27a%20%5Bu8%5D%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="../../http/trait.HttpTryFrom.html" title="trait http::HttpTryFrom">HttpTryFrom</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;'a [</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>&gt; for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-HttpTryFrom%3C%26%27a%20%5Bu8%5D%3E' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1912-1918' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-3' class="type"><code id='Error.t-3'>type <a href='../../http/trait.HttpTryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="struct" href="../../http/header/struct.InvalidHeaderName.html" title="struct http::header::InvalidHeaderName">InvalidHeaderName</a></code></h4><div class='docblock'><p>Associated error with the conversion this implementation represents.</p>
</div><h4 id='method.try_from-3' class="method hidden"><code id='try_from.v-3'>fn <a href='../../http/trait.HttpTryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(s: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;'a [</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</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;Self, Self::<a class="type" href="../../http/trait.HttpTryFrom.html#associatedtype.Error" title="type http::HttpTryFrom::Error">Error</a>&gt;</code><a class='srclink' href='../../src/http/header/name.rs.html#1915-1917' title='goto source code'>[src]</a></h4></div><h3 id='impl-HttpTryFrom%3C%26%27a%20HeaderName%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="../../http/trait.HttpTryFrom.html" title="trait http::HttpTryFrom">HttpTryFrom</a>&lt;&amp;'a <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>&gt; for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-HttpTryFrom%3C%26%27a%20HeaderName%3E' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1887-1894' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error' class="type"><code id='Error.t'>type <a href='../../http/trait.HttpTryFrom.html#associatedtype.Error' class="type">Error</a> = Never</code></h4><div class='docblock'><p>Associated error with the conversion this implementation represents.</p>
</div><h4 id='method.try_from' class="method hidden"><code id='try_from.v'>fn <a href='../../http/trait.HttpTryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(t: &amp;'a <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</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;Self, Self::<a class="type" href="../../http/trait.HttpTryFrom.html#associatedtype.Error" title="type http::HttpTryFrom::Error">Error</a>&gt;</code><a class='srclink' href='../../src/http/header/name.rs.html#1891-1893' title='goto source code'>[src]</a></h4></div><h3 id='impl-HttpTryFrom%3C%26%27a%20String%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="../../http/trait.HttpTryFrom.html" title="trait http::HttpTryFrom">HttpTryFrom</a>&lt;&amp;'a <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt; for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-HttpTryFrom%3C%26%27a%20String%3E' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1904-1910' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-2' class="type"><code id='Error.t-2'>type <a href='../../http/trait.HttpTryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="struct" href="../../http/header/struct.InvalidHeaderName.html" title="struct http::header::InvalidHeaderName">InvalidHeaderName</a></code></h4><div class='docblock'><p>Associated error with the conversion this implementation represents.</p>
</div><h4 id='method.try_from-2' class="method hidden"><code id='try_from.v-2'>fn <a href='../../http/trait.HttpTryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(s: &amp;'a <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="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, Self::<a class="type" href="../../http/trait.HttpTryFrom.html#associatedtype.Error" title="type http::HttpTryFrom::Error">Error</a>&gt;</code><a class='srclink' href='../../src/http/header/name.rs.html#1907-1909' title='goto source code'>[src]</a></h4></div><h3 id='impl-HttpTryFrom%3C%26%27a%20str%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="../../http/trait.HttpTryFrom.html" title="trait http::HttpTryFrom">HttpTryFrom</a>&lt;&amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt; for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-HttpTryFrom%3C%26%27a%20str%3E' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1896-1902' 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='../../http/trait.HttpTryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="struct" href="../../http/header/struct.InvalidHeaderName.html" title="struct http::header::InvalidHeaderName">InvalidHeaderName</a></code></h4><div class='docblock'><p>Associated error with the conversion this implementation represents.</p>
</div><h4 id='method.try_from-1' class="method hidden"><code id='try_from.v-1'>fn <a href='../../http/trait.HttpTryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(s: &amp;'a <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;Self, Self::<a class="type" href="../../http/trait.HttpTryFrom.html#associatedtype.Error" title="type http::HttpTryFrom::Error">Error</a>&gt;</code><a class='srclink' href='../../src/http/header/name.rs.html#1899-1901' title='goto source code'>[src]</a></h4></div><h3 id='impl-HttpTryFrom%3CBytes%3E' class='impl'><code class='in-band'>impl <a class="trait" href="../../http/trait.HttpTryFrom.html" title="trait http::HttpTryFrom">HttpTryFrom</a>&lt;<a class="struct" href="../../bytes/bytes/struct.Bytes.html" title="struct bytes::bytes::Bytes">Bytes</a>&gt; for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-HttpTryFrom%3CBytes%3E' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1920-1926' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-4' class="type"><code id='Error.t-4'>type <a href='../../http/trait.HttpTryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="struct" href="../../http/header/struct.InvalidHeaderNameBytes.html" title="struct http::header::InvalidHeaderNameBytes">InvalidHeaderNameBytes</a></code></h4><div class='docblock'><p>Associated error with the conversion this implementation represents.</p>
</div><h4 id='method.try_from-4' class="method hidden"><code id='try_from.v-4'>fn <a href='../../http/trait.HttpTryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(bytes: <a class="struct" href="../../bytes/bytes/struct.Bytes.html" title="struct bytes::bytes::Bytes">Bytes</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;Self, Self::<a class="type" href="../../http/trait.HttpTryFrom.html#associatedtype.Error" title="type http::HttpTryFrom::Error">Error</a>&gt;</code><a class='srclink' href='../../src/http/header/name.rs.html#1923-1925' title='goto source code'>[src]</a></h4></div><h3 id='impl-HttpTryFrom%3CHeaderName%3E' class='impl'><code class='in-band'>impl <a class="trait" href="../../http/trait.HttpTryFrom.html" title="trait http::HttpTryFrom">HttpTryFrom</a>&lt;<a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>&gt; for <a class="struct" href="../../http/header/struct.HeaderValue.html" title="struct http::header::HeaderValue">HeaderValue</a></code><a href='#impl-HttpTryFrom%3CHeaderName%3E' class='anchor'></a><a class='srclink' href='../../src/http/header/value.rs.html#558-566' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-5' class="type"><code id='Error.t-5'>type <a href='../../http/trait.HttpTryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="struct" href="../../http/header/struct.InvalidHeaderValue.html" title="struct http::header::InvalidHeaderValue">InvalidHeaderValue</a></code></h4><div class='docblock'><p>Associated error with the conversion this implementation represents.</p>
</div><h4 id='method.try_from-5' class="method hidden"><code id='try_from.v-5'>fn <a href='../../http/trait.HttpTryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(name: <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</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;Self, Self::<a class="type" href="../../http/trait.HttpTryFrom.html#associatedtype.Error" title="type http::HttpTryFrom::Error">Error</a>&gt;</code><a class='srclink' href='../../src/http/header/value.rs.html#562-565' title='goto source code'>[src]</a></h4></div><h3 id='impl-HttpTryFrom%3CHeaderName%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="../../http/trait.HttpTryFrom.html" title="trait http::HttpTryFrom">HttpTryFrom</a>&lt;<a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>&gt; for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-HttpTryFrom%3CHeaderName%3E-1' class='anchor'></a><a class='srclink' href='../../src/http/convert.rs.html#43-49' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-6' class="type"><code id='Error.t-6'>type <a href='../../http/trait.HttpTryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="struct" href="../../http/struct.Error.html" title="struct http::Error">Error</a></code></h4><div class='docblock'><p>Associated error with the conversion this implementation represents.</p>
</div><h4 id='method.try_from-6' class="method hidden"><code id='try_from.v-6'>fn <a href='../../http/trait.HttpTryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(t: 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;Self, Self::<a class="type" href="../../http/trait.HttpTryFrom.html#associatedtype.Error" title="type http::HttpTryFrom::Error">Error</a>&gt;</code><a class='srclink' href='../../src/http/convert.rs.html#46-48' title='goto source code'>[src]</a></h4></div><h3 id='impl-IntoHeaderName' class='impl'><code class='in-band'>impl <a class="trait" href="../../http/header/trait.IntoHeaderName.html" title="trait http::header::IntoHeaderName">IntoHeaderName</a> for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-IntoHeaderName' class='anchor'></a><a class='srclink' href='../../src/http/header/map.rs.html#3249' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-IntoHeaderName-1' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="../../http/header/trait.IntoHeaderName.html" title="trait http::header::IntoHeaderName">IntoHeaderName</a> for &amp;'a <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-IntoHeaderName-1' class='anchor'></a><a class='srclink' href='../../src/http/header/map.rs.html#3264' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-PartialEq%3C%26%27a%20HeaderName%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a>&lt;&amp;'a <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>&gt; for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-PartialEq%3C%26%27a%20HeaderName%3E' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1944-1949' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.eq-1' class="method hidden"><code id='eq.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&amp;self, other: &amp;&amp;'a <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/http/header/name.rs.html#1946-1948' 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-1' class="method hidden"><code id='ne.v-1'><span class="docblock attributes">#[must_use]
</span>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Rhs) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></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/cmp.rs.html#215-217' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>!=</code>.</p>
</div></div><h3 id='impl-PartialEq%3C%26%27a%20str%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a>&lt;&amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt; for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-PartialEq%3C%26%27a%20str%3E' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1998-2005' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.eq-5' class="method"><code id='eq.v-5'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&amp;self, other: &amp;&amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/http/header/name.rs.html#2002-2004' title='goto source code'>[src]</a></h4><div class='docblock'><p>Performs a case-insensitive comparison of the string against the header
name</p>
</div><h4 id='method.ne-5' class="method hidden"><code id='ne.v-5'><span class="docblock attributes">#[must_use]
</span>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Rhs) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></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/cmp.rs.html#215-217' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>!=</code>.</p>
</div></div><h3 id='impl-PartialEq%3CHeaderName%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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>&gt; for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-PartialEq%3CHeaderName%3E' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#31' 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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/http/header/name.rs.html#31' 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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/http/header/name.rs.html#31' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>!=</code>.</p>
</div></div><h3 id='impl-PartialEq%3CHeaderName%3E-1' class='impl'><code class='in-band'>impl&lt;'a&gt; <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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>&gt; for &amp;'a <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-PartialEq%3CHeaderName%3E-1' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1952-1957' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.eq-2' class="method hidden"><code id='eq.v-2'>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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/http/header/name.rs.html#1954-1956' 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-2' class="method hidden"><code id='ne.v-2'><span class="docblock attributes">#[must_use]
</span>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Rhs) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></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/cmp.rs.html#215-217' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>!=</code>.</p>
</div></div><h3 id='impl-PartialEq%3CHeaderName%3E-2' 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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a></code><a href='#impl-PartialEq%3CHeaderName%3E-2' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1979-1996' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.eq-4' class="method"><code id='eq.v-4'>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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/http/header/name.rs.html#1993-1995' title='goto source code'>[src]</a></h4><div class='docblock'><p>Performs a case-insensitive comparison of the string against the header
name</p>
<h1 id="examples-3" class="section-header"><a href="#examples-3">Examples</a></h1>
<div class="example-wrap"><pre class="rust rust-example-rendered">
<span class="kw">use</span> <span class="ident">http</span>::<span class="ident">header</span>::<span class="ident">CONTENT_LENGTH</span>;
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">CONTENT_LENGTH</span>, <span class="string">&quot;content-length&quot;</span>);
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">CONTENT_LENGTH</span>, <span class="string">&quot;Content-Length&quot;</span>);
<span class="macro">assert_ne</span><span class="macro">!</span>(<span class="ident">CONTENT_LENGTH</span>, <span class="string">&quot;content length&quot;</span>);</pre></div>
</div><h4 id='method.ne-4' class="method hidden"><code id='ne.v-4'><span class="docblock attributes">#[must_use]
</span>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Rhs) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></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/cmp.rs.html#215-217' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>!=</code>.</p>
</div></div><h3 id='impl-PartialEq%3CHeaderName%3E-3' class='impl'><code class='in-band'>impl&lt;'a&gt; <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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a></code><a href='#impl-PartialEq%3CHeaderName%3E-3' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#2008-2015' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.eq-6' class="method"><code id='eq.v-6'>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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/http/header/name.rs.html#2012-2014' title='goto source code'>[src]</a></h4><div class='docblock'><p>Performs a case-insensitive comparison of the string against the header
name</p>
</div><h4 id='method.ne-6' class="method hidden"><code id='ne.v-6'><span class="docblock attributes">#[must_use]
</span>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Rhs) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></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/cmp.rs.html#215-217' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>!=</code>.</p>
</div></div><h3 id='impl-PartialEq%3Cstr%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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt; for <a class="struct" href="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-PartialEq%3Cstr%3E' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#1959-1976' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.eq-3' class="method"><code id='eq.v-3'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/http/header/name.rs.html#1973-1975' title='goto source code'>[src]</a></h4><div class='docblock'><p>Performs a case-insensitive comparison of the string against the header
name</p>
<h1 id="examples-2" class="section-header"><a href="#examples-2">Examples</a></h1>
<div class="example-wrap"><pre class="rust rust-example-rendered">
<span class="kw">use</span> <span class="ident">http</span>::<span class="ident">header</span>::<span class="ident">CONTENT_LENGTH</span>;
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">CONTENT_LENGTH</span>, <span class="string">&quot;content-length&quot;</span>);
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">CONTENT_LENGTH</span>, <span class="string">&quot;Content-Length&quot;</span>);
<span class="macro">assert_ne</span><span class="macro">!</span>(<span class="ident">CONTENT_LENGTH</span>, <span class="string">&quot;content length&quot;</span>);</pre></div>
</div><h4 id='method.ne-3' class="method hidden"><code id='ne.v-3'><span class="docblock attributes">#[must_use]
</span>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Rhs) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></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/cmp.rs.html#215-217' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>!=</code>.</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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-StructuralEq' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#31' 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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</a></code><a href='#impl-StructuralPartialEq' class='anchor'></a><a class='srclink' href='../../src/http/header/name.rs.html#31' title='goto source code'>[src]</a></h3><div class='impl-items'></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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</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="../../http/header/struct.HeaderName.html" title="struct http::header::HeaderName">HeaderName</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 class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: 'static + ?<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-Any' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#108-112' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.type_id' class="method hidden"><code id='type_id.v'>fn <a href='https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id' class='fnname'>type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#109-111' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
</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-1' class="method hidden"><code id='borrow.v-1'>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#564-568' 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>(t: T) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#565-567' 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#553-560' 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#557-559' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</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-ToString' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/alloc/string/trait.ToString.html" title="trait alloc::string::ToString">ToString</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/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + ?<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-ToString' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/string.rs.html#2160-2170' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.to_string' class="method hidden"><code id='to_string.v'>default fn <a href='https://doc.rust-lang.org/nightly/alloc/string/trait.ToString.html#tymethod.to_string' class='fnname'>to_string</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='https://doc.rust-lang.org/nightly/src/alloc/string.rs.html#2162-2169' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the given value to a <code>String</code>. <a href="https://doc.rust-lang.org/nightly/alloc/string/trait.ToString.html#tymethod.to_string">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#601-610' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-7' class="type"><code id='Error.t-7'>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-7' class="method hidden"><code id='try_from.v-7'>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#607-609' 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#587-596' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-8' class="type"><code id='Error.t-8'>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#593-595' 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 = "http";</script><script src="../../aliases.js"></script><script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html>