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 Selectionfn 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 Selection[src]
impl Clone for Selectionfn clone(&self) -> Selection[src]
fn clone(&self) -> SelectionReturns 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