Struct async_graphql_parser::types::UnionType [−][src]
pub struct UnionType {
pub members: Vec<Positioned<Name>>,
}
Expand description
The definition of a union type.
Fields
members: Vec<Positioned<Name>>
The member types of the union.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnionType
impl UnwindSafe for UnionType
Blanket Implementations
Mutably borrows from an owned value. Read more