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 EnumTypeExtensionTrait Implementations
impl Debug for EnumTypeExtension[src]
impl Debug for EnumTypeExtensionfn 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 EnumTypeExtension[src]
impl Clone for EnumTypeExtensionfn clone(&self) -> EnumTypeExtension[src]
fn clone(&self) -> EnumTypeExtensionReturns 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 EnumTypeExtensionfn eq(&self, other: &EnumTypeExtension) -> bool[src]
fn eq(&self, other: &EnumTypeExtension) -> boolThis 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) -> boolThis method tests for !=.
impl Display for EnumTypeExtension[src]
impl Display for EnumTypeExtensionAuto Trait Implementations
impl Send for EnumTypeExtension
impl Send for EnumTypeExtensionimpl Sync for EnumTypeExtension
impl Sync for EnumTypeExtension