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 ObjectTypeTrait Implementations
impl Debug for ObjectType[src]
impl Debug for ObjectTypefn 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 ObjectType[src]
impl Clone for ObjectTypefn clone(&self) -> ObjectType[src]
fn clone(&self) -> ObjectTypeReturns 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 ObjectTypefn eq(&self, other: &ObjectType) -> bool[src]
fn eq(&self, other: &ObjectType) -> boolThis 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) -> boolThis method tests for !=.
impl Display for ObjectType[src]
impl Display for ObjectTypeAuto Trait Implementations
impl Send for ObjectType
impl Send for ObjectTypeimpl Sync for ObjectType
impl Sync for ObjectType