Home
last modified time | relevance | path

Searched refs:VersionMatch (Results 1 – 4 of 4) sorted by relevance

/development/tools/external_crates/crate_health/src/
Dmigration.rs26 CrateCollection, Migratable, NameAndVersionMap, PseudoCrate, RepoPath, VersionMatch,
98 ) -> Result<VersionMatch<CrateCollection>> { in migrate()
118 let mut version_match = VersionMatch::new(source, dest)?; in migrate()
Dversion_match.rs42 pub struct VersionMatch<CollectionType: NameAndVersionMap> { struct
48 impl<CollectionType: NameAndVersionMap> VersionMatch<CollectionType> { impl
50 let mut vm = VersionMatch { source, dest, compatibility: BTreeMap::new() }; in new()
137 impl<CollectionType: NameAndVersionMap> VersionMatch<CollectionType> impl
165 impl VersionMatch<CrateCollection> { implementation
256 let mut version_match = VersionMatch::new(source, dest)?; in test_version_map()
409 let version_match = VersionMatch::new(source, dest)?; in test_migratability()
Dlib.rs40 pub use self::version_match::{CompatibleVersionPair, VersionMatch, VersionPair};
Dreports.rs19 CrateCollection, NameAndVersionMap, NamedAndVersioned, VersionMatch, VersionPair,
271 m: &VersionMatch<CrateCollection>, in migration_report()