Enum apollo_parser::ast::Type [−][src]
pub enum Type {
NamedType(NamedType),
ListType(ListType),
NonNullType(NonNullType),
}
Variants
NamedType(NamedType)
Tuple Fields
0: NamedType
ListType(ListType)
Tuple Fields
0: ListType
NonNullType(NonNullType)
Tuple Fields
0: 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