edlang/search.desc/hashbrown/hashbrown-desc-0-.js

1 line
24 KiB
JavaScript
Raw Normal View History

searchState.loadedDescShard("hashbrown", 0, "This crate is a Rust port of Googles high-performance \nThe memory allocator returned an error\nError due to the computed capacity exceeding the collection\nKey equivalence trait.\nA hash map implemented with quadratic probing and SIMD \nA hash set implemented as a <code>HashMap</code> where the value is <code>()</code>.\nLow-level hash table with explicit hashing.\nThe error type for <code>try_reserve</code> methods.\nChecks if this value is equivalent to the given key.\nReturns the argument unchanged.\nA hash map implemented with quadratic probing and SIMD \nA hash set implemented as a <code>HashMap</code> where the value is <code>()</code>.\nA hash table implemented with quadratic probing and SIMD \nCalls <code>U::from(self)</code>.\nExperimental and unsafe <code>RawTable</code> API. This module is only \nThe layout of the allocation request that failed.\nDummy default hasher for <code>HashMap</code>.\nA draining iterator over the entries of a <code>HashMap</code> in \nA view into a single entry in a map, which may either be \nA view into a single entry in a map, which may either be \nA draining iterator over entries of a <code>HashMap</code> which don\nA hash map implemented with quadratic probing and SIMD \nAn owning iterator over the entries of a <code>HashMap</code> in \nAn owning iterator over the keys of a <code>HashMap</code> in arbitrary \nAn owning iterator over the values of a <code>HashMap</code> in \nAn iterator over the entries of a <code>HashMap</code> in arbitrary \nA mutable iterator over the entries of a <code>HashMap</code> in \nAn iterator over the keys of a <code>HashMap</code> in arbitrary order. \nAn occupied entry.\nAn occupied entry.\nAn occupied entry.\nA view into an occupied entry in a <code>HashMap</code>. It is part of \nA view into an occupied entry in a <code>HashMap</code>. It is part of \nThe error returned by <code>try_insert</code> when the key already \nA builder for computing where in a <code>HashMap</code> a key-value \nA builder for computing where in a <code>HashMap</code> a key-value \nA view into a single entry in a map, which may either be \nA view into an occupied entry in a <code>HashMap</code>. It is part of \nA view into a vacant entry in a <code>HashMap</code>. It is part of the \nA vacant entry.\nA vacant entry.\nA vacant entry.\nA view into a vacant entry in a <code>HashMap</code>. It is part of the \nA view into a vacant entry in a <code>HashMap</code>. It is part of the \nAn iterator over the values of a <code>HashMap</code> in arbitrary \nA mutable iterator over the values of a <code>HashMap</code> in \nReturns a reference to the underlying allocator.\nProvides in-place mutable access to an occupied entry \nProvides in-place mutable access to an occupied entry \nProvides in-place mutable access to an occupied entry \nProvides shared access to the key and owned access to the \nProvides shared access to the key and owned access to the \nProvides shared access to the key and owned access to the \nReturns the number of elements the map can hold without \nClears the map, removing all key-value pairs. Keeps the \nReturns <code>true</code> if the map contains a value for the specified \nCreates an empty <code>HashMap&lt;K, V, S, A&gt;</code>, with the <code>Default</code> \nClears the map, returning all key-value pairs as an \nGets the given keys corresponding entry in the map for \nThe entry in the map that was already occupied.\nGets the given keys corresponding entry by reference in \nInserts all new key-values from the iterator to existing \nInserts all new key-values from the iterator to existing \nInserts all new key-values from the iterator to existing \nDrains elements which are true under the given predicate, \nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.