Struct graphql_introspection_query::introspection_response::FullTypeEnumValues [−][src]
pub struct FullTypeEnumValues { pub name: Option<String>, pub description: Option<String>, pub is_deprecated: Option<bool>, pub deprecation_reason: Option<String>, }
Fields
name: Option<String>
description: Option<String>
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 FullTypeEnumValues
impl Send for FullTypeEnumValues
impl Sync for FullTypeEnumValues
impl Unpin for FullTypeEnumValues
impl UnwindSafe for FullTypeEnumValues
Blanket Implementations
Mutably borrows from an owned value. Read more