Home
last modified time | relevance | path

Searched refs:TypeParen (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/syn/src/
H A Dty.rs39 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 Dlib.rs514 TypeImplTrait, TypeInfer, TypeMacro, TypeNever, TypeParen, TypePath, TypePtr, TypeReference,
/third_party/rust/crates/syn/src/gen/
H A Dclone.rs1970 impl Clone for TypeParen {
1972 TypeParen { in clone()
H A Dfold.rs831 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 Deq.rs1921 impl Eq for TypeParen {}
1924 impl PartialEq for TypeParen {
H A Ddebug.rs2752 impl Debug for TypeParen {
2754 impl TypeParen { in fmt() impls
2762 self.debug(formatter, "TypeParen") in fmt()
H A Dvisit_mut.rs828 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 Dhash.rs2544 impl Hash for TypeParen {
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs4362 impl Debug for Lite<syn::TypeParen> {
4364 let mut formatter = formatter.debug_struct("TypeParen"); in fmt()

Completed in 34 milliseconds