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