Struct graphql_parser::schema::UnionType
[−]
[src]
pub struct UnionType { pub position: Pos, pub description: Option<String>, pub name: Name, pub directives: Vec<Directive>, pub types: Vec<NamedType>, }
Fields
position: Pos
description: Option<String>
name: Name
directives: Vec<Directive>
types: Vec<NamedType>
Trait Implementations
impl Debug for UnionType
[src]
impl Clone for UnionType
[src]
fn clone(&self) -> UnionType
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq for UnionType
[src]
fn eq(&self, __arg_0: &UnionType) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &UnionType) -> bool
[src]
This method tests for !=
.