Struct pomelo_parse::ast::expressions::RecSelExpr
source · pub struct RecSelExpr {
syntax: SyntaxNode,
}
Fields§
§syntax: SyntaxNode
Implementations§
Trait Implementations§
source§impl AstNode for RecSelExpr
impl AstNode for RecSelExpr
type Language = SML
fn can_cast(kind: <Self::Language as Language>::Kind) -> boolwhere
Self: Sized,
fn cast(node: SyntaxNode) -> Option<Self>where
Self: Sized,
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
source§impl Clone for RecSelExpr
impl Clone for RecSelExpr
source§fn clone(&self) -> RecSelExpr
fn clone(&self) -> RecSelExpr
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 RecSelExpr
impl Debug for RecSelExpr
source§impl Display for RecSelExpr
impl Display for RecSelExpr
source§impl From<RecSelExpr> for AtomicExpr
impl From<RecSelExpr> for AtomicExpr
source§fn from(x: RecSelExpr) -> Self
fn from(x: RecSelExpr) -> Self
Converts to this type from the input type.