Struct graphql_parser::query::Mutation [−][src]
pub struct Mutation { pub position: Pos, pub name: Option<Name>, pub variable_definitions: Vec<VariableDefinition>, pub directives: Vec<Directive>, pub selection_set: SelectionSet, }
Fields
position: Pos
name: Option<Name>
variable_definitions: Vec<VariableDefinition>
directives: Vec<Directive>
selection_set: SelectionSet
Trait Implementations
impl Debug for Mutation
[src]
impl Debug for Mutation
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 Mutation
[src]
impl Clone for Mutation
fn clone(&self) -> Mutation
[src]
fn clone(&self) -> Mutation
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 Mutation
[src]
impl PartialEq for Mutation
fn eq(&self, other: &Mutation) -> bool
[src]
fn eq(&self, other: &Mutation) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Mutation) -> bool
[src]
fn ne(&self, other: &Mutation) -> bool
This method tests for !=
.
impl Display for Mutation
[src]
impl Display for Mutation