pub struct ArrowExpressionNode { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for ArrowExpressionNode
impl AstNode for ArrowExpressionNode
Source§impl BinaryExpression for ArrowExpressionNode
impl BinaryExpression for ArrowExpressionNode
fn left(&self) -> Option<ExpressionNode>
fn right(&self) -> Option<ExpressionNode>
Source§impl Clone for ArrowExpressionNode
impl Clone for ArrowExpressionNode
Source§fn clone(&self) -> ArrowExpressionNode
fn clone(&self) -> ArrowExpressionNode
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 ArrowExpressionNode
impl Debug for ArrowExpressionNode
Source§impl Hash for ArrowExpressionNode
impl Hash for ArrowExpressionNode
Source§impl PartialEq for ArrowExpressionNode
impl PartialEq for ArrowExpressionNode
impl Eq for ArrowExpressionNode
impl StructuralPartialEq for ArrowExpressionNode
Auto Trait Implementations§
impl Freeze for ArrowExpressionNode
impl !RefUnwindSafe for ArrowExpressionNode
impl !Send for ArrowExpressionNode
impl !Sync for ArrowExpressionNode
impl Unpin for ArrowExpressionNode
impl !UnwindSafe for ArrowExpressionNode
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