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