Enum graphql_parser::query::Selection [−][src]
pub enum Selection { Field(Field), FragmentSpread(FragmentSpread), InlineFragment(InlineFragment), }
Variants
Field(Field)
FragmentSpread(FragmentSpread)
InlineFragment(InlineFragment)
Trait Implementations
impl Debug for Selection
[src]
impl Debug for Selection
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 Selection
[src]
impl Clone for Selection
fn clone(&self) -> Selection
[src]
fn clone(&self) -> Selection
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 Selection
[src]
impl PartialEq for Selection