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