pub struct LookAheadList<'a, S> { /* private fields */ }
Expand description
Lazy-evaluated list used in look-ahead operations on an executed GraphQL query.
Implementations§
Source§impl<'a, S: ScalarValue> LookAheadList<'a, S>
impl<'a, S: ScalarValue> LookAheadList<'a, S>
Trait Implementations§
Source§impl<'a, S> Clone for LookAheadList<'a, S>
impl<'a, S> Clone for LookAheadList<'a, S>
Source§impl<'a, S: Debug> Debug for LookAheadList<'a, S>
impl<'a, S: Debug> Debug for LookAheadList<'a, S>
Source§impl<'a, S> Default for LookAheadList<'a, S>
impl<'a, S> Default for LookAheadList<'a, S>
Source§impl<'a, S: ScalarValue> IntoIterator for &LookAheadList<'a, S>
impl<'a, S: ScalarValue> IntoIterator for &LookAheadList<'a, S>
Source§impl<'a, S: ScalarValue> IntoIterator for LookAheadList<'a, S>
impl<'a, S: ScalarValue> IntoIterator for LookAheadList<'a, S>
Source§impl<'a, S: ScalarValue> PartialEq for LookAheadList<'a, S>
impl<'a, S: ScalarValue> PartialEq for LookAheadList<'a, S>
impl<'a, S> Copy for LookAheadList<'a, S>
Auto Trait Implementations§
impl<'a, S> Freeze for LookAheadList<'a, S>
impl<'a, S> RefUnwindSafe for LookAheadList<'a, S>where
S: RefUnwindSafe,
impl<'a, S> Send for LookAheadList<'a, S>where
S: Sync,
impl<'a, S> Sync for LookAheadList<'a, S>where
S: Sync,
impl<'a, S> Unpin for LookAheadList<'a, S>
impl<'a, S> UnwindSafe for LookAheadList<'a, S>where
S: RefUnwindSafe,
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