Searched defs:TypeParen (Results 1 – 8 of 8) sorted by relevance
958 impl Parse for TypeParen { implementation965 impl TypeParen { impl1193 impl ToTokens for TypeParen { implementation
1946 impl Eq for TypeParen {} implementation1949 impl PartialEq for TypeParen { implementation
2005 impl Clone for TypeParen { implementation
2579 impl Hash for TypeParen { implementation
691 fn visit_type_paren_mut(&mut self, i: &mut TypeParen) { in visit_type_paren_mut()
694 fn fold_type_paren(&mut self, i: TypeParen) -> TypeParen { in fold_type_paren()
2749 impl Debug for TypeParen { implementation
690 fn visit_type_paren(&mut self, i: &'ast TypeParen) { in visit_type_paren()