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