Enum graphql_tools::ast::ext::CompositeType
source ·
[−]pub enum CompositeType {
Object(ObjectType),
Interface(InterfaceType),
Union(UnionType),
}
Variants
Object(ObjectType)
Tuple Fields
0: ObjectType
Interface(InterfaceType)
Tuple Fields
Union(UnionType)
Tuple Fields
0: UnionType
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CompositeType
impl Send for CompositeType
impl Sync for CompositeType
impl Unpin for CompositeType
impl UnwindSafe for CompositeType
Blanket Implementations
Mutably borrows from an owned value. Read more