Struct cynic_codegen::enum_derive::EnumDeriveInput [−][src]
pub struct EnumDeriveInput { pub schema_path: SpannedValue<String>, pub graphql_type: Option<SpannedValue<String>>, // some fields omitted }
Fields
schema_path: SpannedValue<String>
graphql_type: Option<SpannedValue<String>>
Implementations
Trait Implementations
Create an instance from syn::DeriveInput
, or return an error.