Searched defs:TypeParen (Results 1 – 8 of 8) sorted by relevance
882 impl Parse for TypeParen { implementation889 impl TypeParen { impl1122 impl ToTokens for TypeParen { implementation
2752 impl Debug for TypeParen { implementation2754 impl TypeParen { in fmt() impl
1921 impl Eq for TypeParen {} implementation1924 impl PartialEq for TypeParen { implementation
1970 impl Clone for TypeParen { implementation
2544 impl Hash for TypeParen { implementation
831 fn fold_type_paren(&mut self, i: TypeParen) -> TypeParen { in fold_type_paren()
828 fn visit_type_paren_mut(&mut self, i: &mut TypeParen) { in visit_type_paren_mut()
827 fn visit_type_paren(&mut self, i: &'ast TypeParen) { in visit_type_paren()