Struct apollo_parser::ast::ImplementsInterfaces
source · pub struct ImplementsInterfaces { /* private fields */ }
Implementations§
source§impl ImplementsInterfaces
impl ImplementsInterfaces
pub fn implements_token(&self) -> Option<SyntaxToken<GraphQLLanguage>>
pub fn amp_token(&self) -> Option<SyntaxToken<GraphQLLanguage>>
pub fn named_types(&self) -> AstChildren<NamedType> ⓘ
Trait Implementations§
source§impl AstNode for ImplementsInterfaces
impl AstNode for ImplementsInterfaces
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn source_string(&self) -> String
fn clone_for_update(&self) -> Selfwhere Self: Sized,
fn clone_subtree(&self) -> Selfwhere Self: Sized,
source§impl Clone for ImplementsInterfaces
impl Clone for ImplementsInterfaces
source§fn clone(&self) -> ImplementsInterfaces
fn clone(&self) -> ImplementsInterfaces
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 ImplementsInterfaces
impl Debug for ImplementsInterfaces
source§impl Hash for ImplementsInterfaces
impl Hash for ImplementsInterfaces
source§impl PartialEq<ImplementsInterfaces> for ImplementsInterfaces
impl PartialEq<ImplementsInterfaces> for ImplementsInterfaces
source§fn eq(&self, other: &ImplementsInterfaces) -> bool
fn eq(&self, other: &ImplementsInterfaces) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.