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