Struct cynic_codegen::fragment_derive::FragmentDeriveInput [−][src]
pub struct FragmentDeriveInput {
pub schema_path: SpannedValue<String>,
pub graphql_type: Option<SpannedValue<String>>,
pub argument_struct: Option<Ident>,
// some fields omitted
}Fields
schema_path: SpannedValue<String>graphql_type: Option<SpannedValue<String>>argument_struct: Option<Ident>Implementations
impl FragmentDeriveInput[src]
impl FragmentDeriveInput[src]pub fn schema_module(&self) -> SpannedValue<String>[src]
pub fn graphql_type_name(&self) -> String[src]
pub fn graphql_type_span(&self) -> Span[src]
pub fn validate(&self) -> Result<(), Errors>[src]
Trait Implementations
impl FromDeriveInput for FragmentDeriveInput[src]
impl FromDeriveInput for FragmentDeriveInput[src]fn from_derive_input(__di: &DeriveInput) -> Result<Self>[src]
Auto Trait Implementations
impl RefUnwindSafe for FragmentDeriveInput
impl RefUnwindSafe for FragmentDeriveInputimpl !Send for FragmentDeriveInput
impl !Send for FragmentDeriveInputimpl !Sync for FragmentDeriveInput
impl !Sync for FragmentDeriveInputimpl Unpin for FragmentDeriveInput
impl Unpin for FragmentDeriveInputimpl UnwindSafe for FragmentDeriveInput
impl UnwindSafe for FragmentDeriveInput