Searched defs:get_or_insert_with (Results 1 – 3 of 3) sorted by relevance
12 pub fn get_or_insert_with<F>(&self, s: &str, func: F) -> Option<usize> in get_or_insert_with() method
177 pub fn get_or_insert_with<Q: ?Sized, F>(&mut self, value: &Q, f: F) -> &T in get_or_insert_with() function
884 pub fn get_or_insert_with<Q: ?Sized, F>(&mut self, value: &Q, f: F) -> &T in get_or_insert_with() function