Searched refs:TypeParen (Results 1 - 9 of 9) sorted by relevance
/third_party/rust/crates/syn/src/ |
H A D | ty.rs | 39 Paren(TypeParen), 156 pub struct TypeParen { structure names 367 return Ok(Type::Paren(TypeParen { 457 Ok(Type::Paren(TypeParen { 882 impl Parse for TypeParen { 889 impl TypeParen { impls 892 Ok(TypeParen { in parse() 1081 // distinguish TypeTuple from TypeParen. in to_tokens() 1122 impl ToTokens for TypeParen {
|
H A D | lib.rs | 514 TypeImplTrait, TypeInfer, TypeMacro, TypeNever, TypeParen, TypePath, TypePtr, TypeReference,
|
/third_party/rust/crates/syn/src/gen/ |
H A D | clone.rs | 1970 impl Clone for TypeParen { 1972 TypeParen { in clone()
|
H A D | fold.rs | 831 fn fold_type_paren(&mut self, i: TypeParen) -> TypeParen { in fold_type_paren() 3221 pub fn fold_type_paren<F>(f: &mut F, node: TypeParen) -> TypeParen in fold_type_paren() 3225 TypeParen { in fold_type_paren()
|
H A D | eq.rs | 1921 impl Eq for TypeParen {} 1924 impl PartialEq for TypeParen {
|
H A D | debug.rs | 2752 impl Debug for TypeParen { 2754 impl TypeParen { in fmt() impls 2762 self.debug(formatter, "TypeParen") in fmt()
|
H A D | visit_mut.rs | 828 fn visit_type_paren_mut(&mut self, i: &mut TypeParen) { in visit_type_paren_mut() 3597 pub fn visit_type_paren_mut<V>(v: &mut V, node: &mut TypeParen) in visit_type_paren_mut()
|
H A D | hash.rs | 2544 impl Hash for TypeParen {
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 4362 impl Debug for Lite<syn::TypeParen> { 4364 let mut formatter = formatter.debug_struct("TypeParen"); in fmt()
|
Completed in 34 milliseconds