Struct graphql_introspection_query::introspection_response::FullTypeFields [−][src]
pub struct FullTypeFields { pub name: Option<String>, pub description: Option<String>, pub args: Option<Vec<Option<FullTypeFieldsArgs>>>, pub type_: Option<FullTypeFieldsType>, pub is_deprecated: Option<bool>, pub deprecation_reason: Option<String>, }
Fields
name: Option<String>
description: Option<String>
args: Option<Vec<Option<FullTypeFieldsArgs>>>
type_: Option<FullTypeFieldsType>
is_deprecated: Option<bool>
deprecation_reason: Option<String>
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for FullTypeFields
impl Send for FullTypeFields
impl Sync for FullTypeFields
impl Unpin for FullTypeFields
impl UnwindSafe for FullTypeFields
Blanket Implementations
Mutably borrows from an owned value. Read more