[−][src]Enum async_graphql_parser::types::TypeSystemDefinition
pub enum TypeSystemDefinition { Schema(Positioned<SchemaDefinition>), Type(Positioned<TypeDefinition>), Directive(Positioned<DirectiveDefinition>), }
A definition concerning the type system of a GraphQL service.
Reference. This enum also covers extensions.
Variants
Schema(Positioned<SchemaDefinition>)
The definition of the schema of the service.
Type(Positioned<TypeDefinition>)
The definition of a type in the service.
Directive(Positioned<DirectiveDefinition>)
The definition of a directive in the service.
Trait Implementations
impl Clone for TypeSystemDefinition
[src][+]
impl Debug for TypeSystemDefinition
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for TypeSystemDefinition
impl Send for TypeSystemDefinition
impl Sync for TypeSystemDefinition
impl Unpin for TypeSystemDefinition
impl UnwindSafe for TypeSystemDefinition
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,