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