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