Searched refs:is_migration_eligible (Results 1 – 3 of 3) sorted by relevance
142 self.source.map_field().values().filter(|val| !val.is_migration_eligible()) in ineligible()148 pair.source.is_migration_eligible() in eligible_but_not_migratable()155 self.compatible_pairs().filter(|crate_pair| crate_pair.source.is_migration_eligible()) in compatible_and_eligible()161 .filter(|pair| pair.source.is_migration_eligible() && pair.dest.is_migratable()) in migratable()181 if source_crate.is_migration_eligible() { in apply_patches()369 fn is_migration_eligible(&self) -> bool { in is_migration_eligible() method
111 .filter(|(_nv, krate)| krate.is_migration_eligible()) in migrate()
273 fn is_migration_eligible(&self) -> bool; in is_migration_eligible() method278 fn is_migration_eligible(&self) -> bool { in is_migration_eligible() method