<main><divclass="width-limiter"><navclass="sub"><formclass="search-form"><span></span><divid="sidebar-button"tabindex="-1"><ahref="../../hashbrown/all.html"title="show sidebar"></a></div><inputclass="search-input"name="search"aria-label="Run search in the documentation"autocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"><divid="help-button"tabindex="-1"><ahref="../../help.html"title="help">?</a></div><divid="settings-menu"tabindex="-1"><ahref="../../settings.html"title="settings"><imgwidth="22"height="22"alt="Change settings"src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><sectionid="main-content"class="content"><divclass="main-heading"><h1>Module <ahref="../index.html">hashbrown</a>::<wbr><aclass="mod"href="#">hash_table</a><buttonid="copy-path"title="Copy item path to clipboard"><imgsrc="../../static.files/clipboard-7571035ce49a181d.svg"width="19"height="18"alt="Copy item path"></button></h1><spanclass="out-of-band"><aclass="src"href="../../src/hashbrown/lib.rs.html#117">source</a> · <buttonid="toggle-all-docs"title="collapse all docs">[<span>−</span>]</button></span></div><detailsclass="toggle top-doc"open><summaryclass="hideme"><span>Expand description</span></summary><divclass="docblock"><p>A hash table implemented with quadratic probing and SIMD lookup.</p>
</div></details><h2id="structs"class="section-header">Structs<ahref="#structs"class="anchor">§</a></h2><ulclass="item-table"><li><divclass="item-name"><aclass="struct"href="struct.AbsentEntry.html"title="struct hashbrown::hash_table::AbsentEntry">AbsentEntry</a></div><divclass="desc docblock-short">Type representing the absence of an entry, as returned by <ahref="struct.HashTable.html#method.find_entry"title="method hashbrown::hash_table::HashTable::find_entry"><code>HashTable::find_entry</code></a>.</div></li><li><divclass="item-name"><aclass="struct"href="struct.Drain.html"title="struct hashbrown::hash_table::Drain">Drain</a></div><divclass="desc docblock-short">A draining iterator over the items of a <code>HashTable</code>.</div></li><li><divclass="item-name"><aclass="struct"href="struct.ExtractIf.html"title="struct hashbrown::hash_table::ExtractIf">ExtractIf</a></div><divclass="desc docblock-short">A draining iterator over entries of a <code>HashTable</code> which don’t satisfy the predicate <code>f</code>.</div></li><li><divclass="item-name"><aclass="struct"href="struct.HashTable.html"title="struct hashbrown::hash_table::HashTable">HashTable</a></div><divclass="desc docblock-short">Low-level hash table with explicit hashing.</div></li><li><divclass="item-name"><aclass="struct"href="struct.IntoIter.html"title="struct hashbrown::hash_table::IntoIter">IntoIter</a></div><divclass="desc docblock-short">An owning iterator over the entries of a <code>HashTable</code> in arbitrary order.
The iterator element type is <code>T</code>.</div></li><li><divclass="item-name"><aclass="struct"href="struct.Iter.html"title="struct hashbrown::hash_table::Iter">Iter</a></div><divclass="desc docblock-short">An iterator over the entries of a <code>HashTable</code> in arbitrary order.
The iterator element type is <code>&'a T</code>.</div></li><li><divclass="item-name"><aclass="struct"href="struct.IterMut.html"title="struct hashbrown::hash_table::IterMut">IterMut</a></div><divclass="desc docblock-short">A mutable iterator over the entries of a <code>HashTable</code> in arbitrary order.
The iterator element type is <code>&'a mut T</code>.</div></li><li><divclass="item-name"><aclass="struct"href="struct.OccupiedEntry.html"title="struct hashbrown::hash_table::OccupiedEntry">OccupiedEntry</a></div><divclass="desc docblock-short">A view into an occupied entry in a <code>HashTable</code>.
It is part of the <ahref="enum.Entry.html"><code>Entry</code></a> enum.</div></li><li><divclass="item-name"><aclass="struct"href="struct.VacantEntry.html"title="struct hashbrown::hash_table::VacantEntry">VacantEntry</a></div><divclass="desc docblock-short">A view into a vacant entry in a <code>HashTable</code>.
It is part of the <ahref="enum.Entry.html"><code>Entry</code></a> enum.</div></li></ul><h2id="enums"class="section-header">Enums<ahref="#enums"class="anchor">§</a></h2><ulclass="item-table"><li><divclass="item-name"><aclass="enum"href="enum.Entry.html"title="enum hashbrown::hash_table::Entry">Entry</a></div><divclass="desc docblock-short">A view into a single entry in a table, which may either be vacant or occupied.</div></li></ul></section></div></main></body></html>