Searched defs:PatchCollection (Results 1 – 2 of 2) sorted by relevance
45 pub struct PatchCollection { struct51 impl PatchCollection { argument306 impl std::fmt::Display for PatchCollection { implementation391 pub fn filter_patches_by_platform(collection: &PatchCollection, platform: &str) -> PatchCollection { in filter_patches_by_platform()400 pub fn validate_patches(collection: &PatchCollection, platform: &str) -> Result<()> { in validate_patches()
288 other_platform_collection: &PatchCollection, in filter_version_changes()304 fn display_patches(prelude: &str, collection: &PatchCollection) { in display_patches()