Searched defs:DrainFilter (Results 1 – 2 of 2) sorted by relevance
| /external/rust/crates/hashbrown/src/ |
| D | set.rs | 1456 pub struct DrainFilter<'a, K, F, A: Allocator + Clone = Global> struct 1461 inner: DrainFilterInner<'a, K, (), A>, argument 1652 impl<'a, K, F, A: Allocator + Clone> Drop for DrainFilter<'a, K, F, A> implementation 1666 impl<K, F, A: Allocator + Clone> Iterator for DrainFilter<'_, K, F, A> implementation 1685 impl<K, F, A: Allocator + Clone> FusedIterator for DrainFilter<'_, K, F, A> where implementation
|
| D | map.rs | 2632 pub struct DrainFilter<'a, K, V, F, A: Allocator + Clone = Global> struct 2637 inner: DrainFilterInner<'a, K, V, A>, argument 2640 impl<'a, K, V, F, A> Drop for DrainFilter<'a, K, V, F, A> argument 2664 impl<K, V, F, A> Iterator for DrainFilter<'_, K, V, F, A> implementation 2682 impl<K, V, F> FusedIterator for DrainFilter<'_, K, V, F> where F: FnMut(&K, &mut V) -> bool {} implementation
|