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 DocumentTrait Implementations
impl Debug for Document[src]
impl Debug for Documentfn 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 Document[src]
impl Clone for Documentfn clone(&self) -> Document[src]
fn clone(&self) -> DocumentReturns 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 Documentfn eq(&self, other: &Document) -> bool[src]
fn eq(&self, other: &Document) -> boolThis 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) -> boolThis method tests for !=.
impl Display for Document[src]
impl Display for Document