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