Struct graphql_parser::query::SelectionSet [−][src]
Fields
span: (Pos, Pos)
items: Vec<Selection>
Trait Implementations
impl Debug for SelectionSet[src]
impl Debug for SelectionSetfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for SelectionSet[src]
impl Clone for SelectionSetfn clone(&self) -> SelectionSet[src]
fn clone(&self) -> SelectionSetReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for SelectionSet[src]
impl PartialEq for SelectionSetfn eq(&self, other: &SelectionSet) -> bool[src]
fn eq(&self, other: &SelectionSet) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SelectionSet) -> bool[src]
fn ne(&self, other: &SelectionSet) -> boolThis method tests for !=.
impl Display for SelectionSet[src]
impl Display for SelectionSetAuto Trait Implementations
impl Send for SelectionSet
impl Send for SelectionSetimpl Sync for SelectionSet
impl Sync for SelectionSet