Enum apollo_parser::ast::Selection
source · [−]pub enum Selection {
Field(Field),
FragmentSpread(FragmentSpread),
InlineFragment(InlineFragment),
}
Variants
Field(Field)
FragmentSpread(FragmentSpread)
InlineFragment(InlineFragment)
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