Struct apollo_parser::ast::EnumTypeExtension
source · pub struct EnumTypeExtension { /* private fields */ }
Implementations§
source§impl EnumTypeExtension
impl EnumTypeExtension
pub fn extend_token(&self) -> Option<SyntaxToken<GraphQLLanguage>>
pub fn enum_token(&self) -> Option<SyntaxToken<GraphQLLanguage>>
pub fn name(&self) -> Option<Name>
pub fn directives(&self) -> Option<Directives>
pub fn enum_values_definition(&self) -> Option<EnumValuesDefinition>
Trait Implementations§
source§impl AstNode for EnumTypeExtension
impl AstNode for EnumTypeExtension
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 EnumTypeExtension
impl Clone for EnumTypeExtension
source§fn clone(&self) -> EnumTypeExtension
fn clone(&self) -> EnumTypeExtension
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 EnumTypeExtension
impl Debug for EnumTypeExtension
source§impl From<EnumTypeExtension> for Definition
impl From<EnumTypeExtension> for Definition
source§fn from(node: EnumTypeExtension) -> Definition
fn from(node: EnumTypeExtension) -> Definition
Converts to this type from the input type.