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