Lines Matching refs:DeriveInput
2 use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
333 impl From<DeriveInput> for Item {
334 fn from(input: DeriveInput) -> Item {
366 impl From<ItemStruct> for DeriveInput {
367 fn from(input: ItemStruct) -> DeriveInput {
368 DeriveInput {
382 impl From<ItemEnum> for DeriveInput {
383 fn from(input: ItemEnum) -> DeriveInput {
384 DeriveInput {
398 impl From<ItemUnion> for DeriveInput {
399 fn from(input: ItemUnion) -> DeriveInput {
400 DeriveInput {