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 Display for Selection
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Debug for Selection
[src]
impl Clone for Selection
[src]
fn clone(&self) -> Selection
[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