Struct graphql_parser::query::Document [−][src]
pub struct Document { pub definitions: Vec<Definition>, }
Root of query data
Fields
definitions: Vec<Definition>
Methods
impl Document
[src]
impl Document
Trait Implementations
impl Debug for Document
[src]
impl Debug for Document
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 Document
[src]
impl Clone for Document
fn clone(&self) -> Document
[src]
fn clone(&self) -> Document
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 Document
[src]
impl PartialEq for Document
fn eq(&self, other: &Document) -> bool
[src]
fn eq(&self, other: &Document) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Document) -> bool
[src]
fn ne(&self, other: &Document) -> bool
This method tests for !=
.
impl Display for Document
[src]
impl Display for Document