Enum graphql_introspection_query::introspection_response::__DirectiveLocation [−][src]
pub enum __DirectiveLocation {}Show variants
QUERY, MUTATION, SUBSCRIPTION, FIELD, FRAGMENT_DEFINITION, FRAGMENT_SPREAD, INLINE_FRAGMENT, SCHEMA, SCALAR, OBJECT, FIELD_DEFINITION, ARGUMENT_DEFINITION, INTERFACE, UNION, ENUM, ENUM_VALUE, INPUT_OBJECT, INPUT_FIELD_DEFINITION, Other(String),
Variants
Other(String)
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for __DirectiveLocation
impl Send for __DirectiveLocation
impl Sync for __DirectiveLocation
impl Unpin for __DirectiveLocation
impl UnwindSafe for __DirectiveLocation
Blanket Implementations
Mutably borrows from an owned value. Read more