Struct async_graphql_parser::types::SelectionSet [−][src]
pub struct SelectionSet {
pub items: Vec<Positioned<Selection>>,
}
Expand description
A set of fields to be selected, for example { name age }
.
Fields
items: Vec<Positioned<Selection>>
The fields to be selected.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SelectionSet
impl Send for SelectionSet
impl Sync for SelectionSet
impl Unpin for SelectionSet
impl UnwindSafe for SelectionSet
Blanket Implementations
Mutably borrows from an owned value. Read more