Struct async_graphql_parser::types::EnumType [−][src]
pub struct EnumType {
pub values: Vec<Positioned<EnumValueDefinition>>,
}
Expand description
The definition of an enum.
Fields
values: Vec<Positioned<EnumValueDefinition>>
The possible values of the enum.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EnumType
impl UnwindSafe for EnumType
Blanket Implementations
Mutably borrows from an owned value. Read more