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