Struct graphql_parser::schema::EnumValue [−][src]
pub struct EnumValue { pub position: Pos, pub description: Option<String>, pub name: Name, pub directives: Vec<Directive>, }
Fields
position: Pos
description: Option<String>
name: Name
directives: Vec<Directive>
Methods
impl EnumValue
[src]
impl EnumValue
Trait Implementations
impl Debug for EnumValue
[src]
impl Debug for EnumValue
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 EnumValue
[src]
impl Clone for EnumValue
fn clone(&self) -> EnumValue
[src]
fn clone(&self) -> EnumValue
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 EnumValue
[src]
impl PartialEq for EnumValue