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