Searched defs:find_mut (Results 1 – 3 of 3) sorted by relevance
78 pub fn find_mut(&mut self, x: K) -> K { in find_mut() function
90 pub fn find_mut(&mut self, id: &StreamId) -> Option<Ptr> { in find_mut() method
261 pub fn find_mut(&mut self, hash: u64, eq: impl FnMut(&T) -> bool) -> Option<&mut T> { in find_mut() function