Searched defs:can_derive (Results 1 – 1 of 1) sorted by relevance
70 can_derive: HashMap<ItemId, CanDerive>, field142 let can_derive = self in constrain_type() localVariable431 let can_derive = self.can_derive in constrain_join() localVariable644 let can_derive = HashMap::default(); in new() localVariable685 let can_derive = match item.as_type() { in constrain() localVariable687 let mut can_derive = self.constrain_type(item, ty); in constrain() localVariable