Enum bluejay_parser::ast::executable::Selection
source · pub enum Selection<'a> {
Field(Field<'a>),
FragmentSpread(FragmentSpread<'a>),
InlineFragment(InlineFragment<'a>),
}Variants§
Trait Implementations§
source§impl<'a> Selection for Selection<'a>
impl<'a> Selection for Selection<'a>
type Field = Field<'a>
type FragmentSpread = FragmentSpread<'a>
type InlineFragment = InlineFragment<'a>
fn as_ref(&self) -> SelectionReference<'_, Self>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Selection<'a>
impl<'a> Send for Selection<'a>
impl<'a> Sync for Selection<'a>
impl<'a> Unpin for Selection<'a>
impl<'a> UnwindSafe for Selection<'a>
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