Struct apollo_compiler::ast::SchemaExtension
source · pub struct SchemaExtension {
pub directives: Directives,
pub root_operations: Vec<Node<(OperationType, NamedType)>>,
}
Fields§
§directives: Directives
§root_operations: Vec<Node<(OperationType, NamedType)>>
Implementations§
Trait Implementations§
source§impl Clone for SchemaExtension
impl Clone for SchemaExtension
source§fn clone(&self) -> SchemaExtension
fn clone(&self) -> SchemaExtension
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SchemaExtension
impl Debug for SchemaExtension
source§impl Display for SchemaExtension
impl Display for SchemaExtension
Serialize to GraphQL syntax with the default configuration
source§impl Hash for SchemaExtension
impl Hash for SchemaExtension
source§impl PartialEq for SchemaExtension
impl PartialEq for SchemaExtension
source§fn eq(&self, other: &SchemaExtension) -> bool
fn eq(&self, other: &SchemaExtension) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SchemaExtension
impl StructuralEq for SchemaExtension
impl StructuralPartialEq for SchemaExtension
Auto Trait Implementations§
impl RefUnwindSafe for SchemaExtension
impl Send for SchemaExtension
impl Sync for SchemaExtension
impl Unpin for SchemaExtension
impl UnwindSafe for SchemaExtension
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.