Searched defs:CrateId (Results 1 – 5 of 5) sorted by relevance
511 pub struct CrateId { struct519 impl CrateId { impl526 impl From<&Package> for CrateId { implementation535 impl Serialize for CrateId { implementation573 impl<'de> Deserialize<'de> for CrateId { implementation582 impl std::fmt::Display for CrateId { implementation
931 ) -> Result<BTreeMap<CrateId, CargoTreeEntry>> in parse_features_from_cargo_tree_output()
32 fn workspace_members(&self) -> BTreeSet<CrateId>; in workspace_members()43 fn workspace_members(&self) -> BTreeSet<CrateId> { in workspace_members()
350 extras: &BTreeMap<CrateId, PairedExtras>, in new()535 fn with_overrides(mut self, extras: &BTreeMap<CrateId, PairedExtras>) -> Self { in with_overrides()741 package_extra: Option<(&CrateId, &PairedExtras)>, in crate_includes_build_script()
206 tree_data: Option<&Select<BTreeSet<CrateId>>>, in collect_deps_selectable()