Searched defs:to_front (Results 1 – 3 of 3) sorted by relevance
153 let to_front = |map: &mut LinkedHashMap<_, _>, key| match map.entry(key) { in test_move() localVariable
429 pub fn to_front<Q>(&mut self, k: &Q) -> Option<&mut V> in to_front() function841 pub fn to_front(&mut self) { in to_front() method1194 pub fn to_front(&mut self) { in to_front() method
272 pub fn to_front<Q: ?Sized>(&mut self, value: &Q) -> bool in to_front() function