Enum apollo_compiler::schema::FieldLookupError  
source · pub enum FieldLookupError<'schema> {
    NoSuchType,
    NoSuchField(&'schema NamedType, &'schema ExtendedType),
}Expand description
Could not find the requested field definition
Variants§
NoSuchType
NoSuchField(&'schema NamedType, &'schema ExtendedType)
Trait Implementations§
source§impl<'schema> Clone for FieldLookupError<'schema>
 
impl<'schema> Clone for FieldLookupError<'schema>
source§fn clone(&self) -> FieldLookupError<'schema>
 
fn clone(&self) -> FieldLookupError<'schema>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl<'schema> Debug for FieldLookupError<'schema>
 
impl<'schema> Debug for FieldLookupError<'schema>
source§impl<'schema> PartialEq for FieldLookupError<'schema>
 
impl<'schema> PartialEq for FieldLookupError<'schema>
source§fn eq(&self, other: &FieldLookupError<'schema>) -> bool
 
fn eq(&self, other: &FieldLookupError<'schema>) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl<'schema> Eq for FieldLookupError<'schema>
impl<'schema> StructuralEq for FieldLookupError<'schema>
impl<'schema> StructuralPartialEq for FieldLookupError<'schema>
Auto Trait Implementations§
impl<'schema> RefUnwindSafe for FieldLookupError<'schema>
impl<'schema> Send for FieldLookupError<'schema>
impl<'schema> Sync for FieldLookupError<'schema>
impl<'schema> Unpin for FieldLookupError<'schema>
impl<'schema> UnwindSafe for FieldLookupError<'schema>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.