• Home
  • Raw
  • Download

Lines Matching defs:Send

377         OP: Fn(Self::Item) + Sync + Send,  in for_each()
407 OP: Fn(&mut T, Self::Item) + Sync + Send, in for_each_with()
441 OP: Fn(&mut T, Self::Item) + Sync + Send, in for_each_init()
442 INIT: Fn() -> T + Sync + Send, in for_each_init()
469 OP: Fn(Self::Item) -> R + Sync + Send, in try_for_each()
508 OP: Fn(&mut T, Self::Item) -> R + Sync + Send, in try_for_each_with()
550 OP: Fn(&mut T, Self::Item) -> R + Sync + Send, in try_for_each_init()
551 INIT: Fn() -> T + Sync + Send, in try_for_each_init()
596 F: Fn(Self::Item) -> R + Sync + Send, in map()
597 R: Send, in map()
633 F: Fn(&mut T, Self::Item) -> R + Sync + Send, in map_with()
635 R: Send, in map_with()
670 F: Fn(&mut T, Self::Item) -> R + Sync + Send, in map_init()
671 INIT: Fn() -> T + Sync + Send, in map_init()
672 R: Send, in map_init()
700 T: 'a + Clone + Send, in cloned()
729 T: 'a + Copy + Send, in copied()
766 OP: Fn(&Self::Item) + Sync + Send, in inspect()
786 F: Fn(&mut Self::Item) + Sync + Send, in update()
807 P: Fn(&Self::Item) -> bool + Sync + Send, in filter()
832 P: Fn(Self::Item) -> Option<R> + Sync + Send, in filter_map()
833 R: Send, in filter_map()
858 F: Fn(Self::Item) -> PI + Sync + Send, in flat_map()
904 F: Fn(Self::Item) -> SI + Sync + Send, in flat_map_iter()
906 SI::Item: Send, in flat_map_iter()
951 <Self::Item as IntoIterator>::Item: Send, in flatten_iter()
988 OP: Fn(Self::Item, Self::Item) -> Self::Item + Sync + Send, in reduce()
989 ID: Fn() -> Self::Item + Sync + Send, in reduce()
1022 OP: Fn(Self::Item, Self::Item) -> Self::Item + Sync + Send, in reduce_with()
1076 OP: Fn(T, T) -> Self::Item + Sync + Send, in try_reduce()
1077 ID: Fn() -> T + Sync + Send, in try_reduce()
1120 OP: Fn(T, T) -> Self::Item + Sync + Send, in try_reduce_with()
1261 F: Fn(T, Self::Item) -> T + Sync + Send, in fold()
1262 ID: Fn() -> T + Sync + Send, in fold()
1263 T: Send, in fold()
1289 F: Fn(T, Self::Item) -> T + Sync + Send, in fold_with()
1322 F: Fn(T, Self::Item) -> R + Sync + Send, in try_fold()
1323 ID: Fn() -> T + Sync + Send, in try_fold()
1349 F: Fn(T, Self::Item) -> R + Sync + Send, in try_fold_with()
1351 T: Clone + Send, in try_fold_with()
1498 fn min_by_key<K, F>(self, f: F) -> Option<Self::Item> in min_by_key()
1596 fn max_by_key<K, F>(self, f: F) -> Option<Self::Item> in max_by_key()
1664 P: Fn(&Self::Item) -> bool + Sync + Send, in find_any()
1694 P: Fn(&Self::Item) -> bool + Sync + Send, in find_first()
1723 P: Fn(&Self::Item) -> bool + Sync + Send, in find_last()
1753 P: Fn(Self::Item) -> Option<R> + Sync + Send, in find_map_any()
1754 R: Send, in find_map_any()
1787 P: Fn(Self::Item) -> Option<R> + Sync + Send, in find_map_first()
1788 R: Send, in find_map_first()
1821 P: Fn(Self::Item) -> Option<R> + Sync + Send, in find_map_last()
1822 R: Send, in find_map_last()
1835 P: Fn(&Self::Item) -> bool + Sync + Send, in find()
1859 P: Fn(Self::Item) -> bool + Sync + Send, in any()
1881 P: Fn(Self::Item) -> bool + Sync + Send, in all()
1916 T: Send, in while_some()
2098 A: Send, in unzip()
2099 B: Send, in unzip()
2127 P: Fn(&Self::Item) -> bool + Sync + Send, in partition()
2179 P: Fn(Self::Item) -> Either<L, R> + Sync + Send, in partition_map()
2180 L: Send, in partition_map()
2181 R: Send, in partition_map()
2303 P: Fn(&Self::Item) -> bool + Sync + Send, in take_any_while()
2337 P: Fn(&Self::Item) -> bool + Sync + Send, in skip_any_while()
2440 A: Send, in unzip_into_vecs()
2441 B: Send, in unzip_into_vecs()
2613 T: Send, in fold_chunks()
2902 P: Fn(Self::Item) -> bool + Sync + Send, in position_any()
2939 P: Fn(Self::Item) -> bool + Sync + Send, in position_first()
2976 P: Fn(Self::Item) -> bool + Sync + Send, in position_last()
2994 P: Fn(Self::Item) -> bool + Sync + Send, in position()
3019 P: Fn(Self::Item) -> bool + Sync + Send, in positions()