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<GraphQLLanguage>) -> Option<Self>
fn syntax(&self) -> &SyntaxNode<GraphQLLanguage>
fn clone_for_update(&self) -> Self where
Self: Sized,
fn clone_subtree(&self) -> Self where
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 more
sourceimpl Debug for ImplementsInterfaces
impl Debug for ImplementsInterfaces
sourceimpl Display for ImplementsInterfaces
impl Display 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ImplementsInterfaces) -> bool
fn ne(&self, other: &ImplementsInterfaces) -> bool
This method tests for !=
.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more