Enum graphql_parser::schema::TypeExtension [−][src]
pub enum TypeExtension { Scalar(ScalarTypeExtension), Object(ObjectTypeExtension), Interface(InterfaceTypeExtension), Union(UnionTypeExtension), Enum(EnumTypeExtension), InputObject(InputObjectTypeExtension), }
Variants
Scalar(ScalarTypeExtension)
Object(ObjectTypeExtension)
Interface(InterfaceTypeExtension)
Union(UnionTypeExtension)
Enum(EnumTypeExtension)
InputObject(InputObjectTypeExtension)
Trait Implementations
impl Debug for TypeExtension
[src]
impl Debug for TypeExtension
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 TypeExtension
[src]
impl Clone for TypeExtension
fn clone(&self) -> TypeExtension
[src]
fn clone(&self) -> TypeExtension
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 TypeExtension
[src]
impl PartialEq for TypeExtension
fn eq(&self, other: &TypeExtension) -> bool
[src]
fn eq(&self, other: &TypeExtension) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &TypeExtension) -> bool
[src]
fn ne(&self, other: &TypeExtension) -> bool
This method tests for !=
.
impl Display for TypeExtension
[src]
impl Display for TypeExtension
Auto Trait Implementations
impl Send for TypeExtension
impl Send for TypeExtension
impl Sync for TypeExtension
impl Sync for TypeExtension