Struct bluejay_parser::ast::executable::SelectionSet
source · pub struct SelectionSet<'a> { /* private fields */ }Trait Implementations§
source§impl<'a> AsIter for SelectionSet<'a>
impl<'a> AsIter for SelectionSet<'a>
source§impl<'a> Debug for SelectionSet<'a>
impl<'a> Debug for SelectionSet<'a>
source§impl<'a> Hash for SelectionSet<'a>
impl<'a> Hash for SelectionSet<'a>
source§impl<'a> Ord for SelectionSet<'a>
impl<'a> Ord for SelectionSet<'a>
source§impl<'a> PartialEq<SelectionSet<'a>> for SelectionSet<'a>
impl<'a> PartialEq<SelectionSet<'a>> for SelectionSet<'a>
source§impl<'a> PartialOrd<SelectionSet<'a>> for SelectionSet<'a>
impl<'a> PartialOrd<SelectionSet<'a>> for SelectionSet<'a>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl<'a> SelectionSet for SelectionSet<'a>
impl<'a> SelectionSet for SelectionSet<'a>
impl<'a> Eq for SelectionSet<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for SelectionSet<'a>
impl<'a> Send for SelectionSet<'a>
impl<'a> Sync for SelectionSet<'a>
impl<'a> Unpin for SelectionSet<'a>
impl<'a> UnwindSafe for SelectionSet<'a>
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