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 TypeExtensionfn 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 TypeExtension[src]
impl Clone for TypeExtensionfn clone(&self) -> TypeExtension[src]
fn clone(&self) -> TypeExtensionReturns 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 TypeExtensionfn eq(&self, other: &TypeExtension) -> bool[src]
fn eq(&self, other: &TypeExtension) -> boolThis 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) -> boolThis method tests for !=.
impl Display for TypeExtension[src]
impl Display for TypeExtensionAuto Trait Implementations
impl Send for TypeExtension
impl Send for TypeExtensionimpl Sync for TypeExtension
impl Sync for TypeExtension