Struct cynic_codegen::inline_fragments_derive::input::InlineFragmentsDeriveInput[][src]

pub struct InlineFragmentsDeriveInput {
    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

Trait Implementations

Create an instance from syn::DeriveInput, or return an error.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.