Struct graphql_parser::schema::UnionTypeExtension
[−]
[src]
pub struct UnionTypeExtension { pub position: Pos, pub name: Name, pub directives: Vec<Directive>, pub types: Vec<NamedType>, }
Fields
position: Pos
name: Name
directives: Vec<Directive>
types: Vec<NamedType>
Trait Implementations
impl Debug for UnionTypeExtension
[src]
impl Clone for UnionTypeExtension
[src]
fn clone(&self) -> UnionTypeExtension
[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 UnionTypeExtension
[src]
fn eq(&self, __arg_0: &UnionTypeExtension) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &UnionTypeExtension) -> bool
[src]
This method tests for !=
.