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