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>
Trait Implementations
impl Debug for EnumValue
[src]
impl Clone for EnumValue
[src]
fn clone(&self) -> EnumValue
[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