Lines Matching refs:Debug
8 use std::fmt::{self, Debug, Display};
9 impl Debug for Lite<syn::Abi> {
16 impl Debug for Print {
19 Debug::fmt(Lite(&self.0), formatter)?;
29 impl Debug for Lite<syn::AngleBracketedGenericArguments> {
41 impl Debug for Lite<syn::Arm> {
52 impl Debug for Print {
55 Debug::fmt(Lite(&self.0.1), formatter)?;
69 impl Debug for Lite<syn::AssocConst> {
77 impl Debug for Print {
80 Debug::fmt(Lite(&self.0), formatter)?;
91 impl Debug for Lite<syn::AssocType> {
99 impl Debug for Print {
102 Debug::fmt(Lite(&self.0), formatter)?;
113 impl Debug for Lite<syn::AttrStyle> {
124 impl Debug for Lite<syn::Attribute> {
132 impl Debug for Lite<syn::BareFnArg> {
142 impl Debug for Print {
145 Debug::fmt(Lite(&self.0.0), formatter)?;
156 impl Debug for Lite<syn::BareVariadic> {
166 impl Debug for Print {
169 Debug::fmt(Lite(&self.0.0), formatter)?;
182 impl Debug for Lite<syn::BinOp> {
301 impl Debug for Lite<syn::Block> {
308 impl Debug for Lite<syn::BoundLifetimes> {
317 impl Debug for Lite<syn::ConstParam> {
332 impl Debug for Print {
335 Debug::fmt(Lite(&self.0), formatter)?;
345 impl Debug for Lite<syn::Constraint> {
353 impl Debug for Print {
356 Debug::fmt(Lite(&self.0), formatter)?;
369 impl Debug for Lite<syn::Data> {
395 impl Debug for Lite<syn::DataEnum> {
404 impl Debug for Lite<syn::DataStruct> {
414 impl Debug for Lite<syn::DataUnion> {
421 impl Debug for Lite<syn::DeriveInput> {
434 impl Debug for Lite<syn::Expr> {
494 impl Debug for Print {
497 Debug::fmt(Lite(&self.0), formatter)?;
516 impl Debug for Print {
519 Debug::fmt(Lite(&self.0), formatter)?;
530 impl Debug for Print {
533 Debug::fmt(Lite(&self.0), formatter)?;
571 impl Debug for Print {
574 Debug::fmt(Lite(&self.0), formatter)?;
617 impl Debug for Print {
620 Debug::fmt(Lite(&self.0), formatter)?;
647 impl Debug for Print {
650 Debug::fmt(Lite(&self.0), formatter)?;
681 impl Debug for Print {
684 Debug::fmt(Lite(&self.0.1), formatter)?;
735 impl Debug for Print {
738 Debug::fmt(Lite(&self.0), formatter)?;
778 impl Debug for Print {
781 Debug::fmt(Lite(&self.0), formatter)?;
810 impl Debug for Print {
813 Debug::fmt(Lite(&self.0), formatter)?;
832 impl Debug for Print {
835 Debug::fmt(Lite(&self.0), formatter)?;
847 impl Debug for Print {
850 Debug::fmt(Lite(&self.0), formatter)?;
888 impl Debug for Print {
891 Debug::fmt(Lite(&self.0), formatter)?;
909 impl Debug for Print {
912 Debug::fmt(Lite(&self.0), formatter)?;
930 impl Debug for Print {
933 Debug::fmt(Lite(&self.0), formatter)?;
1001 impl Debug for Print {
1004 Debug::fmt(Lite(&self.0), formatter)?;
1024 impl Debug for Print {
1027 Debug::fmt(Lite(&self.0), formatter)?;
1040 impl Debug for Lite<syn::ExprArray> {
1052 impl Debug for Lite<syn::ExprAssign> {
1063 impl Debug for Lite<syn::ExprAsync> {
1076 impl Debug for Lite<syn::ExprAwait> {
1086 impl Debug for Lite<syn::ExprBinary> {
1098 impl Debug for Lite<syn::ExprBlock> {
1108 impl Debug for Print {
1111 Debug::fmt(Lite(&self.0), formatter)?;
1122 impl Debug for Lite<syn::ExprBreak> {
1132 impl Debug for Print {
1135 Debug::fmt(Lite(&self.0), formatter)?;
1146 impl Debug for Print {
1149 Debug::fmt(Lite(&self.0), formatter)?;
1159 impl Debug for Lite<syn::ExprCall> {
1172 impl Debug for Lite<syn::ExprCast> {
1183 impl Debug for Lite<syn::ExprClosure> {
1193 impl Debug for Print {
1196 Debug::fmt(Lite(&self.0), formatter)?;
1223 impl Debug for Lite<syn::ExprConst> {
1233 impl Debug for Lite<syn::ExprContinue> {
1243 impl Debug for Print {
1246 Debug::fmt(Lite(&self.0), formatter)?;
1256 impl Debug for Lite<syn::ExprField> {
1267 impl Debug for Lite<syn::ExprForLoop> {
1277 impl Debug for Print {
1280 Debug::fmt(Lite(&self.0), formatter)?;
1293 impl Debug for Lite<syn::ExprGroup> {
1303 impl Debug for Lite<syn::ExprIf> {
1315 impl Debug for Print {
1318 Debug::fmt(Lite(&self.0.1), formatter)?;
1328 impl Debug for Lite<syn::ExprIndex> {
1339 impl Debug for Lite<syn::ExprInfer> {
1348 impl Debug for Lite<syn::ExprLet> {
1359 impl Debug for Lite<syn::ExprLit> {
1369 impl Debug for Lite<syn::ExprLoop> {
1379 impl Debug for Print {
1382 Debug::fmt(Lite(&self.0), formatter)?;
1393 impl Debug for Lite<syn::ExprMacro> {
1403 impl Debug for Lite<syn::ExprMatch> {
1416 impl Debug for Lite<syn::ExprMethodCall> {
1428 impl Debug for Print {
1431 Debug::fmt(Lite(&self.0), formatter)?;
1444 impl Debug for Lite<syn::ExprParen> {
1454 impl Debug for Lite<syn::ExprPath> {
1464 impl Debug for Print {
1467 Debug::fmt(Lite(&self.0), formatter)?;
1478 impl Debug for Lite<syn::ExprRange> {
1488 impl Debug for Print {
1491 Debug::fmt(Lite(&self.0), formatter)?;
1503 impl Debug for Print {
1506 Debug::fmt(Lite(&self.0), formatter)?;
1516 impl Debug for Lite<syn::ExprReference> {
1529 impl Debug for Lite<syn::ExprRepeat> {
1540 impl Debug for Lite<syn::ExprReturn> {
1550 impl Debug for Print {
1553 Debug::fmt(Lite(&self.0), formatter)?;
1563 impl Debug for Lite<syn::ExprStruct> {
1573 impl Debug for Print {
1576 Debug::fmt(Lite(&self.0), formatter)?;
1594 impl Debug for Print {
1597 Debug::fmt(Lite(&self.0), formatter)?;
1607 impl Debug for Lite<syn::ExprTry> {
1617 impl Debug for Lite<syn::ExprTryBlock> {
1627 impl Debug for Lite<syn::ExprTuple> {
1639 impl Debug for Lite<syn::ExprUnary> {
1650 impl Debug for Lite<syn::ExprUnsafe> {
1660 impl Debug for Lite<syn::ExprWhile> {
1670 impl Debug for Print {
1673 Debug::fmt(Lite(&self.0), formatter)?;
1685 impl Debug for Lite<syn::ExprYield> {
1695 impl Debug for Print {
1698 Debug::fmt(Lite(&self.0), formatter)?;
1708 impl Debug for Lite<syn::Field> {
1725 impl Debug for Print {
1728 Debug::fmt(Lite(&self.0), formatter)?;
1742 impl Debug for Lite<syn::FieldMutability> {
1750 impl Debug for Lite<syn::FieldPat> {
1764 impl Debug for Lite<syn::FieldValue> {
1778 impl Debug for Lite<syn::Fields> {
1799 impl Debug for Lite<syn::FieldsNamed> {
1808 impl Debug for Lite<syn::FieldsUnnamed> {
1817 impl Debug for Lite<syn::File> {
1824 impl Debug for Print {
1827 Debug::fmt(Lite(&self.0), formatter)?;
1843 impl Debug for Lite<syn::FnArg> {
1849 Debug::fmt(Lite(_val), formatter)?;
1856 Debug::fmt(Lite(_val), formatter)?;
1863 impl Debug for Lite<syn::ForeignItem> {
1923 impl Debug for Lite<syn::ForeignItemFn> {
1934 impl Debug for Lite<syn::ForeignItemMacro> {
1947 impl Debug for Lite<syn::ForeignItemStatic> {
1965 impl Debug for Lite<syn::ForeignItemType> {
1977 impl Debug for Lite<syn::GenericArgument> {
1983 Debug::fmt(Lite(_val), formatter)?;
1990 Debug::fmt(Lite(_val), formatter)?;
1997 Debug::fmt(Lite(_val), formatter)?;
2004 Debug::fmt(Lite(_val), formatter)?;
2011 Debug::fmt(Lite(_val), formatter)?;
2018 Debug::fmt(Lite(_val), formatter)?;
2026 impl Debug for Lite<syn::GenericParam> {
2032 Debug::fmt(Lite(_val), formatter)?;
2039 Debug::fmt(Lite(_val), formatter)?;
2046 Debug::fmt(Lite(_val), formatter)?;
2053 impl Debug for Lite<syn::Generics> {
2069 impl Debug for Print {
2072 Debug::fmt(Lite(&self.0), formatter)?;
2082 impl Debug for Lite<syn::ImplItem> {
2149 impl Debug for Lite<syn::ImplItemConst> {
2166 impl Debug for Lite<syn::ImplItemFn> {
2181 impl Debug for Lite<syn::ImplItemMacro> {
2194 impl Debug for Lite<syn::ImplItemType> {
2210 impl Debug for Lite<syn::ImplRestriction> {
2215 impl Debug for Lite<syn::Index> {
2222 impl Debug for Lite<syn::Item> {
2261 impl Debug for Print {
2264 Debug::fmt(Lite(&self.0.1), formatter)?;
2313 impl Debug for Print {
2316 Debug::fmt(
2346 impl Debug for Print {
2349 Debug::fmt(Lite(&self.0), formatter)?;
2376 impl Debug for Print {
2379 Debug::fmt(Lite(&self.0.1), formatter)?;
2438 impl Debug for Print {
2441 Debug::fmt(Lite(&self.0), formatter)?;
2519 impl Debug for Lite<syn::ItemConst> {
2533 impl Debug for Lite<syn::ItemEnum> {
2548 impl Debug for Lite<syn::ItemExternCrate> {
2560 impl Debug for Print {
2563 Debug::fmt(Lite(&self.0.1), formatter)?;
2573 impl Debug for Lite<syn::ItemFn> {
2585 impl Debug for Lite<syn::ItemForeignMod> {
2601 impl Debug for Lite<syn::ItemImpl> {
2618 impl Debug for Print {
2621 Debug::fmt(
2643 impl Debug for Lite<syn::ItemMacro> {
2653 impl Debug for Print {
2656 Debug::fmt(Lite(&self.0), formatter)?;
2670 impl Debug for Lite<syn::ItemMod> {
2685 impl Debug for Print {
2688 Debug::fmt(Lite(&self.0.1), formatter)?;
2701 impl Debug for Lite<syn::ItemStatic> {
2720 impl Debug for Lite<syn::ItemStruct> {
2736 impl Debug for Lite<syn::ItemTrait> {
2753 impl Debug for Print {
2756 Debug::fmt(Lite(&self.0), formatter)?;
2777 impl Debug for Lite<syn::ItemTraitAlias> {
2792 impl Debug for Lite<syn::ItemType> {
2805 impl Debug for Lite<syn::ItemUnion> {
2818 impl Debug for Lite<syn::ItemUse> {
2832 impl Debug for Lite<syn::Label> {
2839 impl Debug for Lite<syn::Lifetime> {
2846 impl Debug for Lite<syn::LifetimeParam> {
2862 impl Debug for Lite<syn::Lit> {
2887 impl Debug for Lite<syn::LitBool> {
2894 impl Debug for Lite<syn::LitByte> {
2899 impl Debug for Lite<syn::LitByteStr> {
2904 impl Debug for Lite<syn::LitChar> {
2909 impl Debug for Lite<syn::LitFloat> {
2914 impl Debug for Lite<syn::LitInt> {
2919 impl Debug for Lite<syn::LitStr> {
2924 impl Debug for Lite<syn::Local> {
2935 impl Debug for Print {
2938 Debug::fmt(Lite(&self.0), formatter)?;
2948 impl Debug for Lite<syn::LocalInit> {
2956 impl Debug for Print {
2959 Debug::fmt(Lite(&self.0.1), formatter)?;
2969 impl Debug for Lite<syn::Macro> {
2978 impl Debug for Lite<syn::MacroDelimiter> {
2996 impl Debug for Lite<syn::Member> {
3002 Debug::fmt(Lite(_val), formatter)?;
3009 Debug::fmt(Lite(_val), formatter)?;
3016 impl Debug for Lite<syn::Meta> {
3045 impl Debug for Lite<syn::MetaList> {
3054 impl Debug for Lite<syn::MetaNameValue> {
3062 impl Debug for Lite<syn::ParenthesizedGenericArguments> {
3072 impl Debug for Lite<syn::Pat> {
3078 Debug::fmt(Lite(_val), formatter)?;
3098 impl Debug for Print {
3101 Debug::fmt(Lite(&self.0.1), formatter)?;
3113 Debug::fmt(Lite(_val), formatter)?;
3120 Debug::fmt(Lite(_val), formatter)?;
3148 Debug::fmt(Lite(_val), formatter)?;
3155 Debug::fmt(Lite(_val), formatter)?;
3196 impl Debug for Print {
3199 Debug::fmt(Lite(&self.0), formatter)?;
3214 impl Debug for Print {
3217 Debug::fmt(Lite(&self.0), formatter)?;
3245 impl Debug for Print {
3248 Debug::fmt(Lite(&self.0), formatter)?;
3288 impl Debug for Lite<syn::PatIdent> {
3305 impl Debug for Print {
3308 Debug::fmt(Lite(&self.0.1), formatter)?;
3318 impl Debug for Lite<syn::PatOr> {
3333 impl Debug for Lite<syn::PatParen> {
3343 impl Debug for Lite<syn::PatReference> {
3356 impl Debug for Lite<syn::PatRest> {
3365 impl Debug for Lite<syn::PatSlice> {
3377 impl Debug for Lite<syn::PatStruct> {
3387 impl Debug for Print {
3390 Debug::fmt(Lite(&self.0), formatter)?;
3405 impl Debug for Print {
3408 Debug::fmt(Lite(&self.0), formatter)?;
3418 impl Debug for Lite<syn::PatTuple> {
3430 impl Debug for Lite<syn::PatTupleStruct> {
3440 impl Debug for Print {
3443 Debug::fmt(Lite(&self.0), formatter)?;
3457 impl Debug for Lite<syn::PatType> {
3468 impl Debug for Lite<syn::PatWild> {
3477 impl Debug for Lite<syn::Path> {
3489 impl Debug for Lite<syn::PathArguments> {
3516 impl Debug for Lite<syn::PathSegment> {
3529 impl Debug for Lite<syn::PredicateLifetime> {
3539 impl Debug for Lite<syn::PredicateType> {
3546 impl Debug for Print {
3549 Debug::fmt(Lite(&self.0), formatter)?;
3563 impl Debug for Lite<syn::QSelf> {
3574 impl Debug for Lite<syn::RangeLimits> {
3588 impl Debug for Lite<syn::Receiver> {
3598 impl Debug for Print {
3601 Debug::fmt(
3606 impl Debug for Print {
3614 Debug::fmt(Lite(_val), formatter)?;
3642 impl Debug for Lite<syn::ReturnType> {
3654 impl Debug for Lite<syn::Signature> {
3670 impl Debug for Print {
3673 Debug::fmt(Lite(&self.0), formatter)?;
3689 impl Debug for Print {
3692 Debug::fmt(Lite(&self.0), formatter)?;
3703 impl Debug for Lite<syn::StaticMutability> {
3715 impl Debug for Lite<syn::Stmt> {
3728 impl Debug for Print {
3731 Debug::fmt(Lite(&self.0), formatter)?;
3743 Debug::fmt(Lite(_val), formatter)?;
3772 impl Debug for Lite<syn::StmtMacro> {
3785 impl Debug for Lite<syn::TraitBound> {
3801 impl Debug for Print {
3804 Debug::fmt(Lite(&self.0), formatter)?;
3815 impl Debug for Lite<syn::TraitBoundModifier> {
3828 impl Debug for Lite<syn::TraitItem> {
3843 impl Debug for Print {
3846 Debug::fmt(Lite(&self.0.1), formatter)?;
3865 impl Debug for Print {
3868 Debug::fmt(Lite(&self.0), formatter)?;
3897 impl Debug for Print {
3900 Debug::fmt(Lite(&self.0.1), formatter)?;
3931 impl Debug for Lite<syn::TraitItemConst> {
3944 impl Debug for Print {
3947 Debug::fmt(Lite(&self.0.1), formatter)?;
3957 impl Debug for Lite<syn::TraitItemFn> {
3968 impl Debug for Print {
3971 Debug::fmt(Lite(&self.0), formatter)?;
3984 impl Debug for Lite<syn::TraitItemMacro> {
3997 impl Debug for Lite<syn::TraitItemType> {
4015 impl Debug for Print {
4018 Debug::fmt(Lite(&self.0.1), formatter)?;
4028 impl Debug for Lite<syn::Type> {
4043 impl Debug for Print {
4046 Debug::fmt(Lite(&self.0), formatter)?;
4060 impl Debug for Print {
4063 Debug::fmt(Lite(&self.0), formatter)?;
4077 impl Debug for Print {
4080 Debug::fmt(Lite(&self.0), formatter)?;
4126 impl Debug for Print {
4129 Debug::fmt(Lite(&self.0), formatter)?;
4156 impl Debug for Print {
4159 Debug::fmt(Lite(&self.0), formatter)?;
4205 impl Debug for Lite<syn::TypeArray> {
4213 impl Debug for Lite<syn::TypeBareFn> {
4220 impl Debug for Print {
4223 Debug::fmt(Lite(&self.0), formatter)?;
4237 impl Debug for Print {
4240 Debug::fmt(Lite(&self.0), formatter)?;
4254 impl Debug for Print {
4257 Debug::fmt(Lite(&self.0), formatter)?;
4268 impl Debug for Lite<syn::TypeGroup> {
4275 impl Debug for Lite<syn::TypeImplTrait> {
4284 impl Debug for Lite<syn::TypeInfer> {
4290 impl Debug for Lite<syn::TypeMacro> {
4297 impl Debug for Lite<syn::TypeNever> {
4303 impl Debug for Lite<syn::TypeParam> {
4323 impl Debug for Print {
4326 Debug::fmt(Lite(&self.0), formatter)?;
4336 impl Debug for Lite<syn::TypeParamBound> {
4342 Debug::fmt(Lite(_val), formatter)?;
4362 impl Debug for Lite<syn::TypeParen> {
4369 impl Debug for Lite<syn::TypePath> {
4376 impl Debug for Print {
4379 Debug::fmt(Lite(&self.0), formatter)?;
4390 impl Debug for Lite<syn::TypePtr> {
4403 impl Debug for Lite<syn::TypeReference> {
4410 impl Debug for Print {
4413 Debug::fmt(Lite(&self.0), formatter)?;
4427 impl Debug for Lite<syn::TypeSlice> {
4434 impl Debug for Lite<syn::TypeTraitObject> {
4446 impl Debug for Lite<syn::TypeTuple> {
4455 impl Debug for Lite<syn::UnOp> {
4474 impl Debug for Lite<syn::UseGlob> {
4480 impl Debug for Lite<syn::UseGroup> {
4489 impl Debug for Lite<syn::UseName> {
4496 impl Debug for Lite<syn::UsePath> {
4504 impl Debug for Lite<syn::UseRename> {
4512 impl Debug for Lite<syn::UseTree> {
4518 Debug::fmt(Lite(_val), formatter)?;
4525 Debug::fmt(Lite(_val), formatter)?;
4532 Debug::fmt(Lite(_val), formatter)?;
4539 Debug::fmt(Lite(_val), formatter)?;
4546 Debug::fmt(Lite(_val), formatter)?;
4553 impl Debug for Lite<syn::Variadic> {
4563 impl Debug for Print {
4566 Debug::fmt(Lite(&self.0.0), formatter)?;
4579 impl Debug for Lite<syn::Variant> {
4591 impl Debug for Print {
4594 Debug::fmt(Lite(&self.0.1), formatter)?;
4604 impl Debug for Lite<syn::VisRestricted> {
4614 impl Debug for Lite<syn::Visibility> {
4633 impl Debug for Lite<syn::WhereClause> {
4642 impl Debug for Lite<syn::WherePredicate> {
4648 Debug::fmt(Lite(_val), formatter)?;
4655 Debug::fmt(Lite(_val), formatter)?;
4663 impl Debug for Lite<syn::token::Abstract> {
4668 impl Debug for Lite<syn::token::And> {
4673 impl Debug for Lite<syn::token::AndAnd> {
4678 impl Debug for Lite<syn::token::AndEq> {
4683 impl Debug for Lite<syn::token::As> {
4688 impl Debug for Lite<syn::token::Async> {
4693 impl Debug for Lite<syn::token::At> {
4698 impl Debug for Lite<syn::token::Auto> {
4703 impl Debug for Lite<syn::token::Await> {
4708 impl Debug for Lite<syn::token::Become> {
4713 impl Debug for Lite<syn::token::Box> {
4718 impl Debug for Lite<syn::token::Break> {
4723 impl Debug for Lite<syn::token::Caret> {
4728 impl Debug for Lite<syn::token::CaretEq> {
4733 impl Debug for Lite<syn::token::Colon> {
4738 impl Debug for Lite<syn::token::Comma> {
4743 impl Debug for Lite<syn::token::Const> {
4748 impl Debug for Lite<syn::token::Continue> {
4753 impl Debug for Lite<syn::token::Crate> {
4758 impl Debug for Lite<syn::token::Default> {
4763 impl Debug for Lite<syn::token::Do> {
4768 impl Debug for Lite<syn::token::Dollar> {
4773 impl Debug for Lite<syn::token::Dot> {
4778 impl Debug for Lite<syn::token::DotDot> {
4783 impl Debug for Lite<syn::token::DotDotDot> {
4788 impl Debug for Lite<syn::token::DotDotEq> {
4793 impl Debug for Lite<syn::token::Dyn> {
4798 impl Debug for Lite<syn::token::Else> {
4803 impl Debug for Lite<syn::token::Enum> {
4808 impl Debug for Lite<syn::token::Eq> {
4813 impl Debug for Lite<syn::token::EqEq> {
4818 impl Debug for Lite<syn::token::Extern> {
4823 impl Debug for Lite<syn::token::FatArrow> {
4828 impl Debug for Lite<syn::token::Final> {
4833 impl Debug for Lite<syn::token::Fn> {
4838 impl Debug for Lite<syn::token::For> {
4843 impl Debug for Lite<syn::token::Ge> {
4848 impl Debug for Lite<syn::token::Gt> {
4853 impl Debug for Lite<syn::token::If> {
4858 impl Debug for Lite<syn::token::Impl> {
4863 impl Debug for Lite<syn::token::In> {
4868 impl Debug for Lite<syn::token::LArrow> {
4873 impl Debug for Lite<syn::token::Le> {
4878 impl Debug for Lite<syn::token::Let> {
4883 impl Debug for Lite<syn::token::Loop> {
4888 impl Debug for Lite<syn::token::Lt> {
4893 impl Debug for Lite<syn::token::Macro> {
4898 impl Debug for Lite<syn::token::Match> {
4903 impl Debug for Lite<syn::token::Minus> {
4908 impl Debug for Lite<syn::token::MinusEq> {
4913 impl Debug for Lite<syn::token::Mod> {
4918 impl Debug for Lite<syn::token::Move> {
4923 impl Debug for Lite<syn::token::Mut> {
4928 impl Debug for Lite<syn::token::Ne> {
4933 impl Debug for Lite<syn::token::Not> {
4938 impl Debug for Lite<syn::token::Or> {
4943 impl Debug for Lite<syn::token::OrEq> {
4948 impl Debug for Lite<syn::token::OrOr> {
4953 impl Debug for Lite<syn::token::Override> {
4958 impl Debug for Lite<syn::token::PathSep> {
4963 impl Debug for Lite<syn::token::Percent> {
4968 impl Debug for Lite<syn::token::PercentEq> {
4973 impl Debug for Lite<syn::token::Plus> {
4978 impl Debug for Lite<syn::token::PlusEq> {
4983 impl Debug for Lite<syn::token::Pound> {
4988 impl Debug for Lite<syn::token::Priv> {
4993 impl Debug for Lite<syn::token::Pub> {
4998 impl Debug for Lite<syn::token::Question> {
5003 impl Debug for Lite<syn::token::RArrow> {
5008 impl Debug for Lite<syn::token::Ref> {
5013 impl Debug for Lite<syn::token::Return> {
5018 impl Debug for Lite<syn::token::SelfType> {
5023 impl Debug for Lite<syn::token::SelfValue> {
5028 impl Debug for Lite<syn::token::Semi> {
5033 impl Debug for Lite<syn::token::Shl> {
5038 impl Debug for Lite<syn::token::ShlEq> {
5043 impl Debug for Lite<syn::token::Shr> {
5048 impl Debug for Lite<syn::token::ShrEq> {
5053 impl Debug for Lite<syn::token::Slash> {
5058 impl Debug for Lite<syn::token::SlashEq> {
5063 impl Debug for Lite<syn::token::Star> {
5068 impl Debug for Lite<syn::token::StarEq> {
5073 impl Debug for Lite<syn::token::Static> {
5078 impl Debug for Lite<syn::token::Struct> {
5083 impl Debug for Lite<syn::token::Super> {
5088 impl Debug for Lite<syn::token::Tilde> {
5093 impl Debug for Lite<syn::token::Trait> {
5098 impl Debug for Lite<syn::token::Try> {
5103 impl Debug for Lite<syn::token::Type> {
5108 impl Debug for Lite<syn::token::Typeof> {
5113 impl Debug for Lite<syn::token::Underscore> {
5118 impl Debug for Lite<syn::token::Union> {
5123 impl Debug for Lite<syn::token::Unsafe> {
5128 impl Debug for Lite<syn::token::Unsized> {
5133 impl Debug for Lite<syn::token::Use> {
5138 impl Debug for Lite<syn::token::Virtual> {
5143 impl Debug for Lite<syn::token::Where> {
5148 impl Debug for Lite<syn::token::While> {
5153 impl Debug for Lite<syn::token::Yield> {