Enum apollo_parser::ast::Selection [−][src]
pub enum Selection {
Field(Field),
FragmentSpread(FragmentSpread),
InlineFragment(InlineFragment),
}
Variants
Field(Field)
Tuple Fields
0: Field
FragmentSpread(FragmentSpread)
Tuple Fields
InlineFragment(InlineFragment)
Tuple Fields
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Selection
impl !UnwindSafe for Selection
Blanket Implementations
Mutably borrows from an owned value. Read more