pub enum IntrospectionOutputType {
SCALAR(IntrospectionScalarType),
OBJECT(IntrospectionObjectType),
INTERFACE(IntrospectionInterfaceType),
UNION(IntrospectionUnionType),
ENUM(IntrospectionEnumType),
}
Variants§
SCALAR(IntrospectionScalarType)
OBJECT(IntrospectionObjectType)
INTERFACE(IntrospectionInterfaceType)
UNION(IntrospectionUnionType)
ENUM(IntrospectionEnumType)
Trait Implementations§
source§impl Debug for IntrospectionOutputType
impl Debug for IntrospectionOutputType
source§impl<'de> Deserialize<'de> for IntrospectionOutputType
impl<'de> Deserialize<'de> for IntrospectionOutputType
source§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