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