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 FragmentSpreadfn 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 FragmentSpread[src]
impl Clone for FragmentSpreadfn clone(&self) -> FragmentSpread[src]
fn clone(&self) -> FragmentSpreadReturns 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 FragmentSpreadfn eq(&self, other: &FragmentSpread) -> bool[src]
fn eq(&self, other: &FragmentSpread) -> boolThis 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) -> boolThis method tests for !=.
impl Display for FragmentSpread[src]
impl Display for FragmentSpreadAuto Trait Implementations
impl Send for FragmentSpread
impl Send for FragmentSpreadimpl Sync for FragmentSpread
impl Sync for FragmentSpread