Enum graphql_introspection_query::introspection_response::IntrospectionResponse [−][src]
pub enum IntrospectionResponse { FullResponse(FullResponse<SchemaContainer>), Schema(SchemaContainer), }
Variants
FullResponse(FullResponse<SchemaContainer>)
Schema(SchemaContainer)
Implementations
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 IntrospectionResponse
impl Send for IntrospectionResponse
impl Sync for IntrospectionResponse
impl Unpin for IntrospectionResponse
impl UnwindSafe for IntrospectionResponse