Struct apollo_parser::ast::SchemaDefinition [−][src]
pub struct SchemaDefinition { /* fields omitted */ }
Implementations
pub fn root_operation_type_definitions(
&self
) -> AstChildren<RootOperationTypeDefinition>ⓘ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
Performs the conversion.
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 SchemaDefinition
impl !Send for SchemaDefinition
impl !Sync for SchemaDefinition
impl Unpin for SchemaDefinition
impl !UnwindSafe for SchemaDefinition
Blanket Implementations
Mutably borrows from an owned value. Read more