Struct juniper::LookAheadSelection[][src]

pub struct LookAheadSelection<'a> { /* fields omitted */ }

A selection performed by a query

Methods

impl<'a> LookAheadSelection<'a>
[src]

Convert a eventually type independent selection into one for a concrete type

Trait Implementations

impl<'a> Debug for LookAheadSelection<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for LookAheadSelection<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PartialEq for LookAheadSelection<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> LookAheadMethods for LookAheadSelection<'a>
[src]

Get the name of the field represented by the current selection

Get the the child selection for a given field

Get the top level arguments for the current selection

Check if a given field exists

Get the top level argument with a given name from the current selection

Auto Trait Implementations

impl<'a> Send for LookAheadSelection<'a>

impl<'a> Sync for LookAheadSelection<'a>