Searched defs:from_key (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/hashlink/src/ |
D | linked_hash_map.rs | 876 pub fn from_key<Q>(self, k: &Q) -> Option<(&'a K, &'a V)> in from_key() function 940 pub fn from_key<Q>(self, k: &Q) -> RawEntryMut<'a, K, V, S> in from_key() function
|
/external/rust/crates/hashbrown/src/ |
D | map.rs | 1822 pub fn from_key<Q: ?Sized>(self, k: &Q) -> RawEntryMut<'a, K, V, S, A> in from_key() method 1878 pub fn from_key<Q: ?Sized>(self, k: &Q) -> Option<(&'a K, &'a V)> in from_key() method
|