(function() {var implementors = {};
implementors["syn"] = [{text:"impl ToTokens for Attribute",synthetic:false,types:["syn::attr::Attribute"]},{text:"impl ToTokens for MetaItem",synthetic:false,types:["syn::attr::MetaItem"]},{text:"impl ToTokens for NestedMetaItem",synthetic:false,types:["syn::attr::NestedMetaItem"]},{text:"impl ToTokens for ConstExpr",synthetic:false,types:["syn::constant::ConstExpr"]},{text:"impl ToTokens for Variant",synthetic:false,types:["syn::data::Variant"]},{text:"impl ToTokens for VariantData",synthetic:false,types:["syn::data::VariantData"]},{text:"impl ToTokens for Field",synthetic:false,types:["syn::data::Field"]},{text:"impl ToTokens for Visibility",synthetic:false,types:["syn::data::Visibility"]},{text:"impl ToTokens for Generics",synthetic:false,types:["syn::generics::Generics"]},{text:"impl<'a> ToTokens for ImplGenerics<'a>",synthetic:false,types:["syn::generics::ImplGenerics"]},{text:"impl<'a> ToTokens for TyGenerics<'a>",synthetic:false,types:["syn::generics::TyGenerics"]},{text:"impl<'a> ToTokens for Turbofish<'a>",synthetic:false,types:["syn::generics::Turbofish"]},{text:"impl ToTokens for Lifetime",synthetic:false,types:["syn::generics::Lifetime"]},{text:"impl ToTokens for LifetimeDef",synthetic:false,types:["syn::generics::LifetimeDef"]},{text:"impl ToTokens for TyParam",synthetic:false,types:["syn::generics::TyParam"]},{text:"impl ToTokens for TyParamBound",synthetic:false,types:["syn::generics::TyParamBound"]},{text:"impl ToTokens for WhereClause",synthetic:false,types:["syn::generics::WhereClause"]},{text:"impl ToTokens for WherePredicate",synthetic:false,types:["syn::generics::WherePredicate"]},{text:"impl ToTokens for WhereBoundPredicate",synthetic:false,types:["syn::generics::WhereBoundPredicate"]},{text:"impl ToTokens for WhereRegionPredicate",synthetic:false,types:["syn::generics::WhereRegionPredicate"]},{text:"impl ToTokens for WhereEqPredicate",synthetic:false,types:["syn::generics::WhereEqPredicate"]},{text:"impl ToTokens for Ident",synthetic:false,types:["syn::ident::Ident"]},{text:"impl ToTokens for Lit",synthetic:false,types:["syn::lit::Lit"]},{text:"impl ToTokens for Mac",synthetic:false,types:["syn::mac::Mac"]},{text:"impl ToTokens for TokenTree",synthetic:false,types:["syn::mac::TokenTree"]},{text:"impl ToTokens for Delimited",synthetic:false,types:["syn::mac::Delimited"]},{text:"impl ToTokens for Token",synthetic:false,types:["syn::mac::Token"]},{text:"impl ToTokens for BinOpToken",synthetic:false,types:["syn::mac::BinOpToken"]},{text:"impl ToTokens for DeriveInput",synthetic:false,types:["syn::derive::DeriveInput"]},{text:"impl ToTokens for BinOp",synthetic:false,types:["syn::op::BinOp"]},{text:"impl ToTokens for UnOp",synthetic:false,types:["syn::op::UnOp"]},{text:"impl ToTokens for Ty",synthetic:false,types:["syn::ty::Ty"]},{text:"impl ToTokens for Mutability",synthetic:false,types:["syn::ty::Mutability"]},{text:"impl ToTokens for Path",synthetic:false,types:["syn::ty::Path"]},{text:"impl ToTokens for PathSegment",synthetic:false,types:["syn::ty::PathSegment"]},{text:"impl ToTokens for PathParameters",synthetic:false,types:["syn::ty::PathParameters"]},{text:"impl ToTokens for AngleBracketedParameterData",synthetic:false,types:["syn::ty::AngleBracketedParameterData"]},{text:"impl ToTokens for TypeBinding",synthetic:false,types:["syn::ty::TypeBinding"]},{text:"impl ToTokens for ParenthesizedParameterData",synthetic:false,types:["syn::ty::ParenthesizedParameterData"]},{text:"impl ToTokens for PolyTraitRef",synthetic:false,types:["syn::ty::PolyTraitRef"]},{text:"impl ToTokens for BareFnTy",synthetic:false,types:["syn::ty::BareFnTy"]},{text:"impl ToTokens for BareFnArg",synthetic:false,types:["syn::ty::BareFnArg"]},{text:"impl ToTokens for Unsafety",synthetic:false,types:["syn::ty::Unsafety"]},{text:"impl ToTokens for Abi",synthetic:false,types:["syn::ty::Abi"]},];
implementors["synstructure"] = [{text:"impl ToTokens for BindStyle",synthetic:false,types:["synstructure::BindStyle"]},{text:"impl<'a> ToTokens for BindingInfo<'a>",synthetic:false,types:["synstructure::BindingInfo"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()