Home
last modified time | relevance | path

Searched defs:TryHashMap (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/collections/
H A Dhash_map.rs18 pub struct TryHashMap<K, V, S = DefaultHashBuilder> { struct
22 impl<K, V, S> TryClone for TryHashMap<K, V, S> argument
38 impl<K, V, S> Default for TryHashMap<K, V, S> implementation
49 impl<K, V, S> PartialEq for TryHashMap<K, V, S> implementation
60 impl<K, V, S> Eq for TryHashMap<K, V, S> implementation
68 impl<K, V, S> fmt::Debug for TryHashMap<K, V, S> implementation
78 impl<K, V> TryHashMap<K, V, DefaultHashBuilder> { implementation
87 impl<K, V> TryHashMap<K, V, DefaultHashBuilder> impl
100 impl<K, V, S> TryHashMap<K, V, S> { impl
165 impl<K, V, S> TryHashMap<K, V, S> impl
[all …]
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Dtyped.rs2226 unsafe impl<K, V> ComponentType for TryHashMap<K, V> implementation
2248 unsafe impl<K, V> Lower for TryHashMap<K, V> implementation
2279 unsafe impl<K, V> Lift for TryHashMap<K, V> implementation