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
impl InlineFragmentsDeriveInput[src]
impl InlineFragmentsDeriveInput[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]
Trait Implementations
impl FromDeriveInput for InlineFragmentsDeriveInput[src]
impl FromDeriveInput for InlineFragmentsDeriveInput[src]fn from_derive_input(__di: &DeriveInput) -> Result<Self>[src]
Auto Trait Implementations
impl RefUnwindSafe for InlineFragmentsDeriveInput
impl RefUnwindSafe for InlineFragmentsDeriveInputimpl !Send for InlineFragmentsDeriveInput
impl !Send for InlineFragmentsDeriveInputimpl !Sync for InlineFragmentsDeriveInput
impl !Sync for InlineFragmentsDeriveInputimpl Unpin for InlineFragmentsDeriveInput
impl Unpin for InlineFragmentsDeriveInputimpl UnwindSafe for InlineFragmentsDeriveInput
impl UnwindSafe for InlineFragmentsDeriveInput