Struct pomelo_parse::ast::expressions::HandleExpr
source · pub struct HandleExpr {
syntax: SyntaxNode,
}
Fields§
§syntax: SyntaxNode
Implementations§
Trait Implementations§
source§impl AstNode for HandleExpr
impl AstNode for HandleExpr
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 HandleExpr
impl Clone for HandleExpr
source§fn clone(&self) -> HandleExpr
fn clone(&self) -> HandleExpr
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 HandleExpr
impl Debug for HandleExpr
source§impl Display for HandleExpr
impl Display for HandleExpr
source§impl From<HandleExpr> for Expr
impl From<HandleExpr> for Expr
source§fn from(x: HandleExpr) -> Self
fn from(x: HandleExpr) -> Self
Converts to this type from the input type.