Searched defs:to_back (Results 1 – 3 of 3) sorted by relevance
148 let to_back = |map: &mut LinkedHashMap<_, _>, key| match map.entry(key) { in test_move() localVariable
446 pub fn to_back<Q>(&mut self, k: &Q) -> Option<&mut V> in to_back() function836 pub fn to_back(&mut self) { in to_back() method1185 pub fn to_back(&mut self) { in to_back() method
287 pub fn to_back<Q: ?Sized>(&mut self, value: &Q) -> bool in to_back() function