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