Enum cynic_parser::executable::Selection  
source · pub enum Selection<'a> {
    FieldSelection(FieldSelection<'a>),
    InlineFragment(InlineFragment<'a>),
    FragmentSpread(FragmentSpread<'a>),
}Variants§
FieldSelection(FieldSelection<'a>)
InlineFragment(InlineFragment<'a>)
FragmentSpread(FragmentSpread<'a>)
Trait Implementations§
source§impl<'a> From<ReadContext<'a, SelectionId>> for Selection<'a>
 
impl<'a> From<ReadContext<'a, SelectionId>> for Selection<'a>
source§fn from(value: ReadContext<'a, SelectionId>) -> Self
 
fn from(value: ReadContext<'a, SelectionId>) -> Self
Converts to this type from the input type.
impl<'a> Copy for Selection<'a>
Auto Trait Implementations§
impl<'a> Freeze for Selection<'a>
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