Enum apollo_parser::ast::Type
source · [−]pub enum Type {
NamedType(NamedType),
ListType(ListType),
NonNullType(NonNullType),
}
Variants
NamedType(NamedType)
ListType(ListType)
NonNullType(NonNullType)
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Type
impl !UnwindSafe for Type
Blanket Implementations
Mutably borrows from an owned value. Read more