Searched refs:peek_mut (Results 1 – 1 of 1) sorted by relevance
858 self.peek_mut(Direction::Prev) in peek_prev_mut()863 self.peek_mut(Direction::Next) in peek_next_mut()866 fn peek_mut(&mut self, direction: Direction) -> Option<(&K, &mut V)> { in peek_mut() method