Searched defs:ExprType (Results 1 – 8 of 8) sorted by relevance
663 impl Eq for ExprType {} implementation666 impl PartialEq for ExprType { implementation
694 impl Clone for ExprType { implementation
918 impl Hash for ExprType { implementation
244 fn fold_expr_type(&mut self, i: ExprType) -> ExprType { in fold_expr_type()
247 fn visit_expr_type_mut(&mut self, i: &mut ExprType) { in visit_expr_type_mut()
1008 impl Debug for ExprType { implementation
246 fn visit_expr_type(&mut self, i: &'ast ExprType) { in visit_expr_type()
3111 impl ToTokens for ExprType { implementation