Enum graphql_tools::static_graphql::query::Selection
source · [−]pub enum Selection<'a, T> where
T: Text<'a>, {
Field(Field<'a, T>),
FragmentSpread(FragmentSpread<'a, T>),
InlineFragment(InlineFragment<'a, T>),
}
Variants
Field(Field<'a, T>)
FragmentSpread(FragmentSpread<'a, T>)
InlineFragment(InlineFragment<'a, T>)
Trait Implementations
sourceimpl<'a, T> PartialEq<Selection<'a, T>> for Selection<'a, T> where
T: PartialEq<T> + Text<'a>,
impl<'a, T> PartialEq<Selection<'a, T>> for Selection<'a, T> where
T: PartialEq<T> + Text<'a>,
impl<'a, T> StructuralPartialEq for Selection<'a, T> where
T: Text<'a>,
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for Selection<'a, T> where
<T as Text<'a>>::Value: RefUnwindSafe,
impl<'a, T> Send for Selection<'a, T> where
<T as Text<'a>>::Value: Send,
impl<'a, T> Sync for Selection<'a, T> where
<T as Text<'a>>::Value: Sync,
impl<'a, T> Unpin for Selection<'a, T> where
<T as Text<'a>>::Value: Unpin,
impl<'a, T> UnwindSafe for Selection<'a, T> where
<T as Text<'a>>::Value: UnwindSafe + RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more