Lines Matching defs:Send
384 OP: Fn(Self::Item) + Sync + Send, in for_each()
414 OP: Fn(&mut T, Self::Item) + Sync + Send, in for_each_with()
448 OP: Fn(&mut T, Self::Item) + Sync + Send, in for_each_init()
449 INIT: Fn() -> T + Sync + Send, in for_each_init()
476 OP: Fn(Self::Item) -> R + Sync + Send, in try_for_each()
515 OP: Fn(&mut T, Self::Item) -> R + Sync + Send, in try_for_each_with()
557 OP: Fn(&mut T, Self::Item) -> R + Sync + Send, in try_for_each_init()
558 INIT: Fn() -> T + Sync + Send, in try_for_each_init()
603 F: Fn(Self::Item) -> R + Sync + Send, in map()
604 R: Send, in map()
640 F: Fn(&mut T, Self::Item) -> R + Sync + Send, in map_with()
642 R: Send, in map_with()
677 F: Fn(&mut T, Self::Item) -> R + Sync + Send, in map_init()
678 INIT: Fn() -> T + Sync + Send, in map_init()
679 R: Send, in map_init()
707 T: 'a + Clone + Send, in cloned()
736 T: 'a + Copy + Send, in copied()
773 OP: Fn(&Self::Item) + Sync + Send, in inspect()
793 F: Fn(&mut Self::Item) + Sync + Send, in update()
814 P: Fn(&Self::Item) -> bool + Sync + Send, in filter()
839 P: Fn(Self::Item) -> Option<R> + Sync + Send, in filter_map()
840 R: Send, in filter_map()
865 F: Fn(Self::Item) -> PI + Sync + Send, in flat_map()
911 F: Fn(Self::Item) -> SI + Sync + Send, in flat_map_iter()
913 SI::Item: Send, in flat_map_iter()
958 <Self::Item as IntoIterator>::Item: Send, in flatten_iter()
995 OP: Fn(Self::Item, Self::Item) -> Self::Item + Sync + Send, in reduce()
996 ID: Fn() -> Self::Item + Sync + Send, in reduce()
1029 OP: Fn(Self::Item, Self::Item) -> Self::Item + Sync + Send, in reduce_with()
1083 OP: Fn(T, T) -> Self::Item + Sync + Send, in try_reduce()
1084 ID: Fn() -> T + Sync + Send, in try_reduce()
1127 OP: Fn(T, T) -> Self::Item + Sync + Send, in try_reduce_with()
1268 F: Fn(T, Self::Item) -> T + Sync + Send, in fold()
1269 ID: Fn() -> T + Sync + Send, in fold()
1270 T: Send, in fold()
1296 F: Fn(T, Self::Item) -> T + Sync + Send, in fold_with()
1329 F: Fn(T, Self::Item) -> R + Sync + Send, in try_fold()
1330 ID: Fn() -> T + Sync + Send, in try_fold()
1356 F: Fn(T, Self::Item) -> R + Sync + Send, in try_fold_with()
1358 T: Clone + Send, in try_fold_with()
1505 fn min_by_key<K, F>(self, f: F) -> Option<Self::Item> in min_by_key()
1603 fn max_by_key<K, F>(self, f: F) -> Option<Self::Item> in max_by_key()
1671 P: Fn(&Self::Item) -> bool + Sync + Send, in find_any()
1704 P: Fn(&Self::Item) -> bool + Sync + Send, in find_first()
1733 P: Fn(&Self::Item) -> bool + Sync + Send, in find_last()
1763 P: Fn(Self::Item) -> Option<R> + Sync + Send, in find_map_any()
1764 R: Send, in find_map_any()
1797 P: Fn(Self::Item) -> Option<R> + Sync + Send, in find_map_first()
1798 R: Send, in find_map_first()
1831 P: Fn(Self::Item) -> Option<R> + Sync + Send, in find_map_last()
1832 R: Send, in find_map_last()
1845 P: Fn(&Self::Item) -> bool + Sync + Send, in find()
1869 P: Fn(Self::Item) -> bool + Sync + Send, in any()
1891 P: Fn(Self::Item) -> bool + Sync + Send, in all()
1926 T: Send, in while_some()
2111 A: Send, in unzip()
2112 B: Send, in unzip()
2140 P: Fn(&Self::Item) -> bool + Sync + Send, in partition()
2192 P: Fn(Self::Item) -> Either<L, R> + Sync + Send, in partition_map()
2193 L: Send, in partition_map()
2194 R: Send, in partition_map()
2316 P: Fn(&Self::Item) -> bool + Sync + Send, in take_any_while()
2350 P: Fn(&Self::Item) -> bool + Sync + Send, in skip_any_while()
2562 A: Send, in unzip_into_vecs()
2563 B: Send, in unzip_into_vecs()
2737 T: Send, in fold_chunks()
3026 P: Fn(Self::Item) -> bool + Sync + Send, in position_any()
3063 P: Fn(Self::Item) -> bool + Sync + Send, in position_first()
3100 P: Fn(Self::Item) -> bool + Sync + Send, in position_last()
3118 P: Fn(Self::Item) -> bool + Sync + Send, in position()
3143 P: Fn(Self::Item) -> bool + Sync + Send, in positions()