Searched defs:PredicateType (Results 1 – 8 of 8) sorted by relevance
1400 impl ToTokens for PredicateType { implementation
1699 impl Eq for crate::PredicateType {} implementation1702 impl PartialEq for crate::PredicateType { implementation
769 fn fold_predicate_type(&mut self, i: crate::PredicateType) -> crate::PredicateType { in fold_predicate_type()3198 node: crate::PredicateType, in fold_predicate_type()
1718 impl Clone for crate::PredicateType { implementation
2167 impl Hash for crate::PredicateType { implementation
725 fn visit_predicate_type_mut(&mut self, i: &mut crate::PredicateType) { in visit_predicate_type_mut()
717 fn visit_predicate_type(&mut self, i: &'ast crate::PredicateType) { in visit_predicate_type()
2474 impl Debug for crate::PredicateType { implementation