Struct graphql_parser::query::SelectionSet [−][src]
Fields
span: (Pos, Pos)
items: Vec<Selection>
Trait Implementations
impl Debug for SelectionSet
[src]
impl Debug for SelectionSet
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for SelectionSet
[src]
impl Clone for SelectionSet
fn clone(&self) -> SelectionSet
[src]
fn clone(&self) -> SelectionSet
Returns 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 SelectionSet
fn eq(&self, other: &SelectionSet) -> bool
[src]
fn eq(&self, other: &SelectionSet) -> bool
This 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) -> bool
This method tests for !=
.
impl Display for SelectionSet
[src]
impl Display for SelectionSet
Auto Trait Implementations
impl Send for SelectionSet
impl Send for SelectionSet
impl Sync for SelectionSet
impl Sync for SelectionSet