Struct graphql_tools::static_graphql::query::SelectionSet
source ·
[−]pub struct SelectionSet<'a, T> where
T: Text<'a>, {
pub span: (Pos, Pos),
pub items: Vec<Selection<'a, T>, Global>,
}
Fields
span: (Pos, Pos)
items: Vec<Selection<'a, T>, Global>
Trait Implementations
impl<'a, T> PartialEq<SelectionSet<'a, T>> for SelectionSet<'a, T> where
T: PartialEq<T> + Text<'a>,
impl<'a, T> PartialEq<SelectionSet<'a, T>> for SelectionSet<'a, T> where
T: PartialEq<T> + Text<'a>,
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for SelectionSet<'a, T> where
<T as Text<'a>>::Value: RefUnwindSafe,
impl<'a, T> Send for SelectionSet<'a, T> where
<T as Text<'a>>::Value: Send,
impl<'a, T> Sync for SelectionSet<'a, T> where
<T as Text<'a>>::Value: Sync,
impl<'a, T> Unpin for SelectionSet<'a, T> where
<T as Text<'a>>::Value: Unpin,
impl<'a, T> UnwindSafe for SelectionSet<'a, T> where
<T as Text<'a>>::Value: UnwindSafe + RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more