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