Struct graphql_parser::query::VariableDefinition
[−]
[src]
pub struct VariableDefinition { pub position: Pos, pub name: Name, pub var_type: Type, pub default_value: Option<Value>, }
Fields
position: Pos
name: Name
var_type: Type
default_value: Option<Value>
Trait Implementations
impl Debug for VariableDefinition
[src]
impl Clone for VariableDefinition
[src]
fn clone(&self) -> VariableDefinition
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq for VariableDefinition
[src]
fn eq(&self, __arg_0: &VariableDefinition) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &VariableDefinition) -> bool
[src]
This method tests for !=
.