Struct apollo_parser::ast::Document [−][src]
pub struct Document { /* fields omitted */ }
Implementations
pub fn definitions(&self) -> AstChildren<Definition>ⓘ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
Auto Trait Implementations
impl !RefUnwindSafe for Document
impl !UnwindSafe for Document
Blanket Implementations
Mutably borrows from an owned value. Read more