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 Subscriptionfn 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 Subscription[src]
impl Clone for Subscriptionfn clone(&self) -> Subscription[src]
fn clone(&self) -> SubscriptionReturns 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 Subscriptionfn eq(&self, other: &Subscription) -> bool[src]
fn eq(&self, other: &Subscription) -> boolThis 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) -> boolThis method tests for !=.
impl Display for Subscription[src]
impl Display for SubscriptionAuto Trait Implementations
impl Send for Subscription
impl Send for Subscriptionimpl Sync for Subscription
impl Sync for Subscription