pub struct RowMatchClause { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for RowMatchClause
impl AstNode for RowMatchClause
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for RowMatchClause
impl Clone for RowMatchClause
Source§fn clone(&self) -> RowMatchClause
fn clone(&self) -> RowMatchClause
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 RowMatchClause
impl Debug for RowMatchClause
impl Eq for RowMatchClause
Source§impl Hash for RowMatchClause
impl Hash for RowMatchClause
Source§impl PartialEq for RowMatchClause
impl PartialEq for RowMatchClause
impl StructuralPartialEq for RowMatchClause
Auto Trait Implementations§
impl !RefUnwindSafe for RowMatchClause
impl !Send for RowMatchClause
impl !Sync for RowMatchClause
impl !UnwindSafe for RowMatchClause
impl Freeze for RowMatchClause
impl Unpin for RowMatchClause
impl UnsafeUnpin for RowMatchClause
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