Struct juniper::LookAheadArgument [−][src]
pub struct LookAheadArgument<'a> { /* fields omitted */ }An argument passed into the query
Methods
impl<'a> LookAheadArgument<'a>[src]
impl<'a> LookAheadArgument<'a>pub fn value(&'a self) -> &LookAheadValue<'a>[src]
pub fn value(&'a self) -> &LookAheadValue<'a>The value of the argument
Trait Implementations
impl<'a> Debug for LookAheadArgument<'a>[src]
impl<'a> Debug for LookAheadArgument<'a>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> Clone for LookAheadArgument<'a>[src]
impl<'a> Clone for LookAheadArgument<'a>fn clone(&self) -> LookAheadArgument<'a>[src]
fn clone(&self) -> LookAheadArgument<'a>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<'a> PartialEq for LookAheadArgument<'a>[src]
impl<'a> PartialEq for LookAheadArgument<'a>fn eq(&self, other: &LookAheadArgument<'a>) -> bool[src]
fn eq(&self, other: &LookAheadArgument<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LookAheadArgument<'a>) -> bool[src]
fn ne(&self, other: &LookAheadArgument<'a>) -> boolThis method tests for !=.
Auto Trait Implementations
impl<'a> Send for LookAheadArgument<'a>
impl<'a> Send for LookAheadArgument<'a>impl<'a> Sync for LookAheadArgument<'a>
impl<'a> Sync for LookAheadArgument<'a>