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 Clone for TypeExtension
[src]
fn clone(&self) -> TypeExtension
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq for TypeExtension
[src]
fn eq(&self, __arg_0: &TypeExtension) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &TypeExtension) -> bool
[src]
This method tests for !=
.