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