Struct apollo_parser::ast::SelectionSet [−][src]
pub struct SelectionSet { /* fields omitted */ }
Implementations
pub fn selections(&self) -> AstChildren<Selection>ⓘNotable traits for AstChildren<N>impl<N: AstNode> Iterator for AstChildren<N> type Item = N;
Notable traits for AstChildren<N>
impl<N: AstNode> Iterator for AstChildren<N> type Item = N;
Trait Implementations
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 !RefUnwindSafe for SelectionSet
impl !Send for SelectionSet
impl !Sync for SelectionSet
impl Unpin for SelectionSet
impl !UnwindSafe for SelectionSet
Blanket Implementations
Mutably borrows from an owned value. Read more