Struct graphql_parser::query::SelectionSet[][src]

pub struct SelectionSet {
    pub span: (Pos, Pos),
    pub items: Vec<Selection>,
}

Fields

Trait Implementations

impl Debug for SelectionSet
[src]

Formats the value using the given formatter. Read more

impl Clone for SelectionSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SelectionSet
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for SelectionSet
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations