Struct juniper::LookAheadArgument[][src]

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

An argument passed into the query

Methods

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

The value of the argument

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for LookAheadArgument<'a>

impl<'a> Sync for LookAheadArgument<'a>