Struct apollo_parser::ast::ImplementsInterfaces
source · [−]pub struct ImplementsInterfaces { /* private fields */ }
Implementations
sourceimpl 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>ⓘNotable traits for AstChildren<N>impl<N: AstNode> Iterator for AstChildren<N> type Item = N;
Trait Implementations
sourceimpl 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,
sourceimpl Clone for ImplementsInterfaces
impl Clone for ImplementsInterfaces
sourcefn clone(&self) -> ImplementsInterfaces
fn clone(&self) -> ImplementsInterfaces
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ImplementsInterfaces
impl Debug for ImplementsInterfaces
sourceimpl Hash for ImplementsInterfaces
impl Hash for ImplementsInterfaces
sourceimpl PartialEq<ImplementsInterfaces> for ImplementsInterfaces
impl PartialEq<ImplementsInterfaces> for ImplementsInterfaces
sourcefn eq(&self, other: &ImplementsInterfaces) -> bool
fn eq(&self, other: &ImplementsInterfaces) -> bool
impl Eq for ImplementsInterfaces
impl StructuralEq for ImplementsInterfaces
impl StructuralPartialEq for ImplementsInterfaces
Auto Trait Implementations
impl !RefUnwindSafe for ImplementsInterfaces
impl !Send for ImplementsInterfaces
impl !Sync for ImplementsInterfaces
impl Unpin for ImplementsInterfaces
impl !UnwindSafe for ImplementsInterfaces
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more