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>
Methods
impl UnionTypeExtension
[src]
impl UnionTypeExtension
Trait Implementations
impl Debug for UnionTypeExtension
[src]
impl Debug for UnionTypeExtension
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for UnionTypeExtension
[src]
impl Clone for UnionTypeExtension
fn clone(&self) -> UnionTypeExtension
[src]
fn clone(&self) -> UnionTypeExtension
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for UnionTypeExtension
[src]
impl PartialEq for UnionTypeExtension
fn eq(&self, other: &UnionTypeExtension) -> bool
[src]
fn eq(&self, other: &UnionTypeExtension) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &UnionTypeExtension) -> bool
[src]
fn ne(&self, other: &UnionTypeExtension) -> bool
This method tests for !=
.
impl Display for UnionTypeExtension
[src]
impl Display for UnionTypeExtension
Auto Trait Implementations
impl Send for UnionTypeExtension
impl Send for UnionTypeExtension
impl Sync for UnionTypeExtension
impl Sync for UnionTypeExtension