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 SelectionSetimpl Send for SelectionSetimpl Sync for SelectionSetimpl Unpin for SelectionSetimpl UnwindSafe for SelectionSetBlanket Implementations
Mutably borrows from an owned value. Read more