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 InputObjectTypeTrait Implementations
impl Debug for InputObjectType[src]
impl Debug for InputObjectTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for InputObjectType[src]
impl Clone for InputObjectTypefn clone(&self) -> InputObjectType[src]
fn clone(&self) -> InputObjectTypeReturns 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 InputObjectTypefn eq(&self, other: &InputObjectType) -> bool[src]
fn eq(&self, other: &InputObjectType) -> boolThis 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) -> boolThis method tests for !=.
impl Display for InputObjectType[src]
impl Display for InputObjectTypeAuto Trait Implementations
impl Send for InputObjectType
impl Send for InputObjectTypeimpl Sync for InputObjectType
impl Sync for InputObjectType