Enum async_graphql_parser::types::BaseType  
source · [−]Expand description
A GraphQL base type, for example String or [String!]. This does not include whether the
type is nullable; for that see Type.
Variants
Named(Name)
A named type, such as String.
List(Box<Type>)
A list type, such as [String].
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BaseType
impl UnwindSafe for BaseType
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.