Struct cynic_codegen::input_object_derive::InputObjectDeriveInput [−][src]
pub struct InputObjectDeriveInput {
pub schema_path: SpannedValue<String>,
pub graphql_type: Option<SpannedValue<String>>,
pub require_all_fields: bool,
// some fields omitted
}Fields
schema_path: SpannedValue<String>graphql_type: Option<SpannedValue<String>>require_all_fields: boolImplementations
impl InputObjectDeriveInput[src]
impl InputObjectDeriveInput[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 InputObjectDeriveInput[src]
impl FromDeriveInput for InputObjectDeriveInput[src]fn from_derive_input(__di: &DeriveInput) -> Result<Self>[src]
Auto Trait Implementations
impl RefUnwindSafe for InputObjectDeriveInput
impl RefUnwindSafe for InputObjectDeriveInputimpl !Send for InputObjectDeriveInput
impl !Send for InputObjectDeriveInputimpl !Sync for InputObjectDeriveInput
impl !Sync for InputObjectDeriveInputimpl Unpin for InputObjectDeriveInput
impl Unpin for InputObjectDeriveInputimpl UnwindSafe for InputObjectDeriveInput
impl UnwindSafe for InputObjectDeriveInput