Struct apollo_parser::ast::FragmentDefinition
source · pub struct FragmentDefinition { /* private fields */ }
Implementations§
source§impl FragmentDefinition
impl FragmentDefinition
pub fn fragment_token(&self) -> Option<SyntaxToken<GraphQLLanguage>>
pub fn fragment_name(&self) -> Option<FragmentName>
pub fn type_condition(&self) -> Option<TypeCondition>
pub fn directives(&self) -> Option<Directives>
pub fn selection_set(&self) -> Option<SelectionSet>
Trait Implementations§
source§impl AstNode for FragmentDefinition
impl AstNode for FragmentDefinition
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 FragmentDefinition
impl Clone for FragmentDefinition
source§fn clone(&self) -> FragmentDefinition
fn clone(&self) -> FragmentDefinition
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 FragmentDefinition
impl Debug for FragmentDefinition
source§impl From<FragmentDefinition> for Definition
impl From<FragmentDefinition> for Definition
source§fn from(node: FragmentDefinition) -> Definition
fn from(node: FragmentDefinition) -> Definition
Converts to this type from the input type.