Searched refs:peek_mut (Results 1 – 8 of 8) sorted by relevance
15 *heap.peek_mut().unwrap() = i; in k_smallest()
25 if let Some(p) = s.as_mut().peek_mut().await { in peekable_mut()
136 assert_eq!(cache.peek_mut(&3), Some(&mut 30)); in test_peek()
182 if let Some(next_output) = this.queued_outputs.peek_mut() { in poll_next()
42 - Add `LruCache::peek` and `LruCache::peek_mut` to access the cache without
124 pub fn peek_mut<Q>(&mut self, k: &Q) -> Option<&mut V> in peek_mut() function
241 pub fn peek_mut(&mut self) -> &mut Namespace { in peek_mut() method
86 pub fn peek_mut(self: Pin<&mut Self>) -> PeekMut<'_, St> { in peek_mut() method