Lines Matching refs:DeriveInput
5 use syn::{Data, DeriveInput};
13 snapshot!(input as DeriveInput, @r###" in test_unit()
36 snapshot!(input as DeriveInput, @r###" in test_struct()
148 snapshot!(input as DeriveInput, @r###" in test_union()
209 snapshot!(input as DeriveInput, @r###" in test_enum()
363 snapshot!(input as DeriveInput, @r###" in test_attr_with_path()
404 snapshot!(input as DeriveInput, @r###" in test_attr_with_non_mod_style_path()
440 snapshot!(input as DeriveInput, @r###" in test_attr_with_mod_style_path_with_self()
493 snapshot!(input as DeriveInput, @r###" in test_pub_restricted()
552 snapshot!(input as DeriveInput, @r###" in test_vis_crate()
571 snapshot!(input as DeriveInput, @r###" in test_pub_restricted_crate()
599 snapshot!(input as DeriveInput, @r###" in test_pub_restricted_super()
627 snapshot!(input as DeriveInput, @r###" in test_pub_restricted_in_super()
656 snapshot!(input as DeriveInput, @r###" in test_fields_on_unit_struct()
685 snapshot!(input as DeriveInput, @r###" in test_fields_on_named_struct()
776 snapshot!(input as DeriveInput, @r###" in test_fields_on_tuple_struct()
861 snapshot!(input as DeriveInput, @r###" in test_ambiguous_crate()