pub struct AfterMatchClause { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for AfterMatchClause
impl AstNode for AfterMatchClause
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for AfterMatchClause
impl Clone for AfterMatchClause
Source§fn clone(&self) -> AfterMatchClause
fn clone(&self) -> AfterMatchClause
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AfterMatchClause
impl Debug for AfterMatchClause
impl Eq for AfterMatchClause
Source§impl Hash for AfterMatchClause
impl Hash for AfterMatchClause
Source§impl PartialEq for AfterMatchClause
impl PartialEq for AfterMatchClause
impl StructuralPartialEq for AfterMatchClause
Auto Trait Implementations§
impl !RefUnwindSafe for AfterMatchClause
impl !Send for AfterMatchClause
impl !Sync for AfterMatchClause
impl !UnwindSafe for AfterMatchClause
impl Freeze for AfterMatchClause
impl Unpin for AfterMatchClause
impl UnsafeUnpin for AfterMatchClause
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more