Home
last modified time | relevance | path

Searched refs:TypeMacro (Results 1 - 11 of 11) sorted by relevance

/third_party/rust/crates/syn/src/
H A Dty.rs33 Macro(TypeMacro),
140 pub struct TypeMacro { structure names
484 return Ok(Type::Macro(TypeMacro {
729 impl Parse for TypeMacro {
731 Ok(TypeMacro { in parse()
1138 impl ToTokens for TypeMacro {
H A Dlib.rs514 TypeImplTrait, TypeInfer, TypeMacro, TypeNever, TypeParen, TypePath, TypePtr, TypeReference,
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_gen.rs589 struct TypeMacro<T> { structure names
593 assert::<TypeMacro<X>>();
/third_party/rust/crates/syn/codegen/src/
H A Dparse.rs11 Ident, Item, PathArguments, TypeMacro, TypePath, TypeTuple, UseTree, Visibility,
184 syn::Type::Macro(TypeMacro { mac }) in introspect_type()
/third_party/rust/crates/syn/src/gen/
H A Dclone.rs1929 impl Clone for TypeMacro {
1931 TypeMacro { mac: self.mac.clone() } in clone()
H A Dfold.rs811 fn fold_type_macro(&mut self, i: TypeMacro) -> TypeMacro { in fold_type_macro()
3170 pub fn fold_type_macro<F>(f: &mut F, node: TypeMacro) -> TypeMacro in fold_type_macro()
3174 TypeMacro { in fold_type_macro()
H A Deq.rs1868 impl Eq for TypeMacro {}
1871 impl PartialEq for TypeMacro {
H A Ddebug.rs2690 impl Debug for TypeMacro {
2692 impl TypeMacro { in fmt() impls
2699 self.debug(formatter, "TypeMacro") in fmt()
H A Dvisit_mut.rs808 fn visit_type_macro_mut(&mut self, i: &mut TypeMacro) { in visit_type_macro_mut()
3543 pub fn visit_type_macro_mut<V>(v: &mut V, node: &mut TypeMacro) in visit_type_macro_mut()
H A Dhash.rs2488 impl Hash for TypeMacro {
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs4290 impl Debug for Lite<syn::TypeMacro> {
4292 let mut formatter = formatter.debug_struct("TypeMacro"); in fmt()

Completed in 34 milliseconds