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 Mutationfn 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 Mutation[src]
impl Clone for Mutationfn clone(&self) -> Mutation[src]
fn clone(&self) -> MutationReturns 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 Mutationfn eq(&self, other: &Mutation) -> bool[src]
fn eq(&self, other: &Mutation) -> boolThis 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) -> boolThis method tests for !=.
impl Display for Mutation[src]
impl Display for Mutation