pub enum Selection<'schema> {
Field(FieldSelection<'schema>),
FragmentSpread(FragmentSpread<'schema>),
InlineFragment(InlineFragment<'schema>),
}Variants§
Field(FieldSelection<'schema>)
FragmentSpread(FragmentSpread<'schema>)
InlineFragment(InlineFragment<'schema>)
Trait Implementations§
impl<'schema> StructuralPartialEq for Selection<'schema>
Auto Trait Implementations§
impl<'schema> Freeze for Selection<'schema>
impl<'schema> RefUnwindSafe for Selection<'schema>
impl<'schema> Send for Selection<'schema>
impl<'schema> Sync for Selection<'schema>
impl<'schema> Unpin for Selection<'schema>
impl<'schema> UnwindSafe for Selection<'schema>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more